2024-02-08T21:34:55.396 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-08T21:34:55.396 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7552148 --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --name yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi --verbose -- /home/teuthworker/archive/yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7552148/orig.config.yaml 2024-02-08T21:34:55.431 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-08T21:34:55.547 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7552148 branch: wip-yuri8-testing-2024-02-07-0820-pacific description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7552148' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-yuri8-testing-2024-02-07-0820-pacific ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 kernel: hwe: true workunit: branch: wip-yuri8-testing-2024-02-07-0820-pacific sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 1730 sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri8-testing-2024-02-07-0820-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 targets: smithi105.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi167.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/foouser /mnt/foo - test -d /mnt/foo/foobucket - find /mnt/foo -ls - grep thebody /mnt/foo/foobucket/myobject - echo test > /mnt/foo/foobucket/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foouser - ceph nfs cluster rm foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-08_20:49:13 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-08T21:34:55.547 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa; will attempt to use it 2024-02-08T21:34:55.548 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks 2024-02-08T21:34:55.548 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-08T21:34:55.550 INFO:teuthology.task.internal:Checking packages... 2024-02-08T21:34:55.576 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '5db25abe00e218b6920215c0bef70af7e47c7152' 2024-02-08T21:34:55.576 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-08T21:34:55.576 INFO:teuthology.packaging:ref: None 2024-02-08T21:34:55.576 INFO:teuthology.packaging:tag: None 2024-02-08T21:34:55.576 INFO:teuthology.packaging:branch: wip-yuri8-testing-2024-02-07-0820-pacific 2024-02-08T21:34:55.576 INFO:teuthology.packaging:sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 2024-02-08T21:34:55.576 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri8-testing-2024-02-07-0820-pacific 2024-02-08T21:34:55.832 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-530-g5db25abe-1focal 2024-02-08T21:34:55.834 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-08T21:34:55.856 INFO:teuthology.task.internal:no buildpackages task found 2024-02-08T21:34:55.856 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-08T21:34:55.875 INFO:teuthology.task.internal:Saving configuration 2024-02-08T21:34:55.890 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-08T21:34:55.896 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-08T21:34:55.919 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7552148', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-08 21:28:44.679815', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-02-08T21:34:55.942 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi167.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7552148', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-08 21:28:44.678190', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-02-08T21:34:55.942 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-08T21:34:56.029 INFO:teuthology.task.internal:roles: ubuntu@smithi105.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-02-08T21:34:56.030 INFO:teuthology.task.internal:roles: ubuntu@smithi167.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-02-08T21:34:56.030 INFO:teuthology.run_tasks:Running task console_log... 2024-02-08T21:34:56.172 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f5cffbf6430>, signals=[15]) 2024-02-08T21:34:56.173 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-08T21:34:56.183 INFO:teuthology.task.internal:Opening connections... 2024-02-08T21:34:56.183 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi105.front.sepia.ceph.com 2024-02-08T21:34:56.185 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-08T21:34:56.288 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi167.front.sepia.ceph.com 2024-02-08T21:34:56.289 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-08T21:34:56.381 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-08T21:34:56.532 DEBUG:teuthology.orchestra.run.smithi105:> uname -m 2024-02-08T21:34:56.543 INFO:teuthology.orchestra.run.smithi105.stdout:x86_64 2024-02-08T21:34:56.544 DEBUG:teuthology.orchestra.run.smithi105:> cat /etc/os-release 2024-02-08T21:34:56.592 INFO:teuthology.orchestra.run.smithi105.stdout:NAME="Ubuntu" 2024-02-08T21:34:56.593 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-02-08T21:34:56.593 INFO:teuthology.orchestra.run.smithi105.stdout:ID=ubuntu 2024-02-08T21:34:56.593 INFO:teuthology.orchestra.run.smithi105.stdout:ID_LIKE=debian 2024-02-08T21:34:56.593 INFO:teuthology.orchestra.run.smithi105.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-02-08T21:34:56.593 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION_ID="20.04" 2024-02-08T21:34:56.593 INFO:teuthology.orchestra.run.smithi105.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-08T21:34:56.594 INFO:teuthology.orchestra.run.smithi105.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-08T21:34:56.594 INFO:teuthology.orchestra.run.smithi105.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-08T21:34:56.595 INFO:teuthology.orchestra.run.smithi105.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-08T21:34:56.595 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION_CODENAME=focal 2024-02-08T21:34:56.595 INFO:teuthology.orchestra.run.smithi105.stdout:UBUNTU_CODENAME=focal 2024-02-08T21:34:56.596 INFO:teuthology.lock.ops:Updating smithi105.front.sepia.ceph.com on lock server 2024-02-08T21:34:56.621 DEBUG:teuthology.orchestra.run.smithi167:> uname -m 2024-02-08T21:34:56.629 INFO:teuthology.orchestra.run.smithi167.stdout:x86_64 2024-02-08T21:34:56.630 DEBUG:teuthology.orchestra.run.smithi167:> cat /etc/os-release 2024-02-08T21:34:56.678 INFO:teuthology.orchestra.run.smithi167.stdout:NAME="Ubuntu" 2024-02-08T21:34:56.679 INFO:teuthology.orchestra.run.smithi167.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-02-08T21:34:56.679 INFO:teuthology.orchestra.run.smithi167.stdout:ID=ubuntu 2024-02-08T21:34:56.679 INFO:teuthology.orchestra.run.smithi167.stdout:ID_LIKE=debian 2024-02-08T21:34:56.679 INFO:teuthology.orchestra.run.smithi167.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-02-08T21:34:56.679 INFO:teuthology.orchestra.run.smithi167.stdout:VERSION_ID="20.04" 2024-02-08T21:34:56.679 INFO:teuthology.orchestra.run.smithi167.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-08T21:34:56.679 INFO:teuthology.orchestra.run.smithi167.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-08T21:34:56.679 INFO:teuthology.orchestra.run.smithi167.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-08T21:34:56.680 INFO:teuthology.orchestra.run.smithi167.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-08T21:34:56.680 INFO:teuthology.orchestra.run.smithi167.stdout:VERSION_CODENAME=focal 2024-02-08T21:34:56.680 INFO:teuthology.orchestra.run.smithi167.stdout:UBUNTU_CODENAME=focal 2024-02-08T21:34:56.680 INFO:teuthology.lock.ops:Updating smithi167.front.sepia.ceph.com on lock server 2024-02-08T21:34:56.703 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-08T21:34:56.714 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-08T21:34:56.723 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-08T21:34:56.724 DEBUG:teuthology.orchestra.run.smithi105:> test '!' -e /home/ubuntu/cephtest 2024-02-08T21:34:56.726 DEBUG:teuthology.orchestra.run.smithi167:> test '!' -e /home/ubuntu/cephtest 2024-02-08T21:34:56.732 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-08T21:34:56.738 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-08T21:34:56.738 DEBUG:teuthology.orchestra.run.smithi105:> test -z $(ls -A /var/lib/ceph) 2024-02-08T21:34:56.775 DEBUG:teuthology.orchestra.run.smithi167:> test -z $(ls -A /var/lib/ceph) 2024-02-08T21:34:56.793 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-08T21:34:56.845 INFO:teuthology.run_tasks:Running task kernel... 2024-02-08T21:34:56.859 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-08T21:34:56.860 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2024-02-08T21:34:56.860 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2024-02-08T21:34:56.860 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2024-02-08T21:34:56.860 DEBUG:teuthology.orchestra.run.smithi105:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-08T21:34:56.861 DEBUG:teuthology.orchestra.run.smithi167:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-08T21:34:56.866 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-08T21:34:56.866 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-02-08T21:34:56.867 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-08T21:34:56.868 DEBUG:teuthology.orchestra.run.smithi167:> uname -r 2024-02-08T21:34:56.874 INFO:teuthology.orchestra.run.smithi105.stdout:5.4.0-124-generic 2024-02-08T21:34:56.874 INFO:teuthology.task.kernel:Running kernel on smithi105: 5.4.0-124-generic 2024-02-08T21:34:56.874 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get clean 2024-02-08T21:34:56.875 INFO:teuthology.orchestra.run.smithi167.stdout:5.4.0-124-generic 2024-02-08T21:34:56.875 INFO:teuthology.task.kernel:Running kernel on smithi167: 5.4.0-124-generic 2024-02-08T21:34:56.876 DEBUG:teuthology.orchestra.run.smithi167:> sudo apt-get clean 2024-02-08T21:34:56.966 DEBUG:teuthology.orchestra.run.smithi167:> sudo apt-get update 2024-02-08T21:34:57.024 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get update 2024-02-08T21:34:57.230 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-02-08T21:34:57.230 INFO:teuthology.orchestra.run.smithi167.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2024-02-08T21:34:57.230 INFO:teuthology.orchestra.run.smithi167.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2024-02-08T21:34:57.252 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-02-08T21:34:57.258 INFO:teuthology.orchestra.run.smithi105.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2024-02-08T21:34:57.332 INFO:teuthology.orchestra.run.smithi105.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2024-02-08T21:34:57.369 INFO:teuthology.orchestra.run.smithi167.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2024-02-08T21:34:57.378 INFO:teuthology.orchestra.run.smithi105.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2024-02-08T21:34:57.640 INFO:teuthology.orchestra.run.smithi167.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,710 kB] 2024-02-08T21:34:57.657 INFO:teuthology.orchestra.run.smithi105.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [931 kB] 2024-02-08T21:34:57.776 INFO:teuthology.orchestra.run.smithi167.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,090 kB] 2024-02-08T21:34:57.837 INFO:teuthology.orchestra.run.smithi105.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,090 kB] 2024-02-08T21:34:57.940 INFO:teuthology.orchestra.run.smithi167.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [706 kB] 2024-02-08T21:34:57.956 INFO:teuthology.orchestra.run.smithi167.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [413 kB] 2024-02-08T21:34:57.967 INFO:teuthology.orchestra.run.smithi167.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-02-08T21:34:57.967 INFO:teuthology.orchestra.run.smithi167.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [35.5 kB] 2024-02-08T21:34:57.969 INFO:teuthology.orchestra.run.smithi167.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,547 kB] 2024-02-08T21:34:57.971 INFO:teuthology.orchestra.run.smithi105.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [706 kB] 2024-02-08T21:34:57.974 INFO:teuthology.orchestra.run.smithi105.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [496 kB] 2024-02-08T21:34:58.079 INFO:teuthology.orchestra.run.smithi167.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [355 kB] 2024-02-08T21:34:58.081 INFO:teuthology.orchestra.run.smithi167.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-02-08T21:34:58.081 INFO:teuthology.orchestra.run.smithi167.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [645 kB] 2024-02-08T21:34:58.085 INFO:teuthology.orchestra.run.smithi167.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [937 kB] 2024-02-08T21:34:58.102 INFO:teuthology.orchestra.run.smithi105.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-02-08T21:34:58.103 INFO:teuthology.orchestra.run.smithi105.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,665 kB] 2024-02-08T21:34:58.107 INFO:teuthology.orchestra.run.smithi167.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [197 kB] 2024-02-08T21:34:58.109 INFO:teuthology.orchestra.run.smithi167.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-02-08T21:34:58.109 INFO:teuthology.orchestra.run.smithi167.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB] 2024-02-08T21:34:58.110 INFO:teuthology.orchestra.run.smithi167.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2024-02-08T21:34:58.110 INFO:teuthology.orchestra.run.smithi167.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,796 B] 2024-02-08T21:34:58.116 INFO:teuthology.orchestra.run.smithi167.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-02-08T21:34:58.124 INFO:teuthology.orchestra.run.smithi105.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.8 kB] 2024-02-08T21:34:58.124 INFO:teuthology.orchestra.run.smithi105.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [371 kB] 2024-02-08T21:34:58.132 INFO:teuthology.orchestra.run.smithi105.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-02-08T21:34:58.132 INFO:teuthology.orchestra.run.smithi105.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [772 kB] 2024-02-08T21:34:58.144 INFO:teuthology.orchestra.run.smithi167.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [931 kB] 2024-02-08T21:34:58.145 INFO:teuthology.orchestra.run.smithi105.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,163 kB] 2024-02-08T21:34:58.171 INFO:teuthology.orchestra.run.smithi105.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [279 kB] 2024-02-08T21:34:58.175 INFO:teuthology.orchestra.run.smithi105.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-02-08T21:34:58.176 INFO:teuthology.orchestra.run.smithi105.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB] 2024-02-08T21:34:58.176 INFO:teuthology.orchestra.run.smithi105.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,436 B] 2024-02-08T21:34:58.176 INFO:teuthology.orchestra.run.smithi105.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,768 B] 2024-02-08T21:34:58.177 INFO:teuthology.orchestra.run.smithi105.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-02-08T21:34:58.200 INFO:teuthology.orchestra.run.smithi167.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [496 kB] 2024-02-08T21:34:58.214 INFO:teuthology.orchestra.run.smithi105.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-02-08T21:34:58.215 INFO:teuthology.orchestra.run.smithi105.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-02-08T21:34:58.216 INFO:teuthology.orchestra.run.smithi105.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-02-08T21:34:58.217 INFO:teuthology.orchestra.run.smithi105.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-02-08T21:34:58.217 INFO:teuthology.orchestra.run.smithi167.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-02-08T21:34:58.218 INFO:teuthology.orchestra.run.smithi167.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,665 kB] 2024-02-08T21:34:58.250 INFO:teuthology.orchestra.run.smithi105.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-02-08T21:34:58.250 INFO:teuthology.orchestra.run.smithi105.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-02-08T21:34:58.288 INFO:teuthology.orchestra.run.smithi167.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.8 kB] 2024-02-08T21:34:58.289 INFO:teuthology.orchestra.run.smithi167.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [371 kB] 2024-02-08T21:34:58.292 INFO:teuthology.orchestra.run.smithi167.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-02-08T21:34:58.292 INFO:teuthology.orchestra.run.smithi167.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [772 kB] 2024-02-08T21:34:58.304 INFO:teuthology.orchestra.run.smithi167.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,163 kB] 2024-02-08T21:34:58.308 INFO:teuthology.orchestra.run.smithi105.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,710 kB] 2024-02-08T21:34:58.329 INFO:teuthology.orchestra.run.smithi167.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [279 kB] 2024-02-08T21:34:58.332 INFO:teuthology.orchestra.run.smithi167.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-02-08T21:34:58.332 INFO:teuthology.orchestra.run.smithi167.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB] 2024-02-08T21:34:58.340 INFO:teuthology.orchestra.run.smithi167.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,436 B] 2024-02-08T21:34:58.342 INFO:teuthology.orchestra.run.smithi167.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,768 B] 2024-02-08T21:34:58.344 INFO:teuthology.orchestra.run.smithi167.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-02-08T21:34:58.365 INFO:teuthology.orchestra.run.smithi167.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-02-08T21:34:58.369 INFO:teuthology.orchestra.run.smithi167.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-02-08T21:34:58.373 INFO:teuthology.orchestra.run.smithi167.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-02-08T21:34:58.389 INFO:teuthology.orchestra.run.smithi167.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-02-08T21:34:58.391 INFO:teuthology.orchestra.run.smithi167.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-02-08T21:34:58.395 INFO:teuthology.orchestra.run.smithi167.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-02-08T21:34:58.499 INFO:teuthology.orchestra.run.smithi105.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [413 kB] 2024-02-08T21:34:58.513 INFO:teuthology.orchestra.run.smithi105.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-02-08T21:34:58.513 INFO:teuthology.orchestra.run.smithi105.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [35.5 kB] 2024-02-08T21:34:58.514 INFO:teuthology.orchestra.run.smithi105.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,547 kB] 2024-02-08T21:34:58.590 INFO:teuthology.orchestra.run.smithi105.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [355 kB] 2024-02-08T21:34:58.595 INFO:teuthology.orchestra.run.smithi105.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-02-08T21:34:58.595 INFO:teuthology.orchestra.run.smithi105.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [645 kB] 2024-02-08T21:34:58.612 INFO:teuthology.orchestra.run.smithi105.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [937 kB] 2024-02-08T21:34:58.806 INFO:teuthology.orchestra.run.smithi105.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [197 kB] 2024-02-08T21:34:59.231 INFO:teuthology.orchestra.run.smithi105.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-02-08T21:34:59.236 INFO:teuthology.orchestra.run.smithi105.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2024-02-08T21:34:59.238 INFO:teuthology.orchestra.run.smithi105.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB] 2024-02-08T21:34:59.246 INFO:teuthology.orchestra.run.smithi105.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,796 B] 2024-02-08T21:34:59.247 INFO:teuthology.orchestra.run.smithi105.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-02-08T21:35:01.906 INFO:teuthology.orchestra.run.smithi105.stdout:Fetched 19.0 MB in 3s (6,528 kB/s) 2024-02-08T21:35:01.934 INFO:teuthology.orchestra.run.smithi167.stdout:Fetched 19.0 MB in 3s (6,372 kB/s) 2024-02-08T21:35:03.406 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2024-02-08T21:35:03.435 DEBUG:teuthology.orchestra.run.smithi105:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-02-08T21:35:03.458 INFO:teuthology.orchestra.run.smithi167.stdout:Reading package lists... 2024-02-08T21:35:03.483 DEBUG:teuthology.orchestra.run.smithi167:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-02-08T21:35:03.520 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2024-02-08T21:35:03.553 INFO:teuthology.orchestra.run.smithi167.stdout:Reading package lists... 2024-02-08T21:35:03.727 INFO:teuthology.orchestra.run.smithi105.stdout:Building dependency tree... 2024-02-08T21:35:03.727 INFO:teuthology.orchestra.run.smithi105.stdout:Reading state information... 2024-02-08T21:35:03.755 INFO:teuthology.orchestra.run.smithi167.stdout:Building dependency tree... 2024-02-08T21:35:03.755 INFO:teuthology.orchestra.run.smithi167.stdout:Reading state information... 2024-02-08T21:35:03.913 INFO:teuthology.orchestra.run.smithi105.stdout:The following additional packages will be installed: 2024-02-08T21:35:03.913 INFO:teuthology.orchestra.run.smithi105.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-02-08T21:35:03.913 INFO:teuthology.orchestra.run.smithi105.stdout: libusbmuxd6 linux-image-5.15.0-94-generic linux-modules-5.15.0-94-generic 2024-02-08T21:35:03.914 INFO:teuthology.orchestra.run.smithi105.stdout: linux-modules-extra-5.15.0-94-generic thermald upower usbmuxd 2024-02-08T21:35:03.915 INFO:teuthology.orchestra.run.smithi105.stdout:Suggested packages: 2024-02-08T21:35:03.915 INFO:teuthology.orchestra.run.smithi105.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-02-08T21:35:03.915 INFO:teuthology.orchestra.run.smithi105.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-94-generic 2024-02-08T21:35:03.928 INFO:teuthology.orchestra.run.smithi167.stdout:The following additional packages will be installed: 2024-02-08T21:35:03.928 INFO:teuthology.orchestra.run.smithi167.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-02-08T21:35:03.928 INFO:teuthology.orchestra.run.smithi167.stdout: libusbmuxd6 linux-image-5.15.0-94-generic linux-modules-5.15.0-94-generic 2024-02-08T21:35:03.928 INFO:teuthology.orchestra.run.smithi167.stdout: linux-modules-extra-5.15.0-94-generic thermald upower usbmuxd 2024-02-08T21:35:03.929 INFO:teuthology.orchestra.run.smithi167.stdout:Suggested packages: 2024-02-08T21:35:03.929 INFO:teuthology.orchestra.run.smithi167.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-02-08T21:35:03.929 INFO:teuthology.orchestra.run.smithi167.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-94-generic 2024-02-08T21:35:03.970 INFO:teuthology.orchestra.run.smithi105.stdout:The following NEW packages will be installed: 2024-02-08T21:35:03.971 INFO:teuthology.orchestra.run.smithi105.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-02-08T21:35:03.971 INFO:teuthology.orchestra.run.smithi105.stdout: libusbmuxd6 linux-image-5.15.0-94-generic linux-image-generic-hwe-20.04 2024-02-08T21:35:03.972 INFO:teuthology.orchestra.run.smithi105.stdout: linux-modules-5.15.0-94-generic linux-modules-extra-5.15.0-94-generic 2024-02-08T21:35:03.972 INFO:teuthology.orchestra.run.smithi105.stdout: thermald upower usbmuxd 2024-02-08T21:35:03.978 INFO:teuthology.orchestra.run.smithi167.stdout:The following NEW packages will be installed: 2024-02-08T21:35:03.979 INFO:teuthology.orchestra.run.smithi167.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-02-08T21:35:03.979 INFO:teuthology.orchestra.run.smithi167.stdout: libusbmuxd6 linux-image-5.15.0-94-generic linux-image-generic-hwe-20.04 2024-02-08T21:35:03.979 INFO:teuthology.orchestra.run.smithi167.stdout: linux-modules-5.15.0-94-generic linux-modules-extra-5.15.0-94-generic 2024-02-08T21:35:03.979 INFO:teuthology.orchestra.run.smithi167.stdout: thermald upower usbmuxd 2024-02-08T21:35:04.031 INFO:teuthology.orchestra.run.smithi105.stdout:0 upgraded, 13 newly installed, 0 to remove and 287 not upgraded. 2024-02-08T21:35:04.031 INFO:teuthology.orchestra.run.smithi105.stdout:Need to get 90.9 MB of archives. 2024-02-08T21:35:04.031 INFO:teuthology.orchestra.run.smithi105.stdout:After this operation, 497 MB of additional disk space will be used. 2024-02-08T21:35:04.031 INFO:teuthology.orchestra.run.smithi105.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-02-08T21:35:04.041 INFO:teuthology.orchestra.run.smithi167.stdout:0 upgraded, 13 newly installed, 0 to remove and 287 not upgraded. 2024-02-08T21:35:04.041 INFO:teuthology.orchestra.run.smithi167.stdout:Need to get 90.9 MB of archives. 2024-02-08T21:35:04.041 INFO:teuthology.orchestra.run.smithi167.stdout:After this operation, 497 MB of additional disk space will be used. 2024-02-08T21:35:04.041 INFO:teuthology.orchestra.run.smithi167.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-02-08T21:35:04.105 INFO:teuthology.orchestra.run.smithi105.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-02-08T21:35:04.113 INFO:teuthology.orchestra.run.smithi105.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-02-08T21:35:04.118 INFO:teuthology.orchestra.run.smithi167.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-02-08T21:35:04.118 INFO:teuthology.orchestra.run.smithi105.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-02-08T21:35:04.127 INFO:teuthology.orchestra.run.smithi167.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-02-08T21:35:04.132 INFO:teuthology.orchestra.run.smithi167.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-02-08T21:35:04.137 INFO:teuthology.orchestra.run.smithi105.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-02-08T21:35:04.148 INFO:teuthology.orchestra.run.smithi105.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-94-generic amd64 5.15.0-94.104~20.04.1 [21.0 MB] 2024-02-08T21:35:04.153 INFO:teuthology.orchestra.run.smithi167.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-02-08T21:35:04.162 INFO:teuthology.orchestra.run.smithi167.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-94-generic amd64 5.15.0-94.104~20.04.1 [21.0 MB] 2024-02-08T21:35:04.715 INFO:teuthology.orchestra.run.smithi105.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-94-generic amd64 5.15.0-94.104~20.04.1 [11.4 MB] 2024-02-08T21:35:04.816 INFO:teuthology.orchestra.run.smithi167.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-94-generic amd64 5.15.0-94.104~20.04.1 [11.4 MB] 2024-02-08T21:35:04.894 INFO:teuthology.orchestra.run.smithi105.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-94-generic amd64 5.15.0-94.104~20.04.1 [57.9 MB] 2024-02-08T21:35:05.080 INFO:teuthology.orchestra.run.smithi167.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-94-generic amd64 5.15.0-94.104~20.04.1 [57.9 MB] 2024-02-08T21:35:06.409 INFO:teuthology.orchestra.run.smithi105.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.94.104~20.04.50 [2,596 B] 2024-02-08T21:35:06.409 INFO:teuthology.orchestra.run.smithi105.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2024-02-08T21:35:06.410 INFO:teuthology.orchestra.run.smithi105.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-02-08T21:35:06.415 INFO:teuthology.orchestra.run.smithi105.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-02-08T21:35:06.416 INFO:teuthology.orchestra.run.smithi105.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-02-08T21:35:06.744 INFO:teuthology.orchestra.run.smithi167.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.94.104~20.04.50 [2,596 B] 2024-02-08T21:35:06.744 INFO:teuthology.orchestra.run.smithi167.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2024-02-08T21:35:06.745 INFO:teuthology.orchestra.run.smithi167.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-02-08T21:35:06.750 INFO:teuthology.orchestra.run.smithi167.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-02-08T21:35:06.752 INFO:teuthology.orchestra.run.smithi167.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-02-08T21:35:07.052 INFO:teuthology.orchestra.run.smithi105.stdout:Fetched 90.9 MB in 2s (37.3 MB/s) 2024-02-08T21:35:07.271 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-02-08T21:35:07.451 INFO:teuthology.orchestra.run.smithi167.stdout:Fetched 90.9 MB in 3s (32.9 MB/s) 2024-02-08T21:35:07.666 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-02-08T21:35:09.017 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 ... 104373 files and directories currently installed.) 2024-02-08T21:35:09.023 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-02-08T21:35:09.177 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-02-08T21:35:09.417 INFO:teuthology.orchestra.run.smithi167.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 ... 104373 files and directories currently installed.) 2024-02-08T21:35:09.422 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-02-08T21:35:09.530 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package libplist3:amd64. 2024-02-08T21:35:09.546 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-02-08T21:35:09.564 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-02-08T21:35:09.588 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-02-08T21:35:09.926 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libplist3:amd64. 2024-02-08T21:35:09.942 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-02-08T21:35:09.950 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-02-08T21:35:09.965 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-02-08T21:35:10.008 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-02-08T21:35:10.009 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-02-08T21:35:10.328 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-02-08T21:35:10.343 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-02-08T21:35:10.361 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-02-08T21:35:10.374 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-02-08T21:35:10.387 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-02-08T21:35:10.411 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-02-08T21:35:10.731 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-02-08T21:35:10.747 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-02-08T21:35:10.772 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-02-08T21:35:10.785 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-02-08T21:35:10.790 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-02-08T21:35:10.830 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-02-08T21:35:11.135 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-02-08T21:35:11.149 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-02-08T21:35:11.168 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-modules-5.15.0-94-generic. 2024-02-08T21:35:11.183 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../05-linux-modules-5.15.0-94-generic_5.15.0-94.104~20.04.1_amd64.deb ... 2024-02-08T21:35:11.193 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-02-08T21:35:11.226 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-modules-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-08T21:35:11.521 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package linux-modules-5.15.0-94-generic. 2024-02-08T21:35:11.537 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../05-linux-modules-5.15.0-94-generic_5.15.0-94.104~20.04.1_amd64.deb ... 2024-02-08T21:35:11.579 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking linux-modules-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-08T21:35:13.835 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-image-5.15.0-94-generic. 2024-02-08T21:35:13.848 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../06-linux-image-5.15.0-94-generic_5.15.0-94.104~20.04.1_amd64.deb ... 2024-02-08T21:35:13.934 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-image-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-08T21:35:14.098 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package linux-image-5.15.0-94-generic. 2024-02-08T21:35:14.114 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../06-linux-image-5.15.0-94-generic_5.15.0-94.104~20.04.1_amd64.deb ... 2024-02-08T21:35:14.226 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking linux-image-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-08T21:35:14.463 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-94-generic. 2024-02-08T21:35:14.478 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-94-generic_5.15.0-94.104~20.04.1_amd64.deb ... 2024-02-08T21:35:14.521 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-modules-extra-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-08T21:35:14.760 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-94-generic. 2024-02-08T21:35:14.773 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-94-generic_5.15.0-94.104~20.04.1_amd64.deb ... 2024-02-08T21:35:14.818 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking linux-modules-extra-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-08T21:35:21.539 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-02-08T21:35:21.555 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.94.104~20.04.50_amd64.deb ... 2024-02-08T21:35:21.597 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.94.104~20.04.50) ... 2024-02-08T21:35:21.847 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-02-08T21:35:21.865 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.94.104~20.04.50_amd64.deb ... 2024-02-08T21:35:21.905 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.94.104~20.04.50) ... 2024-02-08T21:35:21.933 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package libevdev2:amd64. 2024-02-08T21:35:21.946 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-02-08T21:35:22.000 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-02-08T21:35:22.242 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libevdev2:amd64. 2024-02-08T21:35:22.255 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-02-08T21:35:22.325 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-02-08T21:35:22.369 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package thermald. 2024-02-08T21:35:22.383 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-02-08T21:35:22.427 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-02-08T21:35:22.695 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package thermald. 2024-02-08T21:35:22.709 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-02-08T21:35:22.753 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-02-08T21:35:22.982 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package upower. 2024-02-08T21:35:22.995 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-02-08T21:35:23.045 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking upower (0.99.11-1build2) ... 2024-02-08T21:35:23.308 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package upower. 2024-02-08T21:35:23.322 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-02-08T21:35:23.386 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking upower (0.99.11-1build2) ... 2024-02-08T21:35:23.489 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package usbmuxd. 2024-02-08T21:35:23.503 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-02-08T21:35:23.545 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-02-08T21:35:23.813 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package usbmuxd. 2024-02-08T21:35:23.826 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-02-08T21:35:23.835 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-02-08T21:35:23.871 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-02-08T21:35:23.966 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-02-08T21:35:24.092 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-02-08T21:35:24.160 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-02-08T21:35:24.219 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-02-08T21:35:24.287 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-02-08T21:35:24.361 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-02-08T21:35:24.419 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-02-08T21:35:24.487 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-02-08T21:35:24.611 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-02-08T21:35:24.613 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up upower (0.99.11-1build2) ... 2024-02-08T21:35:24.738 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-02-08T21:35:24.864 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-02-08T21:35:24.990 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up upower (0.99.11-1build2) ... 2024-02-08T21:35:25.199 INFO:teuthology.orchestra.run.smithi105.stdout:upower.service is a disabled or a static unit, not starting it. 2024-02-08T21:35:25.253 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-02-08T21:35:25.417 INFO:teuthology.orchestra.run.smithi105.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-02-08T21:35:25.430 INFO:teuthology.orchestra.run.smithi105.stdout:Adding system user `usbmux' (UID 114) ... 2024-02-08T21:35:25.430 INFO:teuthology.orchestra.run.smithi105.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-02-08T21:35:25.543 INFO:teuthology.orchestra.run.smithi167.stdout:upower.service is a disabled or a static unit, not starting it. 2024-02-08T21:35:25.594 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-02-08T21:35:25.752 INFO:teuthology.orchestra.run.smithi167.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-02-08T21:35:25.756 INFO:teuthology.orchestra.run.smithi167.stdout:Adding system user `usbmux' (UID 114) ... 2024-02-08T21:35:25.756 INFO:teuthology.orchestra.run.smithi167.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-02-08T21:35:25.953 INFO:teuthology.orchestra.run.smithi105.stdout:Not creating home directory `/var/lib/usbmux'. 2024-02-08T21:35:26.167 INFO:teuthology.orchestra.run.smithi105.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-02-08T21:35:26.216 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-02-08T21:35:26.278 INFO:teuthology.orchestra.run.smithi167.stdout:Not creating home directory `/var/lib/usbmux'. 2024-02-08T21:35:26.501 INFO:teuthology.orchestra.run.smithi167.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-02-08T21:35:26.522 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-02-08T21:35:26.522 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-02-08T21:35:26.549 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-02-08T21:35:26.871 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-02-08T21:35:26.871 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-02-08T21:35:26.997 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-image-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-08T21:35:27.347 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up linux-image-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-08T21:35:28.336 INFO:teuthology.orchestra.run.smithi105.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-94-generic 2024-02-08T21:35:28.336 INFO:teuthology.orchestra.run.smithi105.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-94-generic 2024-02-08T21:35:28.532 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-modules-extra-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-08T21:35:28.696 INFO:teuthology.orchestra.run.smithi167.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-94-generic 2024-02-08T21:35:28.696 INFO:teuthology.orchestra.run.smithi167.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-94-generic 2024-02-08T21:35:28.907 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up linux-modules-extra-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-08T21:35:29.900 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.94.104~20.04.50) ... 2024-02-08T21:35:30.025 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-modules-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-08T21:35:30.735 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.94.104~20.04.50) ... 2024-02-08T21:35:30.859 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up linux-modules-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-08T21:35:32.119 INFO:teuthology.orchestra.run.smithi105.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-02-08T21:35:32.236 INFO:teuthology.orchestra.run.smithi167.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-02-08T21:35:32.416 INFO:teuthology.orchestra.run.smithi105.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-02-08T21:35:32.525 INFO:teuthology.orchestra.run.smithi167.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-02-08T21:35:33.194 INFO:teuthology.orchestra.run.smithi105.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-02-08T21:35:33.287 INFO:teuthology.orchestra.run.smithi167.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-02-08T21:35:33.317 INFO:teuthology.orchestra.run.smithi105.stdout:Processing triggers for linux-image-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-08T21:35:33.387 INFO:teuthology.orchestra.run.smithi167.stdout:Processing triggers for linux-image-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-08T21:35:33.388 INFO:teuthology.orchestra.run.smithi105.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-08T21:35:33.388 INFO:teuthology.orchestra.run.smithi105.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-94-generic 2024-02-08T21:35:33.462 INFO:teuthology.orchestra.run.smithi167.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-08T21:35:33.463 INFO:teuthology.orchestra.run.smithi167.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-94-generic 2024-02-08T21:35:58.954 INFO:teuthology.orchestra.run.smithi105.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-08T21:35:58.954 INFO:teuthology.orchestra.run.smithi105.stdout:Sourcing file `/etc/default/grub' 2024-02-08T21:35:58.968 INFO:teuthology.orchestra.run.smithi105.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-08T21:35:58.970 INFO:teuthology.orchestra.run.smithi167.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-08T21:35:58.970 INFO:teuthology.orchestra.run.smithi167.stdout:Sourcing file `/etc/default/grub' 2024-02-08T21:35:58.983 INFO:teuthology.orchestra.run.smithi167.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-08T21:35:58.993 INFO:teuthology.orchestra.run.smithi105.stdout:Generating grub configuration file ... 2024-02-08T21:35:59.004 INFO:teuthology.orchestra.run.smithi167.stdout:Generating grub configuration file ... 2024-02-08T21:35:59.294 INFO:teuthology.orchestra.run.smithi167.stdout:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-08T21:35:59.317 INFO:teuthology.orchestra.run.smithi167.stdout:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-08T21:35:59.324 INFO:teuthology.orchestra.run.smithi105.stdout:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-08T21:35:59.348 INFO:teuthology.orchestra.run.smithi105.stdout:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-08T21:35:59.744 INFO:teuthology.orchestra.run.smithi167.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-02-08T21:35:59.756 INFO:teuthology.orchestra.run.smithi167.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-02-08T21:35:59.825 INFO:teuthology.orchestra.run.smithi105.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-02-08T21:35:59.837 INFO:teuthology.orchestra.run.smithi105.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-02-08T21:36:01.502 INFO:teuthology.orchestra.run.smithi167.stdout:done 2024-02-08T21:36:01.945 DEBUG:teuthology.orchestra.run.smithi167:> dpkg -s linux-image-generic-hwe-20.04 2024-02-08T21:36:01.986 INFO:teuthology.orchestra.run.smithi167.stdout:Package: linux-image-generic-hwe-20.04 2024-02-08T21:36:01.987 INFO:teuthology.orchestra.run.smithi167.stdout:Status: install ok installed 2024-02-08T21:36:01.987 INFO:teuthology.orchestra.run.smithi167.stdout:Priority: optional 2024-02-08T21:36:01.987 INFO:teuthology.orchestra.run.smithi167.stdout:Section: kernel 2024-02-08T21:36:01.987 INFO:teuthology.orchestra.run.smithi167.stdout:Installed-Size: 20 2024-02-08T21:36:01.987 INFO:teuthology.orchestra.run.smithi167.stdout:Maintainer: Ubuntu Kernel Team 2024-02-08T21:36:01.987 INFO:teuthology.orchestra.run.smithi167.stdout:Architecture: amd64 2024-02-08T21:36:01.987 INFO:teuthology.orchestra.run.smithi167.stdout:Source: linux-meta-hwe-5.15 2024-02-08T21:36:01.987 INFO:teuthology.orchestra.run.smithi167.stdout:Version: 5.15.0.94.104~20.04.50 2024-02-08T21:36:01.987 INFO:teuthology.orchestra.run.smithi167.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-08T21:36:01.987 INFO:teuthology.orchestra.run.smithi167.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-08T21:36:01.987 INFO:teuthology.orchestra.run.smithi167.stdout:Recommends: thermald 2024-02-08T21:36:01.987 INFO:teuthology.orchestra.run.smithi167.stdout:Description: Generic Linux kernel image 2024-02-08T21:36:01.987 INFO:teuthology.orchestra.run.smithi167.stdout: This package will always depend on the latest generic kernel image 2024-02-08T21:36:01.987 INFO:teuthology.orchestra.run.smithi167.stdout: available. 2024-02-08T21:36:01.988 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-94-generic 2024-02-08T21:36:01.988 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-08T21:36:01.988 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-08T21:36:01.988 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-08T21:36:01.988 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi167.front.sepia.ceph.com, path=None, version=distro) 2024-02-08T21:36:01.988 DEBUG:teuthology.orchestra.run.smithi167:> sudo apt-get clean 2024-02-08T21:36:02.070 DEBUG:teuthology.orchestra.run.smithi167:> sudo apt-get update 2024-02-08T21:36:02.317 INFO:teuthology.orchestra.run.smithi105.stdout:done 2024-02-08T21:36:02.341 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-02-08T21:36:02.341 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-02-08T21:36:02.412 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-02-08T21:36:02.495 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-02-08T21:36:02.740 DEBUG:teuthology.orchestra.run.smithi105:> dpkg -s linux-image-generic-hwe-20.04 2024-02-08T21:36:02.795 INFO:teuthology.orchestra.run.smithi105.stdout:Package: linux-image-generic-hwe-20.04 2024-02-08T21:36:02.796 INFO:teuthology.orchestra.run.smithi105.stdout:Status: install ok installed 2024-02-08T21:36:02.796 INFO:teuthology.orchestra.run.smithi105.stdout:Priority: optional 2024-02-08T21:36:02.796 INFO:teuthology.orchestra.run.smithi105.stdout:Section: kernel 2024-02-08T21:36:02.796 INFO:teuthology.orchestra.run.smithi105.stdout:Installed-Size: 20 2024-02-08T21:36:02.796 INFO:teuthology.orchestra.run.smithi105.stdout:Maintainer: Ubuntu Kernel Team 2024-02-08T21:36:02.796 INFO:teuthology.orchestra.run.smithi105.stdout:Architecture: amd64 2024-02-08T21:36:02.796 INFO:teuthology.orchestra.run.smithi105.stdout:Source: linux-meta-hwe-5.15 2024-02-08T21:36:02.796 INFO:teuthology.orchestra.run.smithi105.stdout:Version: 5.15.0.94.104~20.04.50 2024-02-08T21:36:02.796 INFO:teuthology.orchestra.run.smithi105.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-08T21:36:02.796 INFO:teuthology.orchestra.run.smithi105.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-08T21:36:02.796 INFO:teuthology.orchestra.run.smithi105.stdout:Recommends: thermald 2024-02-08T21:36:02.796 INFO:teuthology.orchestra.run.smithi105.stdout:Description: Generic Linux kernel image 2024-02-08T21:36:02.797 INFO:teuthology.orchestra.run.smithi105.stdout: This package will always depend on the latest generic kernel image 2024-02-08T21:36:02.797 INFO:teuthology.orchestra.run.smithi105.stdout: available. 2024-02-08T21:36:02.797 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-94-generic 2024-02-08T21:36:02.797 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-08T21:36:02.797 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-08T21:36:02.797 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-08T21:36:02.797 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi105.front.sepia.ceph.com, path=None, version=distro) 2024-02-08T21:36:02.797 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get clean 2024-02-08T21:36:02.908 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get update 2024-02-08T21:36:03.049 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-02-08T21:36:03.058 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-02-08T21:36:03.078 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-02-08T21:36:03.162 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-02-08T21:36:04.122 INFO:teuthology.orchestra.run.smithi167.stdout:Reading package lists... 2024-02-08T21:36:04.147 DEBUG:teuthology.orchestra.run.smithi167:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-02-08T21:36:04.215 INFO:teuthology.orchestra.run.smithi167.stdout:Reading package lists... 2024-02-08T21:36:04.420 INFO:teuthology.orchestra.run.smithi167.stdout:Building dependency tree... 2024-02-08T21:36:04.420 INFO:teuthology.orchestra.run.smithi167.stdout:Reading state information... 2024-02-08T21:36:04.635 INFO:teuthology.orchestra.run.smithi167.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.94.104~20.04.50). 2024-02-08T21:36:04.635 INFO:teuthology.orchestra.run.smithi167.stdout:0 upgraded, 0 newly installed, 0 to remove and 287 not upgraded. 2024-02-08T21:36:04.637 DEBUG:teuthology.orchestra.run.smithi167:> dpkg -s linux-image-generic-hwe-20.04 2024-02-08T21:36:04.660 INFO:teuthology.orchestra.run.smithi167.stdout:Package: linux-image-generic-hwe-20.04 2024-02-08T21:36:04.660 INFO:teuthology.orchestra.run.smithi167.stdout:Status: install ok installed 2024-02-08T21:36:04.660 INFO:teuthology.orchestra.run.smithi167.stdout:Priority: optional 2024-02-08T21:36:04.660 INFO:teuthology.orchestra.run.smithi167.stdout:Section: kernel 2024-02-08T21:36:04.660 INFO:teuthology.orchestra.run.smithi167.stdout:Installed-Size: 20 2024-02-08T21:36:04.660 INFO:teuthology.orchestra.run.smithi167.stdout:Maintainer: Ubuntu Kernel Team 2024-02-08T21:36:04.660 INFO:teuthology.orchestra.run.smithi167.stdout:Architecture: amd64 2024-02-08T21:36:04.660 INFO:teuthology.orchestra.run.smithi167.stdout:Source: linux-meta-hwe-5.15 2024-02-08T21:36:04.660 INFO:teuthology.orchestra.run.smithi167.stdout:Version: 5.15.0.94.104~20.04.50 2024-02-08T21:36:04.660 INFO:teuthology.orchestra.run.smithi167.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-08T21:36:04.661 INFO:teuthology.orchestra.run.smithi167.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-08T21:36:04.661 INFO:teuthology.orchestra.run.smithi167.stdout:Recommends: thermald 2024-02-08T21:36:04.661 INFO:teuthology.orchestra.run.smithi167.stdout:Description: Generic Linux kernel image 2024-02-08T21:36:04.661 INFO:teuthology.orchestra.run.smithi167.stdout: This package will always depend on the latest generic kernel image 2024-02-08T21:36:04.661 INFO:teuthology.orchestra.run.smithi167.stdout: available. 2024-02-08T21:36:04.661 DEBUG:teuthology.orchestra.run.smithi167:> mktemp 2024-02-08T21:36:04.667 INFO:teuthology.orchestra.run.smithi167.stdout:/tmp/tmp.AFyPdj1Xzu 2024-02-08T21:36:04.668 DEBUG:teuthology.orchestra.run.smithi167:> sudo cp /boot/grub/grub.cfg /tmp/tmp.AFyPdj1Xzu 2024-02-08T21:36:04.678 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod 0666 /tmp/tmp.AFyPdj1Xzu 2024-02-08T21:36:04.761 DEBUG:teuthology.orchestra.remote:smithi167:/tmp/tmp.AFyPdj1Xzu is 9KB 2024-02-08T21:36:04.810 DEBUG:teuthology.orchestra.run.smithi167:> rm -fr /tmp/tmp.AFyPdj1Xzu 2024-02-08T21:36:04.817 DEBUG:teuthology.orchestra.run.smithi167:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-08T21:36:04.850 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2024-02-08T21:36:04.875 DEBUG:teuthology.orchestra.run.smithi105:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-02-08T21:36:04.876 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-02-08T21:36:04.876 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-08T21:36:04.876 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-08T21:36:04.911 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-94-generic 2024-02-08T21:36:04.911 DEBUG:teuthology.orchestra.run.smithi167:> sudo update-grub 2024-02-08T21:36:04.944 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2024-02-08T21:36:05.127 INFO:teuthology.orchestra.run.smithi105.stdout:Building dependency tree... 2024-02-08T21:36:05.128 INFO:teuthology.orchestra.run.smithi105.stdout:Reading state information... 2024-02-08T21:36:05.337 INFO:teuthology.orchestra.run.smithi105.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.94.104~20.04.50). 2024-02-08T21:36:05.337 INFO:teuthology.orchestra.run.smithi105.stdout:0 upgraded, 0 newly installed, 0 to remove and 287 not upgraded. 2024-02-08T21:36:05.339 DEBUG:teuthology.orchestra.run.smithi105:> dpkg -s linux-image-generic-hwe-20.04 2024-02-08T21:36:05.359 INFO:teuthology.orchestra.run.smithi105.stdout:Package: linux-image-generic-hwe-20.04 2024-02-08T21:36:05.359 INFO:teuthology.orchestra.run.smithi105.stdout:Status: install ok installed 2024-02-08T21:36:05.359 INFO:teuthology.orchestra.run.smithi105.stdout:Priority: optional 2024-02-08T21:36:05.359 INFO:teuthology.orchestra.run.smithi105.stdout:Section: kernel 2024-02-08T21:36:05.359 INFO:teuthology.orchestra.run.smithi105.stdout:Installed-Size: 20 2024-02-08T21:36:05.360 INFO:teuthology.orchestra.run.smithi105.stdout:Maintainer: Ubuntu Kernel Team 2024-02-08T21:36:05.360 INFO:teuthology.orchestra.run.smithi105.stdout:Architecture: amd64 2024-02-08T21:36:05.360 INFO:teuthology.orchestra.run.smithi105.stdout:Source: linux-meta-hwe-5.15 2024-02-08T21:36:05.360 INFO:teuthology.orchestra.run.smithi105.stdout:Version: 5.15.0.94.104~20.04.50 2024-02-08T21:36:05.360 INFO:teuthology.orchestra.run.smithi105.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-08T21:36:05.360 INFO:teuthology.orchestra.run.smithi105.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-08T21:36:05.360 INFO:teuthology.orchestra.run.smithi105.stdout:Recommends: thermald 2024-02-08T21:36:05.360 INFO:teuthology.orchestra.run.smithi105.stdout:Description: Generic Linux kernel image 2024-02-08T21:36:05.360 INFO:teuthology.orchestra.run.smithi105.stdout: This package will always depend on the latest generic kernel image 2024-02-08T21:36:05.360 INFO:teuthology.orchestra.run.smithi105.stdout: available. 2024-02-08T21:36:05.360 DEBUG:teuthology.orchestra.run.smithi105:> mktemp 2024-02-08T21:36:05.368 INFO:teuthology.orchestra.run.smithi105.stdout:/tmp/tmp.CbxmcBHPbT 2024-02-08T21:36:05.368 DEBUG:teuthology.orchestra.run.smithi105:> sudo cp /boot/grub/grub.cfg /tmp/tmp.CbxmcBHPbT 2024-02-08T21:36:05.425 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 0666 /tmp/tmp.CbxmcBHPbT 2024-02-08T21:36:05.462 DEBUG:teuthology.orchestra.remote:smithi105:/tmp/tmp.CbxmcBHPbT is 9KB 2024-02-08T21:36:05.476 DEBUG:teuthology.orchestra.run.smithi105:> rm -fr /tmp/tmp.CbxmcBHPbT 2024-02-08T21:36:05.482 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-08T21:36:05.538 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-02-08T21:36:05.538 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-08T21:36:05.538 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-08T21:36:05.573 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-94-generic 2024-02-08T21:36:05.573 DEBUG:teuthology.orchestra.run.smithi105:> sudo update-grub 2024-02-08T21:36:06.271 INFO:teuthology.orchestra.run.smithi167.stderr:Sourcing file `/etc/default/grub' 2024-02-08T21:36:06.277 INFO:teuthology.orchestra.run.smithi167.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-08T21:36:06.285 INFO:teuthology.orchestra.run.smithi167.stderr:Generating grub configuration file ... 2024-02-08T21:36:06.589 INFO:teuthology.orchestra.run.smithi167.stderr:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-08T21:36:06.601 INFO:teuthology.orchestra.run.smithi167.stderr:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-08T21:36:06.943 INFO:teuthology.orchestra.run.smithi105.stderr:Sourcing file `/etc/default/grub' 2024-02-08T21:36:06.951 INFO:teuthology.orchestra.run.smithi105.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-08T21:36:06.964 INFO:teuthology.orchestra.run.smithi105.stderr:Generating grub configuration file ... 2024-02-08T21:36:07.031 INFO:teuthology.orchestra.run.smithi167.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-02-08T21:36:07.043 INFO:teuthology.orchestra.run.smithi167.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-02-08T21:36:07.206 INFO:teuthology.orchestra.run.smithi105.stderr:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-08T21:36:07.217 INFO:teuthology.orchestra.run.smithi105.stderr:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-08T21:36:07.615 INFO:teuthology.orchestra.run.smithi105.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-02-08T21:36:07.625 INFO:teuthology.orchestra.run.smithi105.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-02-08T21:36:07.748 INFO:teuthology.orchestra.run.smithi167.stderr:done 2024-02-08T21:36:07.751 DEBUG:teuthology.orchestra.run.smithi167:> sudo shutdown -r now 2024-02-08T21:36:09.023 INFO:teuthology.orchestra.run.smithi105.stderr:done 2024-02-08T21:36:09.025 DEBUG:teuthology.orchestra.run.smithi105:> sudo shutdown -r now 2024-02-08T21:36:37.780 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-08T21:36:37.780 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-02-08T21:36:37.781 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-08T21:36:39.029 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-08T21:36:39.029 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-02-08T21:36:39.030 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-08T21:36:56.128 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.167 2024-02-08T21:36:57.404 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2024-02-08T21:37:05.136 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-02-08T21:37:05.136 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-08T21:37:06.406 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-02-08T21:37:06.407 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-08T21:37:08.192 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.167 2024-02-08T21:37:09.468 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2024-02-08T21:37:20.201 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-02-08T21:37:20.202 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-08T21:37:21.470 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-02-08T21:37:21.470 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-08T21:37:39.900 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2024-02-08T21:37:54.906 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-02-08T21:37:54.907 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-08T21:37:55.298 DEBUG:teuthology.orchestra.run.smithi105:> true 2024-02-08T21:37:56.121 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-02-08T21:37:56.121 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-94-generic"... 2024-02-08T21:37:56.121 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-02-08T21:37:56.172 INFO:teuthology.orchestra.run.smithi105.stdout:5.15.0-94-generic 2024-02-08T21:37:56.173 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-94-generic vs 5.15.0-94-generic 2024-02-08T21:37:56.173 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-08T21:37:56.173 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-08T21:37:57.174 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-08T21:37:57.174 DEBUG:teuthology.orchestra.run.smithi105:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-08T21:37:57.364 INFO:teuthology.orchestra.run.smithi105.stdout:ttyS1 2024-02-08T21:37:57.403 DEBUG:teuthology.parallel:result is None 2024-02-08T21:38:20.204 DEBUG:teuthology.orchestra.remote:timed out 2024-02-08T21:38:35.205 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-02-08T21:38:35.206 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-08T21:38:35.435 DEBUG:teuthology.orchestra.run.smithi167:> true 2024-02-08T21:38:35.971 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-02-08T21:38:35.971 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-94-generic"... 2024-02-08T21:38:35.971 DEBUG:teuthology.orchestra.run.smithi167:> uname -r 2024-02-08T21:38:36.019 INFO:teuthology.orchestra.run.smithi167.stdout:5.15.0-94-generic 2024-02-08T21:38:36.019 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-94-generic vs 5.15.0-94-generic 2024-02-08T21:38:36.019 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-08T21:38:36.019 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-08T21:38:37.020 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-08T21:38:37.021 DEBUG:teuthology.orchestra.run.smithi167:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-08T21:38:37.397 INFO:teuthology.orchestra.run.smithi167.stdout:ttyS1 2024-02-08T21:38:37.419 DEBUG:teuthology.parallel:result is None 2024-02-08T21:38:37.420 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-08T21:38:37.427 INFO:teuthology.task.internal:Creating test directory... 2024-02-08T21:38:37.427 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-08T21:38:37.430 DEBUG:teuthology.orchestra.run.smithi167:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-08T21:38:37.438 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-08T21:38:37.445 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-08T21:38:37.452 INFO:teuthology.task.internal:Creating archive directory... 2024-02-08T21:38:37.452 DEBUG:teuthology.orchestra.run.smithi105:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-08T21:38:37.479 DEBUG:teuthology.orchestra.run.smithi167:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-08T21:38:37.578 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-08T21:38:37.585 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-08T21:38:37.585 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 2024-02-08T21:38:37.588 DEBUG:teuthology.orchestra.run.smithi167:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-08T21:38:37.605 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-08T21:38:37.605 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-08T21:38:37.613 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-08T21:38:37.614 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-08T21:38:37.615 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-08T21:38:37.623 INFO:teuthology.task.internal:Configuring sudo... 2024-02-08T21:38:37.623 DEBUG:teuthology.orchestra.run.smithi105:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-08T21:38:37.659 DEBUG:teuthology.orchestra.run.smithi167:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-08T21:38:37.676 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-08T21:38:37.689 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-08T21:38:37.689 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-08T21:38:37.719 DEBUG:teuthology.orchestra.run.smithi167:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-08T21:38:37.726 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-08T21:38:37.772 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-08T21:38:37.820 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-02-08T21:38:37.821 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-08T21:38:37.883 DEBUG:teuthology.orchestra.run.smithi167:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-08T21:38:37.891 DEBUG:teuthology.orchestra.run.smithi167:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-08T21:38:37.941 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-02-08T21:38:37.941 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-08T21:38:38.014 DEBUG:teuthology.orchestra.run.smithi105:> sudo service rsyslog restart 2024-02-08T21:38:38.016 DEBUG:teuthology.orchestra.run.smithi167:> sudo service rsyslog restart 2024-02-08T21:38:38.099 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-08T21:38:38.107 INFO:teuthology.task.internal:Starting timer... 2024-02-08T21:38:38.107 INFO:teuthology.run_tasks:Running task pcp... 2024-02-08T21:38:38.118 INFO:teuthology.run_tasks:Running task selinux... 2024-02-08T21:38:38.127 DEBUG:teuthology.task.selinux:Excluding smithi105: OS 'ubuntu' does not support SELinux 2024-02-08T21:38:38.127 DEBUG:teuthology.task.selinux:Excluding smithi167: OS 'ubuntu' does not support SELinux 2024-02-08T21:38:38.127 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-08T21:38:38.127 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-02-08T21:38:38.128 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-08T21:38:38.128 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-08T21:38:38.136 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-02-08T21:38:38.142 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-02-08T21:38:38.256 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-08T21:38:38.271 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-08T21:38:38.272 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi105.front.sepia.ceph.com,smithi167.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-08T21:44:06.904 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi105.front.sepia.ceph.com'), Remote(name='ubuntu@smithi167.front.sepia.ceph.com')] 2024-02-08T21:44:06.906 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-02-08T21:44:06.907 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-08T21:44:07.002 DEBUG:teuthology.orchestra.run.smithi105:> true 2024-02-08T21:44:07.122 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-02-08T21:44:07.122 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-02-08T21:44:07.123 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-08T21:44:07.218 DEBUG:teuthology.orchestra.run.smithi167:> true 2024-02-08T21:44:07.338 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-02-08T21:44:07.338 INFO:teuthology.run_tasks:Running task clock... 2024-02-08T21:44:07.348 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-08T21:44:07.348 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-08T21:44:07.349 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 2024-02-08T21:44:07.351 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-08T21:44:07.351 DEBUG:teuthology.orchestra.run.smithi167:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-08T21:44:07.382 INFO:teuthology.orchestra.run.smithi105.stdout: 8 Feb 21:44:07 ntpd[12695]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-02-08T21:44:07.382 INFO:teuthology.orchestra.run.smithi105.stdout: 8 Feb 21:44:07 ntpd[12695]: Command line: ntpd -gq 2024-02-08T21:44:07.383 INFO:teuthology.orchestra.run.smithi105.stdout: 8 Feb 21:44:07 ntpd[12695]: proto: precision = 0.060 usec (-24) 2024-02-08T21:44:07.383 INFO:teuthology.orchestra.run.smithi105.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-08T21:44:07.384 INFO:teuthology.orchestra.run.smithi105.stdout: 8 Feb 21:44:07 ntpd[12695]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-08T21:44:07.384 INFO:teuthology.orchestra.run.smithi105.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-08T21:44:07.385 INFO:teuthology.orchestra.run.smithi105.stdout: 8 Feb 21:44:07 ntpd[12695]: restrict ::: KOD does nothing without LIMITED. 2024-02-08T21:44:07.385 INFO:teuthology.orchestra.run.smithi105.stdout: 8 Feb 21:44:07 ntpd[12695]: Listen and drop on 0 v6wildcard [::]:123 2024-02-08T21:44:07.386 INFO:teuthology.orchestra.run.smithi105.stdout: 8 Feb 21:44:07 ntpd[12695]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-08T21:44:07.386 INFO:teuthology.orchestra.run.smithi105.stdout: 8 Feb 21:44:07 ntpd[12695]: Listen normally on 2 lo 127.0.0.1:123 2024-02-08T21:44:07.386 INFO:teuthology.orchestra.run.smithi105.stdout: 8 Feb 21:44:07 ntpd[12695]: Listen normally on 3 enp3s0f1 172.21.15.105:123 2024-02-08T21:44:07.386 INFO:teuthology.orchestra.run.smithi105.stdout: 8 Feb 21:44:07 ntpd[12695]: Listen normally on 4 lo [::1]:123 2024-02-08T21:44:07.386 INFO:teuthology.orchestra.run.smithi105.stdout: 8 Feb 21:44:07 ntpd[12695]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d429%5]:123 2024-02-08T21:44:07.386 INFO:teuthology.orchestra.run.smithi105.stdout: 8 Feb 21:44:07 ntpd[12695]: Listening on routing socket on fd #22 for interface updates 2024-02-08T21:44:07.413 INFO:teuthology.orchestra.run.smithi167.stdout: 8 Feb 21:44:07 ntpd[12774]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-02-08T21:44:07.413 INFO:teuthology.orchestra.run.smithi167.stdout: 8 Feb 21:44:07 ntpd[12774]: Command line: ntpd -gq 2024-02-08T21:44:07.414 INFO:teuthology.orchestra.run.smithi167.stdout: 8 Feb 21:44:07 ntpd[12774]: proto: precision = 0.092 usec (-23) 2024-02-08T21:44:07.414 INFO:teuthology.orchestra.run.smithi167.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-08T21:44:07.415 INFO:teuthology.orchestra.run.smithi167.stdout: 8 Feb 21:44:07 ntpd[12774]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-08T21:44:07.415 INFO:teuthology.orchestra.run.smithi167.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-08T21:44:07.416 INFO:teuthology.orchestra.run.smithi167.stdout: 8 Feb 21:44:07 ntpd[12774]: restrict ::: KOD does nothing without LIMITED. 2024-02-08T21:44:07.416 INFO:teuthology.orchestra.run.smithi167.stdout: 8 Feb 21:44:07 ntpd[12774]: Listen and drop on 0 v6wildcard [::]:123 2024-02-08T21:44:07.416 INFO:teuthology.orchestra.run.smithi167.stdout: 8 Feb 21:44:07 ntpd[12774]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-08T21:44:07.416 INFO:teuthology.orchestra.run.smithi167.stdout: 8 Feb 21:44:07 ntpd[12774]: Listen normally on 2 lo 127.0.0.1:123 2024-02-08T21:44:07.416 INFO:teuthology.orchestra.run.smithi167.stdout: 8 Feb 21:44:07 ntpd[12774]: Listen normally on 3 enp3s0f1 172.21.15.167:123 2024-02-08T21:44:07.416 INFO:teuthology.orchestra.run.smithi167.stdout: 8 Feb 21:44:07 ntpd[12774]: Listen normally on 4 lo [::1]:123 2024-02-08T21:44:07.416 INFO:teuthology.orchestra.run.smithi167.stdout: 8 Feb 21:44:07 ntpd[12774]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7309%5]:123 2024-02-08T21:44:07.416 INFO:teuthology.orchestra.run.smithi167.stdout: 8 Feb 21:44:07 ntpd[12774]: Listening on routing socket on fd #22 for interface updates 2024-02-08T21:44:08.414 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:08 ntpd[12774]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:08.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:08 ntpd[12774]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:08.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:08 ntpd[12774]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:08.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:08 ntpd[12774]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:08.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:08 ntpd[12774]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:08.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:08 ntpd[12774]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:08.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:08 ntpd[12774]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-08T21:44:08.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:08 ntpd[12774]: can't open /var/log/ntpstats/peerstats.20240208: Permission denied 2024-02-08T21:44:10.414 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:10 ntpd[12774]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:10.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:10 ntpd[12774]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:10.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:10 ntpd[12774]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:10.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:10 ntpd[12774]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:10.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:10 ntpd[12774]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:10.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:10 ntpd[12774]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:10.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:10 ntpd[12774]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-08T21:44:10.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:10 ntpd[12774]: can't open /var/log/ntpstats/peerstats.20240208: Permission denied 2024-02-08T21:44:10.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:10 ntpd[12774]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:10.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:10 ntpd[12774]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:10.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:10 ntpd[12774]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-08T21:44:10.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:10 ntpd[12774]: can't open /var/log/ntpstats/peerstats.20240208: Permission denied 2024-02-08T21:44:11.383 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:11 ntpd[12695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:11.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:11 ntpd[12695]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:11.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:11 ntpd[12695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:11.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:11 ntpd[12695]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:11.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:11 ntpd[12695]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-08T21:44:11.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:11 ntpd[12695]: can't open /var/log/ntpstats/peerstats.20240208: Permission denied 2024-02-08T21:44:12.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:12 ntpd[12695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:12.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:12 ntpd[12695]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:12.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:12 ntpd[12695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:12.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:12 ntpd[12695]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:12.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:12 ntpd[12695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:12.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:12 ntpd[12695]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:12.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:12 ntpd[12695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:12.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:12 ntpd[12695]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:12.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:12 ntpd[12695]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-08T21:44:12.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:12 ntpd[12695]: can't open /var/log/ntpstats/peerstats.20240208: Permission denied 2024-02-08T21:44:12.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:12 ntpd[12695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:12.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:12 ntpd[12695]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:12.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:12 ntpd[12695]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-08T21:44:12.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:12 ntpd[12695]: can't open /var/log/ntpstats/peerstats.20240208: Permission denied 2024-02-08T21:44:12.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:12 ntpd[12774]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:12.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:12 ntpd[12774]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:12.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:12 ntpd[12774]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:12.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:12 ntpd[12774]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:12.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:12 ntpd[12774]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:12.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:12 ntpd[12774]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:12.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:12 ntpd[12774]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:12.416 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:12 ntpd[12774]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:12.416 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:12 ntpd[12774]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-08T21:44:12.416 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:12 ntpd[12774]: can't open /var/log/ntpstats/peerstats.20240208: Permission denied 2024-02-08T21:44:12.416 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:12 ntpd[12774]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:12.416 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:12 ntpd[12774]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:12.416 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:12 ntpd[12774]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-08T21:44:12.416 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:12 ntpd[12774]: can't open /var/log/ntpstats/peerstats.20240208: Permission denied 2024-02-08T21:44:12.416 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:12 ntpd[12774]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:12.416 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:12 ntpd[12774]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:12.416 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:12 ntpd[12774]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-08T21:44:12.416 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:12 ntpd[12774]: can't open /var/log/ntpstats/peerstats.20240208: Permission denied 2024-02-08T21:44:13.383 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:13 ntpd[12695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:13.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:13 ntpd[12695]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:13.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:13 ntpd[12695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:13.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:13 ntpd[12695]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:13.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:13 ntpd[12695]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-08T21:44:13.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:13 ntpd[12695]: can't open /var/log/ntpstats/peerstats.20240208: Permission denied 2024-02-08T21:44:14.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:14 ntpd[12695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:14.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:14 ntpd[12695]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:14.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:14 ntpd[12695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:14.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:14 ntpd[12695]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:14.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:14 ntpd[12695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:14.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:14 ntpd[12695]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:14.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:14 ntpd[12695]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-08T21:44:14.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:14 ntpd[12695]: can't open /var/log/ntpstats/peerstats.20240208: Permission denied 2024-02-08T21:44:14.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:14 ntpd[12695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:14.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:14 ntpd[12695]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:14.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:14 ntpd[12695]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-08T21:44:14.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:14 ntpd[12695]: can't open /var/log/ntpstats/peerstats.20240208: Permission denied 2024-02-08T21:44:14.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:14 ntpd[12774]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:14.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:14 ntpd[12774]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:14.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:14 ntpd[12774]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:14.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:14 ntpd[12774]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:14.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:14 ntpd[12774]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:14.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:14 ntpd[12774]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:14.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:14 ntpd[12774]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:14.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:14 ntpd[12774]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:14.415 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:14 ntpd[12774]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-08T21:44:14.416 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:14 ntpd[12774]: can't open /var/log/ntpstats/peerstats.20240208: Permission denied 2024-02-08T21:44:14.416 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:14 ntpd[12774]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:14.416 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:14 ntpd[12774]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:14.416 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:14 ntpd[12774]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-08T21:44:14.416 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:14 ntpd[12774]: can't open /var/log/ntpstats/peerstats.20240208: Permission denied 2024-02-08T21:44:14.416 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:14 ntpd[12774]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:14.416 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:14 ntpd[12774]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:14.416 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:14 ntpd[12774]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-08T21:44:14.416 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:14 ntpd[12774]: can't open /var/log/ntpstats/peerstats.20240208: Permission denied 2024-02-08T21:44:14.416 INFO:teuthology.orchestra.run.smithi167.stdout: 8 Feb 21:44:14 ntpd[12774]: ntpd: time slew -0.000744 s 2024-02-08T21:44:14.417 INFO:teuthology.orchestra.run.smithi167.stdout:ntpd: time slew -0.000744s 2024-02-08T21:44:14.417 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:14 ntpd[12774]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-08T21:44:14.417 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Feb 21:44:14 ntpd[12774]: can't open /var/log/ntpstats/loopstats.20240208: Permission denied 2024-02-08T21:44:14.473 INFO:teuthology.orchestra.run.smithi167.stdout: remote refid st t when poll reach delay offset jitter 2024-02-08T21:44:14.473 INFO:teuthology.orchestra.run.smithi167.stdout:============================================================================== 2024-02-08T21:44:14.473 INFO:teuthology.orchestra.run.smithi167.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-08T21:44:14.473 INFO:teuthology.orchestra.run.smithi167.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-08T21:44:14.473 INFO:teuthology.orchestra.run.smithi167.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-08T21:44:14.473 INFO:teuthology.orchestra.run.smithi167.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-08T21:44:15.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:15 ntpd[12695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:15.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:15 ntpd[12695]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:15.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:15 ntpd[12695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:15.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:15 ntpd[12695]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:15.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:15 ntpd[12695]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-08T21:44:15.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:15 ntpd[12695]: can't open /var/log/ntpstats/peerstats.20240208: Permission denied 2024-02-08T21:44:16.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:16 ntpd[12695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:16.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:16 ntpd[12695]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:16.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:16 ntpd[12695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:16.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:16 ntpd[12695]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:16.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:16 ntpd[12695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:16.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:16 ntpd[12695]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:16.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:16 ntpd[12695]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-08T21:44:16.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:16 ntpd[12695]: can't open /var/log/ntpstats/peerstats.20240208: Permission denied 2024-02-08T21:44:16.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:16 ntpd[12695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:16.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:16 ntpd[12695]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:16.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:16 ntpd[12695]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-08T21:44:16.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:16 ntpd[12695]: can't open /var/log/ntpstats/peerstats.20240208: Permission denied 2024-02-08T21:44:17.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:17 ntpd[12695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:17.384 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:17 ntpd[12695]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:17.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:17 ntpd[12695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-08T21:44:17.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:17 ntpd[12695]: can't open /var/log/ntpstats/rawstats.20240208: Permission denied 2024-02-08T21:44:17.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:17 ntpd[12695]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-08T21:44:17.385 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:17 ntpd[12695]: can't open /var/log/ntpstats/peerstats.20240208: Permission denied 2024-02-08T21:44:17.385 INFO:teuthology.orchestra.run.smithi105.stdout: 8 Feb 21:44:17 ntpd[12695]: ntpd: time slew +0.001359 s 2024-02-08T21:44:17.386 INFO:teuthology.orchestra.run.smithi105.stdout:ntpd: time slew +0.001359s 2024-02-08T21:44:17.386 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:17 ntpd[12695]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-08T21:44:17.386 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Feb 21:44:17 ntpd[12695]: can't open /var/log/ntpstats/loopstats.20240208: Permission denied 2024-02-08T21:44:17.451 INFO:teuthology.orchestra.run.smithi105.stdout: remote refid st t when poll reach delay offset jitter 2024-02-08T21:44:17.451 INFO:teuthology.orchestra.run.smithi105.stdout:============================================================================== 2024-02-08T21:44:17.451 INFO:teuthology.orchestra.run.smithi105.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-08T21:44:17.451 INFO:teuthology.orchestra.run.smithi105.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-08T21:44:17.451 INFO:teuthology.orchestra.run.smithi105.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-08T21:44:17.451 INFO:teuthology.orchestra.run.smithi105.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-08T21:44:17.452 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-02-08T21:44:17.467 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-02-08T21:44:17.468 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-02-08T21:44:17.468 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/scratch_devs of=/dev/stdout 2024-02-08T21:44:17.505 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-08T21:44:17.505 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_1 2024-02-08T21:44:17.553 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-08T21:44:17.553 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-08T21:44:17.553 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 495 Links: 1 2024-02-08T21:44:17.554 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-08T21:44:17.554 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-02-08 21:42:39.915793791 +0000 2024-02-08T21:44:17.554 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-02-08 21:42:39.659799692 +0000 2024-02-08T21:44:17.554 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-02-08 21:42:39.659799692 +0000 2024-02-08T21:44:17.554 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-02-08T21:44:17.554 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-08T21:44:17.607 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-02-08T21:44:17.607 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-02-08T21:44:17.608 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.0004321 s, 1.2 MB/s 2024-02-08T21:44:17.609 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-08T21:44:17.659 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_2 2024-02-08T21:44:17.710 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-08T21:44:17.710 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-08T21:44:17.710 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 500 Links: 1 2024-02-08T21:44:17.710 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-08T21:44:17.710 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-02-08 21:42:40.155788259 +0000 2024-02-08T21:44:17.710 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-02-08 21:42:40.151788351 +0000 2024-02-08T21:44:17.711 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-02-08 21:42:40.151788351 +0000 2024-02-08T21:44:17.711 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-02-08T21:44:17.711 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-08T21:44:17.762 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-02-08T21:44:17.762 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-02-08T21:44:17.763 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000304917 s, 1.7 MB/s 2024-02-08T21:44:17.763 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-08T21:44:17.815 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_3 2024-02-08T21:44:17.865 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-08T21:44:17.865 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-08T21:44:17.865 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 506 Links: 1 2024-02-08T21:44:17.865 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-08T21:44:17.865 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-02-08 21:42:40.867771848 +0000 2024-02-08T21:44:17.865 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-02-08 21:42:40.611777748 +0000 2024-02-08T21:44:17.865 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-02-08 21:42:40.611777748 +0000 2024-02-08T21:44:17.866 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-02-08T21:44:17.866 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-08T21:44:17.920 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-02-08T21:44:17.921 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-02-08T21:44:17.921 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000378165 s, 1.4 MB/s 2024-02-08T21:44:17.922 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-08T21:44:17.975 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_4 2024-02-08T21:44:18.025 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-08T21:44:18.026 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-08T21:44:18.026 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 511 Links: 1 2024-02-08T21:44:18.026 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-08T21:44:18.026 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-02-08 21:42:41.079766961 +0000 2024-02-08T21:44:18.026 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-02-08 21:42:41.075767053 +0000 2024-02-08T21:44:18.026 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-02-08 21:42:41.075767053 +0000 2024-02-08T21:44:18.026 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-02-08T21:44:18.026 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-08T21:44:18.081 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-02-08T21:44:18.081 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-02-08T21:44:18.081 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000374399 s, 1.4 MB/s 2024-02-08T21:44:18.082 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-08T21:44:18.134 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 2024-02-08T21:44:18.264 INFO:teuthology.orchestra.run.smithi105.stdout:loop 2024-02-08T21:44:18.266 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_1... 2024-02-08T21:44:18.266 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 2024-02-08T21:44:18.289 INFO:teuthology.orchestra.run.smithi105.stdout:1 2024-02-08T21:44:18.315 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_11 2024-02-08T21:44:18.333 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_2... 2024-02-08T21:44:18.333 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 2024-02-08T21:44:18.401 INFO:teuthology.orchestra.run.smithi105.stdout:1 2024-02-08T21:44:18.430 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_21 2024-02-08T21:44:18.455 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_3... 2024-02-08T21:44:18.455 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 2024-02-08T21:44:18.520 INFO:teuthology.orchestra.run.smithi105.stdout:1 2024-02-08T21:44:18.547 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_31 2024-02-08T21:44:18.570 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_4... 2024-02-08T21:44:18.570 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 2024-02-08T21:44:18.635 INFO:teuthology.orchestra.run.smithi105.stdout:1 2024-02-08T21:44:18.658 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_41 2024-02-08T21:44:18.682 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-02-08T21:44:18.683 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/scratch_devs of=/dev/stdout 2024-02-08T21:44:18.733 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme list 2024-02-08T21:44:18.789 INFO:teuthology.orchestra.run.smithi105.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-08T21:44:18.789 INFO:teuthology.orchestra.run.smithi105.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-08T21:44:18.789 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme0n1 PHFT620400TR400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-08T21:44:18.789 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme1n1 15440c51d77950a7690f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-08T21:44:18.789 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme2n1 b181cb38f40b53c03645 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-08T21:44:18.789 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme3n1 6cc1a3e593743e2ad21e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-08T21:44:18.789 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme4n1 d06a8df2eeef21d478b0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-08T21:44:18.790 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-08T21:44:18.790 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-02-08T21:44:18.791 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/scratch_devs 2024-02-08T21:44:18.849 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-02-08T21:44:18.849 DEBUG:teuthology.orchestra.run.smithi167:> dd if=/scratch_devs of=/dev/stdout 2024-02-08T21:44:18.857 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-08T21:44:18.857 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/vg_nvme/lv_1 2024-02-08T21:44:18.907 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-08T21:44:18.907 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-08T21:44:18.908 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 5h/5d Inode: 494 Links: 1 2024-02-08T21:44:18.908 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-08T21:44:18.908 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2024-02-08 21:42:40.474695834 +0000 2024-02-08T21:44:18.908 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2024-02-08 21:42:40.210701922 +0000 2024-02-08T21:44:18.908 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2024-02-08 21:42:40.210701922 +0000 2024-02-08T21:44:18.908 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: - 2024-02-08T21:44:18.908 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-08T21:44:18.969 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2024-02-08T21:44:18.969 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2024-02-08T21:44:18.969 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.000435124 s, 1.2 MB/s 2024-02-08T21:44:18.970 DEBUG:teuthology.orchestra.run.smithi167:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-08T21:44:19.024 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/vg_nvme/lv_2 2024-02-08T21:44:19.075 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-08T21:44:19.075 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-08T21:44:19.075 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 5h/5d Inode: 502 Links: 1 2024-02-08T21:44:19.075 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-08T21:44:19.075 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2024-02-08 21:42:40.938685133 +0000 2024-02-08T21:44:19.075 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2024-02-08 21:42:40.686690945 +0000 2024-02-08T21:44:19.075 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2024-02-08 21:42:40.686690945 +0000 2024-02-08T21:44:19.075 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: - 2024-02-08T21:44:19.075 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-08T21:44:19.131 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2024-02-08T21:44:19.131 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2024-02-08T21:44:19.131 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.000386737 s, 1.3 MB/s 2024-02-08T21:44:19.133 DEBUG:teuthology.orchestra.run.smithi167:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-08T21:44:19.185 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/vg_nvme/lv_3 2024-02-08T21:44:19.235 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-08T21:44:19.235 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-08T21:44:19.235 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 5h/5d Inode: 506 Links: 1 2024-02-08T21:44:19.235 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-08T21:44:19.235 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2024-02-08 21:42:41.406674341 +0000 2024-02-08T21:44:19.235 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2024-02-08 21:42:41.130680706 +0000 2024-02-08T21:44:19.235 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2024-02-08 21:42:41.130680706 +0000 2024-02-08T21:44:19.235 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: - 2024-02-08T21:44:19.236 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-08T21:44:19.290 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2024-02-08T21:44:19.290 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2024-02-08T21:44:19.290 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.000399321 s, 1.3 MB/s 2024-02-08T21:44:19.292 DEBUG:teuthology.orchestra.run.smithi167:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-08T21:44:19.344 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/vg_nvme/lv_4 2024-02-08T21:44:19.399 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-08T21:44:19.399 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-08T21:44:19.399 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 5h/5d Inode: 512 Links: 1 2024-02-08T21:44:19.399 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-08T21:44:19.399 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2024-02-08 21:42:41.858663918 +0000 2024-02-08T21:44:19.399 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2024-02-08 21:42:41.610669637 +0000 2024-02-08T21:44:19.399 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2024-02-08 21:42:41.610669637 +0000 2024-02-08T21:44:19.399 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: - 2024-02-08T21:44:19.400 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-08T21:44:19.454 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2024-02-08T21:44:19.454 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2024-02-08T21:44:19.454 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.000395978 s, 1.3 MB/s 2024-02-08T21:44:19.455 DEBUG:teuthology.orchestra.run.smithi167:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-08T21:44:19.508 DEBUG:teuthology.orchestra.run.smithi167:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-08T21:44:19.643 INFO:teuthology.orchestra.run.smithi167.stdout:loop 2024-02-08T21:44:19.644 INFO:tasks.nvme_loop:Connecting nvme_loop smithi167:/dev/vg_nvme/lv_1... 2024-02-08T21:44:19.644 DEBUG:teuthology.orchestra.run.smithi167:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-08T21:44:19.668 INFO:teuthology.orchestra.run.smithi167.stdout:1 2024-02-08T21:44:19.695 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/vg_nvme/lv_11 2024-02-08T21:44:19.721 INFO:tasks.nvme_loop:Connecting nvme_loop smithi167:/dev/vg_nvme/lv_2... 2024-02-08T21:44:19.721 DEBUG:teuthology.orchestra.run.smithi167:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-08T21:44:19.790 INFO:teuthology.orchestra.run.smithi167.stdout:1 2024-02-08T21:44:19.812 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/vg_nvme/lv_21 2024-02-08T21:44:19.834 INFO:tasks.nvme_loop:Connecting nvme_loop smithi167:/dev/vg_nvme/lv_3... 2024-02-08T21:44:19.835 DEBUG:teuthology.orchestra.run.smithi167:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-08T21:44:19.899 INFO:teuthology.orchestra.run.smithi167.stdout:1 2024-02-08T21:44:19.924 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/vg_nvme/lv_31 2024-02-08T21:44:19.947 INFO:tasks.nvme_loop:Connecting nvme_loop smithi167:/dev/vg_nvme/lv_4... 2024-02-08T21:44:19.948 DEBUG:teuthology.orchestra.run.smithi167:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-08T21:44:20.016 INFO:teuthology.orchestra.run.smithi167.stdout:1 2024-02-08T21:44:20.044 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/vg_nvme/lv_41 2024-02-08T21:44:20.067 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-02-08T21:44:20.067 DEBUG:teuthology.orchestra.run.smithi167:> dd if=/scratch_devs of=/dev/stdout 2024-02-08T21:44:20.114 DEBUG:teuthology.orchestra.run.smithi167:> sudo nvme list 2024-02-08T21:44:20.170 INFO:teuthology.orchestra.run.smithi167.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-08T21:44:20.170 INFO:teuthology.orchestra.run.smithi167.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-08T21:44:20.171 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/nvme0n1 CVFT62330080400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-08T21:44:20.171 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/nvme1n1 541921fab6f89e9083f1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-08T21:44:20.171 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/nvme2n1 83e392aad608ac110efb Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-08T21:44:20.171 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/nvme3n1 498c9995a8b20bf049f0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-08T21:44:20.171 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/nvme4n1 97300e8e390cfd7383a2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-08T21:44:20.172 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-08T21:44:20.172 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-02-08T21:44:20.172 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/scratch_devs 2024-02-08T21:44:20.231 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-08T21:44:20.331 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': '5db25abe00e218b6920215c0bef70af7e47c7152'} 2024-02-08T21:44:20.331 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 2024-02-08T21:44:20.332 INFO:tasks.cephadm:Cluster fsid is 374a06b4-c6cb-11ee-95b6-87774f69a715 2024-02-08T21:44:20.332 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-08T21:44:20.332 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-08T21:44:20.332 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi105': '172.21.15.105', 'mon.smithi167': '172.21.15.167'} 2024-02-08T21:44:20.332 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-08T21:44:20.332 DEBUG:teuthology.orchestra.run.smithi105:> sudo hostname $(hostname -s) 2024-02-08T21:44:20.349 DEBUG:teuthology.orchestra.run.smithi167:> sudo hostname $(hostname -s) 2024-02-08T21:44:20.364 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 5db25abe00e218b6920215c0bef70af7e47c7152)... 2024-02-08T21:44:20.365 DEBUG:teuthology.orchestra.run.smithi105:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/5db25abe00e218b6920215c0bef70af7e47c7152/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-08T21:44:20.637 INFO:teuthology.orchestra.run.smithi105.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Feb 8 21:44 /home/ubuntu/cephtest/cephadm 2024-02-08T21:44:20.637 DEBUG:teuthology.orchestra.run.smithi167:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/5db25abe00e218b6920215c0bef70af7e47c7152/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-08T21:44:20.818 INFO:teuthology.orchestra.run.smithi167.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Feb 8 21:44 /home/ubuntu/cephtest/cephadm 2024-02-08T21:44:20.819 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 2024-02-08T21:44:20.828 DEBUG:teuthology.orchestra.run.smithi167:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-08T21:44:20.844 DEBUG:teuthology.orchestra.run.smithi105:> sudo mkdir -p /etc/ceph 2024-02-08T21:44:20.885 DEBUG:teuthology.orchestra.run.smithi167:> sudo mkdir -p /etc/ceph 2024-02-08T21:44:20.901 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 777 /etc/ceph 2024-02-08T21:44:20.943 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod 777 /etc/ceph 2024-02-08T21:44:20.957 INFO:tasks.cephadm:Writing seed config... 2024-02-08T21:44:20.958 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-08T21:44:20.958 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-08T21:44:20.958 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-08T21:44:20.958 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-08T21:44:20.958 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-08T21:44:20.958 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-08T21:44:20.958 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-08T21:44:20.958 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-08T21:44:20.959 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-02-08T21:44:20.959 DEBUG:teuthology.orchestra.run.smithi105:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-08T21:44:20.991 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 = 374a06b4-c6cb-11ee-95b6-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-08T21:44:20.992 DEBUG:teuthology.orchestra.run.smithi105:mon.smithi105> sudo journalctl -f -n 0 -u ceph-374a06b4-c6cb-11ee-95b6-87774f69a715@mon.smithi105.service 2024-02-08T21:44:21.035 INFO:tasks.cephadm:Bootstrapping... 2024-02-08T21:44:21.035 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 -v bootstrap --fsid 374a06b4-c6cb-11ee-95b6-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.105 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-08T21:44:21.177 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-02-08T21:44:21.347 INFO:teuthology.orchestra.run.smithi105.stderr:-------------------------------------------------------------------------------- 2024-02-08T21:44:21.347 INFO:teuthology.orchestra.run.smithi105.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152', '-v', 'bootstrap', '--fsid', '374a06b4-c6cb-11ee-95b6-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.105', '--skip-admin-label'] 2024-02-08T21:44:21.347 INFO:teuthology.orchestra.run.smithi105.stderr:Verifying podman|docker is present... 2024-02-08T21:44:21.347 INFO:teuthology.orchestra.run.smithi105.stderr:Verifying lvm2 is present... 2024-02-08T21:44:21.347 INFO:teuthology.orchestra.run.smithi105.stderr:Verifying time synchronization is in place... 2024-02-08T21:44:21.353 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-08T21:44:21.360 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl: inactive 2024-02-08T21:44:21.367 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-02-08T21:44:21.373 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl: inactive 2024-02-08T21:44:21.379 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl: masked 2024-02-08T21:44:21.385 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl: inactive 2024-02-08T21:44:21.391 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-02-08T21:44:21.396 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl: inactive 2024-02-08T21:44:21.405 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl: enabled 2024-02-08T21:44:21.411 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl: active 2024-02-08T21:44:21.413 INFO:teuthology.orchestra.run.smithi105.stderr:Unit ntp.service is enabled and running 2024-02-08T21:44:21.413 INFO:teuthology.orchestra.run.smithi105.stderr:Repeating the final host check... 2024-02-08T21:44:21.413 INFO:teuthology.orchestra.run.smithi105.stderr:docker (/usr/bin/docker) is present 2024-02-08T21:44:21.413 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl is present 2024-02-08T21:44:21.413 INFO:teuthology.orchestra.run.smithi105.stderr:lvcreate is present 2024-02-08T21:44:21.418 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-08T21:44:21.424 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl: inactive 2024-02-08T21:44:21.431 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-02-08T21:44:21.438 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl: inactive 2024-02-08T21:44:21.444 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl: masked 2024-02-08T21:44:21.450 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl: inactive 2024-02-08T21:44:21.456 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-02-08T21:44:21.463 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl: inactive 2024-02-08T21:44:21.470 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl: enabled 2024-02-08T21:44:21.478 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl: active 2024-02-08T21:44:21.479 INFO:teuthology.orchestra.run.smithi105.stderr:Unit ntp.service is enabled and running 2024-02-08T21:44:21.479 INFO:teuthology.orchestra.run.smithi105.stderr:Host looks OK 2024-02-08T21:44:21.479 INFO:teuthology.orchestra.run.smithi105.stderr:Cluster fsid: 374a06b4-c6cb-11ee-95b6-87774f69a715 2024-02-08T21:44:21.479 INFO:teuthology.orchestra.run.smithi105.stderr:Acquiring lock 140122114685344 on /run/cephadm/374a06b4-c6cb-11ee-95b6-87774f69a715.lock 2024-02-08T21:44:21.479 INFO:teuthology.orchestra.run.smithi105.stderr:Lock 140122114685344 acquired on /run/cephadm/374a06b4-c6cb-11ee-95b6-87774f69a715.lock 2024-02-08T21:44:21.480 INFO:teuthology.orchestra.run.smithi105.stderr:Verifying IP 172.21.15.105 port 3300 ... 2024-02-08T21:44:21.480 INFO:teuthology.orchestra.run.smithi105.stderr:Verifying IP 172.21.15.105 port 6789 ... 2024-02-08T21:44:21.480 INFO:teuthology.orchestra.run.smithi105.stderr:Base mon IP(s) is [172.21.15.105:3300, 172.21.15.105:6789], mon addrv is [v2:172.21.15.105:3300,v1:172.21.15.105:6789] 2024-02-08T21:44:21.485 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2024-02-08T21:44:21.485 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.105 metric 100 2024-02-08T21:44:21.486 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-02-08T21:44:21.486 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.105 2024-02-08T21:44:21.486 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.105 metric 100 2024-02-08T21:44:21.490 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-08T21:44:21.491 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-02-08T21:44:21.491 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1792sec pref medium 2024-02-08T21:44:21.493 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-08T21:44:21.494 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2024-02-08T21:44:21.494 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-02-08T21:44:21.494 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-02-08T21:44:21.495 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d429/64 scope link 2024-02-08T21:44:21.495 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-02-08T21:44:21.496 INFO:teuthology.orchestra.run.smithi105.stderr:Mon IP `172.21.15.105` is in CIDR network `172.21.0.0/20` 2024-02-08T21:44:21.496 INFO:teuthology.orchestra.run.smithi105.stderr:Mon IP `172.21.15.105` is in CIDR network `172.21.0.0/20` 2024-02-08T21:44:21.496 INFO:teuthology.orchestra.run.smithi105.stderr:Mon IP `172.21.15.105` is in CIDR network `172.21.15.254/32` 2024-02-08T21:44:21.496 INFO:teuthology.orchestra.run.smithi105.stderr:Mon IP `172.21.15.105` is in CIDR network `172.21.15.254/32` 2024-02-08T21:44:21.496 INFO:teuthology.orchestra.run.smithi105.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.15.254/32', '172.21.15.254/32'] 2024-02-08T21:44:21.497 INFO:teuthology.orchestra.run.smithi105.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-08T21:44:21.498 INFO:teuthology.orchestra.run.smithi105.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152... 2024-02-08T21:44:21.872 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/docker: 5db25abe00e218b6920215c0bef70af7e47c7152: Pulling from ceph-ci/ceph 2024-02-08T21:44:21.880 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/docker: 58df4e03ba06: Pulling fs layer 2024-02-08T21:44:21.880 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/docker: 4614e41239e7: Pulling fs layer 2024-02-08T21:44:28.665 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/docker: 58df4e03ba06: Verifying Checksum 2024-02-08T21:44:28.665 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/docker: 58df4e03ba06: Download complete 2024-02-08T21:44:32.209 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/docker: 58df4e03ba06: Pull complete 2024-02-08T21:44:43.063 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/docker: 4614e41239e7: Verifying Checksum 2024-02-08T21:44:43.063 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/docker: 4614e41239e7: Download complete 2024-02-08T21:44:54.936 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/docker: 4614e41239e7: Pull complete 2024-02-08T21:44:55.058 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/docker: Digest: sha256:a502f12df31fe0d2d8e9eeec9fe2e9a18b9362c10004847eb4d4911eecc1bc78 2024-02-08T21:44:55.096 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 2024-02-08T21:44:55.124 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 2024-02-08T21:45:07.216 INFO:teuthology.orchestra.run.smithi105.stderr:ceph: ceph version 16.2.14-530-g5db25abe (5db25abe00e218b6920215c0bef70af7e47c7152) pacific (stable) 2024-02-08T21:45:07.766 INFO:teuthology.orchestra.run.smithi105.stderr:Ceph version: ceph version 16.2.14-530-g5db25abe (5db25abe00e218b6920215c0bef70af7e47c7152) pacific (stable) 2024-02-08T21:45:07.766 INFO:teuthology.orchestra.run.smithi105.stderr:Extracting ceph user uid/gid from container image... 2024-02-08T21:45:08.509 INFO:teuthology.orchestra.run.smithi105.stderr:stat: 167 167 2024-02-08T21:45:09.088 INFO:teuthology.orchestra.run.smithi105.stderr:Creating initial keys... 2024-02-08T21:45:09.783 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-authtool: AQBlS8Vl9kiXLhAA7BSrDA+yukUbyDrdCfzs4w== 2024-02-08T21:45:11.068 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-authtool: AQBnS8VlRvD5AxAA+K4VlWor9+dI8Qc9+TSzig== 2024-02-08T21:45:12.362 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-authtool: AQBoS8VlSiyMFRAAzCjAa44y8irSfHNEBd5e/g== 2024-02-08T21:45:12.932 INFO:teuthology.orchestra.run.smithi105.stderr:Creating initial monmap... 2024-02-08T21:45:13.661 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-08T21:45:13.662 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 374a06b4-c6cb-11ee-95b6-87774f69a715 2024-02-08T21:45:13.662 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-08T21:45:14.210 INFO:teuthology.orchestra.run.smithi105.stderr:monmaptool for smithi105 [v2:172.21.15.105:3300,v1:172.21.15.105:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-08T21:45:14.210 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/monmaptool: set fsid to 374a06b4-c6cb-11ee-95b6-87774f69a715 2024-02-08T21:45:14.210 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-08T21:45:14.211 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-02-08T21:45:14.211 INFO:teuthology.orchestra.run.smithi105.stderr:Creating mon... 2024-02-08T21:45:14.956 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.945+0000 7fa56e5ce880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-08T21:45:14.956 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.945+0000 7fa56e5ce880 1 imported monmap: 2024-02-08T21:45:14.956 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-08T21:45:14.956 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 2024-02-08T21:45:14.956 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: last_changed 2024-02-08T21:45:13.660288+0000 2024-02-08T21:45:14.957 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: created 2024-02-08T21:45:13.660288+0000 2024-02-08T21:45:14.957 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-08T21:45:14.957 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-08T21:45:14.957 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.smithi105 2024-02-08T21:45:14.957 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: 2024-02-08T21:45:14.957 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.945+0000 7fa56e5ce880 0 /usr/bin/ceph-mon: set fsid to 374a06b4-c6cb-11ee-95b6-87774f69a715 2024-02-08T21:45:14.957 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: RocksDB version: 6.8.1 2024-02-08T21:45:14.957 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: 2024-02-08T21:45:14.957 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-08T21:45:14.958 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Compile date Feb 8 2024 2024-02-08T21:45:14.958 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: DB SUMMARY 2024-02-08T21:45:14.958 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: 2024-02-08T21:45:14.958 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi105/store.db dir, Total Num: 0, files: 2024-02-08T21:45:14.958 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: 2024-02-08T21:45:14.958 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi105/store.db: 2024-02-08T21:45:14.958 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: 2024-02-08T21:45:14.958 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.error_if_exists: 0 2024-02-08T21:45:14.958 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.create_if_missing: 1 2024-02-08T21:45:14.987 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.paranoid_checks: 1 2024-02-08T21:45:14.987 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.env: 0x55a7b37c3080 2024-02-08T21:45:14.987 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.fs: Posix File System 2024-02-08T21:45:14.987 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.info_log: 0x55a7b5053300 2024-02-08T21:45:14.987 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-08T21:45:14.987 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.statistics: (nil) 2024-02-08T21:45:14.987 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.use_fsync: 0 2024-02-08T21:45:14.988 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.max_log_file_size: 0 2024-02-08T21:45:14.988 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-08T21:45:14.988 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-08T21:45:14.988 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-08T21:45:14.988 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-08T21:45:14.988 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.allow_fallocate: 1 2024-02-08T21:45:14.988 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-08T21:45:14.988 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-08T21:45:14.988 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.use_direct_reads: 0 2024-02-08T21:45:14.988 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-08T21:45:14.988 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-08T21:45:14.989 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.db_log_dir: 2024-02-08T21:45:14.989 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi105/store.db 2024-02-08T21:45:14.989 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-08T21:45:14.989 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.max_subcompactions: 1 2024-02-08T21:45:14.989 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.max_background_flushes: -1 2024-02-08T21:45:14.989 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-08T21:45:14.989 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-08T21:45:14.989 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-08T21:45:14.989 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-08T21:45:14.989 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-08T21:45:14.989 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-08T21:45:14.990 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-08T21:45:14.990 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.write_buffer_manager: 0x55a7b5059950 2024-02-08T21:45:14.990 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-08T21:45:14.990 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-08T21:45:14.990 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-08T21:45:14.990 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-08T21:45:14.990 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-08T21:45:14.990 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-08T21:45:14.990 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-08T21:45:14.990 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-08T21:45:14.990 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-08T21:45:14.991 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.unordered_write: 0 2024-02-08T21:45:14.991 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-08T21:45:14.991 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-08T21:45:14.991 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-08T21:45:14.991 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-08T21:45:14.991 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.row_cache: None 2024-02-08T21:45:14.991 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.wal_filter: None 2024-02-08T21:45:14.991 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-08T21:45:14.991 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-08T21:45:14.991 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.preserve_deletes: 0 2024-02-08T21:45:14.991 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.two_write_queues: 0 2024-02-08T21:45:14.991 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-08T21:45:14.992 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.atomic_flush: 0 2024-02-08T21:45:14.992 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-08T21:45:14.992 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-08T21:45:14.992 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-08T21:45:14.992 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.log_readahead_size: 0 2024-02-08T21:45:14.992 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-08T21:45:14.992 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.max_background_jobs: 2 2024-02-08T21:45:14.992 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.max_background_compactions: -1 2024-02-08T21:45:14.992 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-08T21:45:14.992 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-08T21:45:14.993 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-08T21:45:14.993 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-08T21:45:14.993 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-08T21:45:14.993 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-08T21:45:14.993 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-08T21:45:14.993 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-08T21:45:14.993 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.max_open_files: -1 2024-02-08T21:45:14.993 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-08T21:45:14.993 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-08T21:45:14.993 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-08T21:45:14.993 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-08T21:45:14.993 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Compression algorithms supported: 2024-02-08T21:45:14.994 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-08T21:45:14.994 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: kZSTD supported: 0 2024-02-08T21:45:14.994 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: kXpressCompression supported: 0 2024-02-08T21:45:14.994 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-08T21:45:14.994 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: kLZ4Compression supported: 1 2024-02-08T21:45:14.994 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: kBZip2Compression supported: 0 2024-02-08T21:45:14.994 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: kZlibCompression supported: 1 2024-02-08T21:45:14.994 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: kSnappyCompression supported: 1 2024-02-08T21:45:14.994 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-08T21:45:14.994 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-08T21:45:14.994 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: 2024-02-08T21:45:14.995 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi105/store.db/MANIFEST-000001 2024-02-08T21:45:14.995 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: 2024-02-08T21:45:14.995 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-08T21:45:14.995 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: 2024-02-08T21:45:14.995 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-08T21:45:14.995 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.merge_operator: 2024-02-08T21:45:14.995 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.compaction_filter: None 2024-02-08T21:45:14.995 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-08T21:45:14.995 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-08T21:45:14.995 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-08T21:45:14.996 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a7b4f67d18) 2024-02-08T21:45:14.996 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-08T21:45:14.996 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-08T21:45:14.996 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-08T21:45:14.996 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-08T21:45:14.996 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-08T21:45:14.996 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-08T21:45:14.996 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-08T21:45:14.996 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-08T21:45:14.996 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-08T21:45:14.996 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-08T21:45:14.996 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-08T21:45:14.997 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: block_cache: 0x55a7b4f9ed10 2024-02-08T21:45:14.997 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-08T21:45:14.997 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-08T21:45:14.997 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-08T21:45:14.997 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-08T21:45:14.997 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-08T21:45:14.997 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-08T21:45:14.997 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-08T21:45:14.997 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-08T21:45:14.997 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-08T21:45:14.997 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-08T21:45:14.997 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-08T21:45:14.998 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-08T21:45:14.998 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-08T21:45:14.998 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-08T21:45:14.998 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-08T21:45:14.998 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-08T21:45:14.998 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-08T21:45:14.998 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-08T21:45:14.998 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-08T21:45:14.998 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-08T21:45:14.998 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-08T21:45:14.998 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-08T21:45:14.999 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: 2024-02-08T21:45:14.999 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-08T21:45:14.999 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-08T21:45:14.999 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.compression: NoCompression 2024-02-08T21:45:14.999 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-08T21:45:14.999 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-08T21:45:14.999 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-08T21:45:14.999 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.num_levels: 7 2024-02-08T21:45:14.999 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-08T21:45:14.999 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-08T21:45:14.999 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-08T21:45:14.999 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-08T21:45:15.000 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-08T21:45:15.000 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-08T21:45:15.000 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-08T21:45:15.000 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-08T21:45:15.000 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-08T21:45:15.000 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-08T21:45:15.000 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-08T21:45:15.000 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-08T21:45:15.000 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-08T21:45:15.000 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-08T21:45:15.001 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-08T21:45:15.001 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-08T21:45:15.001 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-08T21:45:15.001 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-08T21:45:15.001 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-08T21:45:15.001 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-08T21:45:15.001 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-08T21:45:15.001 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-08T21:45:15.001 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-08T21:45:15.001 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-08T21:45:15.001 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-08T21:45:15.001 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-08T21:45:15.002 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-08T21:45:15.002 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-08T21:45:15.002 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-08T21:45:15.002 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-08T21:45:15.002 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-08T21:45:15.002 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-08T21:45:15.002 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-08T21:45:15.002 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-08T21:45:15.002 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-08T21:45:15.003 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-08T21:45:15.003 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-08T21:45:15.003 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-08T21:45:15.003 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-08T21:45:15.003 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-08T21:45:15.003 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-08T21:45:15.003 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-08T21:45:15.003 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-08T21:45:15.003 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-08T21:45:15.003 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-08T21:45:15.003 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-08T21:45:15.004 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-08T21:45:15.004 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.table_properties_collectors: 2024-02-08T21:45:15.004 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.inplace_update_support: 0 2024-02-08T21:45:15.004 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-08T21:45:15.004 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-08T21:45:15.004 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-08T21:45:15.004 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-08T21:45:15.004 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.bloom_locality: 0 2024-02-08T21:45:15.004 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.max_successive_merges: 0 2024-02-08T21:45:15.004 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-08T21:45:15.005 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-08T21:45:15.005 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-08T21:45:15.005 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-08T21:45:15.005 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.ttl: 2592000 2024-02-08T21:45:15.005 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.949+0000 7fa56e5ce880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-08T21:45:15.005 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.953+0000 7fa56e5ce880 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 2024-02-08T21:45:15.005 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: 2024-02-08T21:45:15.005 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.953+0000 7fa56e5ce880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-08T21:45:15.005 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: 2024-02-08T21:45:15.005 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.953+0000 7fa56e5ce880 4 rocksdb: DB pointer 0x55a7b5067800 2024-02-08T21:45:15.005 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.953+0000 7fa557441700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-08T21:45:15.006 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.953+0000 7fa557441700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-08T21:45:15.006 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-08T21:45:15.006 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-08T21:45:15.006 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-08T21:45:15.006 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-08T21:45:15.006 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-08T21:45:15.006 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-08T21:45:15.006 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-08T21:45:15.006 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-08T21:45:15.006 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: 2024-02-08T21:45:15.007 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-08T21:45:15.007 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-08T21:45:15.007 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-08T21:45:15.007 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-08T21:45:15.007 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-08T21:45:15.007 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: 2024-02-08T21:45:15.007 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-08T21:45:15.007 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-08T21:45:15.007 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-08T21:45:15.007 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-08T21:45:15.008 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-08T21:45:15.008 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-08T21:45:15.008 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-08T21:45:15.008 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-08T21:45:15.008 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-08T21:45:15.008 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-08T21:45:15.008 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-08T21:45:15.008 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-08T21:45:15.008 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: 2024-02-08T21:45:15.008 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-08T21:45:15.008 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: 2024-02-08T21:45:15.009 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-08T21:45:15.009 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-08T21:45:15.009 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-08T21:45:15.009 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-08T21:45:15.009 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-08T21:45:15.009 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: 2024-02-08T21:45:15.009 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-08T21:45:15.009 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-08T21:45:15.009 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-08T21:45:15.010 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-08T21:45:15.010 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-08T21:45:15.010 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-08T21:45:15.010 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-08T21:45:15.010 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-08T21:45:15.010 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-08T21:45:15.010 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-08T21:45:15.010 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-08T21:45:15.010 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-08T21:45:15.010 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: 2024-02-08T21:45:15.010 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-08T21:45:15.010 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: 2024-02-08T21:45:15.011 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.957+0000 7fa56e5ce880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-08T21:45:15.011 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.957+0000 7fa56e5ce880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-08T21:45:15.011 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph-mon: debug 2024-02-08T21:45:14.957+0000 7fa56e5ce880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi105 for mon.smithi105 2024-02-08T21:45:15.483 INFO:teuthology.orchestra.run.smithi105.stderr:create mon.smithi105 on 2024-02-08T21:45:15.719 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-02-08T21:45:15.937 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-374a06b4-c6cb-11ee-95b6-87774f69a715.target -> /etc/systemd/system/ceph-374a06b4-c6cb-11ee-95b6-87774f69a715.target. 2024-02-08T21:45:15.937 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-374a06b4-c6cb-11ee-95b6-87774f69a715.target -> /etc/systemd/system/ceph-374a06b4-c6cb-11ee-95b6-87774f69a715.target. 2024-02-08T21:45:16.371 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl: Failed to reset failed state of unit ceph-374a06b4-c6cb-11ee-95b6-87774f69a715@mon.smithi105.service: Unit ceph-374a06b4-c6cb-11ee-95b6-87774f69a715@mon.smithi105.service not loaded. 2024-02-08T21:45:16.379 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl: Created symlink /etc/systemd/system/ceph-374a06b4-c6cb-11ee-95b6-87774f69a715.target.wants/ceph-374a06b4-c6cb-11ee-95b6-87774f69a715@mon.smithi105.service -> /etc/systemd/system/ceph-374a06b4-c6cb-11ee-95b6-87774f69a715@.service. 2024-02-08T21:45:16.596 INFO:teuthology.orchestra.run.smithi105.stderr:firewalld does not appear to be present 2024-02-08T21:45:16.596 INFO:teuthology.orchestra.run.smithi105.stderr:Not possible to enable service . firewalld.service is not available 2024-02-08T21:45:16.597 INFO:teuthology.orchestra.run.smithi105.stderr:Waiting for mon to start... 2024-02-08T21:45:16.597 INFO:teuthology.orchestra.run.smithi105.stderr:Waiting for mon... 2024-02-08T21:45:17.969 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:17 smithi105 bash[13662]: cluster 2024-02-08T21:45:17.825130+0000 mon.smithi105 (mon.0) 1 : cluster [INF] mon.smithi105 is new leader, mons smithi105 in quorum (ranks 0) 2024-02-08T21:45:18.024 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: cluster: 2024-02-08T21:45:18.024 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: id: 374a06b4-c6cb-11ee-95b6-87774f69a715 2024-02-08T21:45:18.024 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-08T21:45:18.025 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: 2024-02-08T21:45:18.025 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: services: 2024-02-08T21:45:18.025 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi105 (age 0.183729s) 2024-02-08T21:45:18.025 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-08T21:45:18.025 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-08T21:45:18.025 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: 2024-02-08T21:45:18.025 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: data: 2024-02-08T21:45:18.025 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-08T21:45:18.025 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-08T21:45:18.025 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-08T21:45:18.025 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: pgs: 2024-02-08T21:45:18.025 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: 2024-02-08T21:45:18.691 INFO:teuthology.orchestra.run.smithi105.stderr:mon is available 2024-02-08T21:45:18.692 INFO:teuthology.orchestra.run.smithi105.stderr:Assimilating anything we can from ceph.conf... 2024-02-08T21:45:19.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:18 smithi105 bash[13662]: cluster 2024-02-08T21:45:17.837535+0000 mon.smithi105 (mon.0) 2 : cluster [INF] mon.smithi105 is new leader, mons smithi105 in quorum (ranks 0) 2024-02-08T21:45:19.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:18 smithi105 bash[13662]: cluster 2024-02-08T21:45:17.839773+0000 mon.smithi105 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi105=[v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0]} removed_ranks: {} 2024-02-08T21:45:19.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:18 smithi105 bash[13662]: cluster 2024-02-08T21:45:17.848668+0000 mon.smithi105 (mon.0) 4 : cluster [DBG] fsmap 2024-02-08T21:45:19.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:18 smithi105 bash[13662]: cluster 2024-02-08T21:45:17.860252+0000 mon.smithi105 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-08T21:45:19.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:18 smithi105 bash[13662]: cluster 2024-02-08T21:45:17.861862+0000 mon.smithi105 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-08T21:45:19.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:18 smithi105 bash[13662]: audit 2024-02-08T21:45:18.021179+0000 mon.smithi105 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.105:0/3192723807' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-08T21:45:19.698 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: 2024-02-08T21:45:19.698 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: [global] 2024-02-08T21:45:19.698 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: fsid = 374a06b4-c6cb-11ee-95b6-87774f69a715 2024-02-08T21:45:19.698 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.105:3300,v1:172.21.15.105:6789] 2024-02-08T21:45:19.698 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-08T21:45:19.698 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-08T21:45:19.698 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-08T21:45:19.699 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-08T21:45:19.699 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: 2024-02-08T21:45:19.699 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: [mgr] 2024-02-08T21:45:19.699 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-08T21:45:19.699 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: 2024-02-08T21:45:19.699 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: [osd] 2024-02-08T21:45:19.700 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-08T21:45:19.700 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-08T21:45:20.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:19 smithi105 bash[13662]: audit 2024-02-08T21:45:19.690518+0000 mon.smithi105 (mon.0) 8 : audit [INF] from='client.? 172.21.15.105:0/339133743' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-08T21:45:20.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:19 smithi105 bash[13662]: audit 2024-02-08T21:45:19.695606+0000 mon.smithi105 (mon.0) 9 : audit [INF] from='client.? 172.21.15.105:0/339133743' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-08T21:45:20.262 INFO:teuthology.orchestra.run.smithi105.stderr:Generating new minimal ceph.conf... 2024-02-08T21:45:21.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:21 smithi105 bash[13662]: audit 2024-02-08T21:45:21.257118+0000 mon.smithi105 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.105:0/3874602863' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:45:21.838 INFO:teuthology.orchestra.run.smithi105.stderr:Restarting the monitor... 2024-02-08T21:45:22.132 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:21 smithi105 systemd[1]: Stopping Ceph mon.smithi105 for 374a06b4-c6cb-11ee-95b6-87774f69a715... 2024-02-08T21:45:22.133 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:21 smithi105 bash[14060]: Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-mon.smithi105 2024-02-08T21:45:22.133 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:21 smithi105 bash[13662]: debug 2024-02-08T21:45:21.993+0000 7fb11cc38700 -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 2024-02-08T21:45:22.133 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:21 smithi105 bash[13662]: debug 2024-02-08T21:45:21.993+0000 7fb11cc38700 -1 mon.smithi105@0(leader) e1 *** Got Signal Terminated *** 2024-02-08T21:45:22.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:22 smithi105 bash[14095]: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-mon-smithi105 2024-02-08T21:45:22.670 INFO:teuthology.orchestra.run.smithi105.stderr:Setting public_network to 172.21.15.254/32,172.21.0.0/20 in mon config section 2024-02-08T21:45:22.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:22 smithi105 bash[14159]: Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-mon-smithi105 2024-02-08T21:45:22.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:22 smithi105 systemd[1]: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715@mon.smithi105.service: Succeeded. 2024-02-08T21:45:22.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:22 smithi105 systemd[1]: Stopped Ceph mon.smithi105 for 374a06b4-c6cb-11ee-95b6-87774f69a715. 2024-02-08T21:45:22.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:22 smithi105 systemd[1]: Started Ceph mon.smithi105 for 374a06b4-c6cb-11ee-95b6-87774f69a715. 2024-02-08T21:45:24.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.785+0000 7fb41169d880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-08T21:45:24.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.785+0000 7fb41169d880 0 ceph version 16.2.14-530-g5db25abe (5db25abe00e218b6920215c0bef70af7e47c7152) pacific (stable), process ceph-mon, pid 7 2024-02-08T21:45:24.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.785+0000 7fb41169d880 0 pidfile_write: ignore empty --pid-file 2024-02-08T21:45:24.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 0 load: jerasure load: lrc load: isa 2024-02-08T21:45:24.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: RocksDB version: 6.8.1 2024-02-08T21:45:24.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-08T21:45:24.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Compile date Feb 8 2024 2024-02-08T21:45:24.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: DB SUMMARY 2024-02-08T21:45:24.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: CURRENT file: CURRENT 2024-02-08T21:45:24.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-08T21:45:24.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-08T21:45:24.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi105/store.db dir, Total Num: 1, files: 000004.sst 2024-02-08T21:45:24.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi105/store.db: 000006.log size: 86557 ; 2024-02-08T21:45:24.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.error_if_exists: 0 2024-02-08T21:45:24.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.create_if_missing: 0 2024-02-08T21:45:24.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.paranoid_checks: 1 2024-02-08T21:45:24.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.env: 0x55fc69bc3080 2024-02-08T21:45:24.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.fs: Posix File System 2024-02-08T21:45:24.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.info_log: 0x55fc6b65c560 2024-02-08T21:45:24.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-08T21:45:24.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.statistics: (nil) 2024-02-08T21:45:24.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.use_fsync: 0 2024-02-08T21:45:24.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.max_log_file_size: 0 2024-02-08T21:45:24.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-08T21:45:24.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-08T21:45:24.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-08T21:45:24.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-08T21:45:24.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.allow_fallocate: 1 2024-02-08T21:45:24.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-08T21:45:24.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-08T21:45:24.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.use_direct_reads: 0 2024-02-08T21:45:24.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-08T21:45:24.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-08T21:45:24.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.db_log_dir: 2024-02-08T21:45:24.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi105/store.db 2024-02-08T21:45:24.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-08T21:45:24.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.max_subcompactions: 1 2024-02-08T21:45:24.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.max_background_flushes: -1 2024-02-08T21:45:24.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-08T21:45:24.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-08T21:45:24.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-08T21:45:24.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-08T21:45:24.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-08T21:45:24.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-08T21:45:24.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-08T21:45:24.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.write_buffer_manager: 0x55fc6c3503f0 2024-02-08T21:45:24.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-08T21:45:24.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-08T21:45:24.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-08T21:45:24.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-08T21:45:24.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-08T21:45:24.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-08T21:45:24.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-08T21:45:24.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-08T21:45:24.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-08T21:45:24.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.unordered_write: 0 2024-02-08T21:45:24.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-08T21:45:24.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-08T21:45:24.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-08T21:45:24.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-08T21:45:24.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.row_cache: None 2024-02-08T21:45:24.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.wal_filter: None 2024-02-08T21:45:24.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-08T21:45:24.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-08T21:45:24.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.preserve_deletes: 0 2024-02-08T21:45:24.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.two_write_queues: 0 2024-02-08T21:45:24.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-08T21:45:24.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.atomic_flush: 0 2024-02-08T21:45:24.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-08T21:45:24.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-08T21:45:24.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-08T21:45:24.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.log_readahead_size: 0 2024-02-08T21:45:24.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-08T21:45:24.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.max_background_jobs: 2 2024-02-08T21:45:24.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.max_background_compactions: -1 2024-02-08T21:45:24.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-08T21:45:24.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-08T21:45:24.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-08T21:45:24.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-08T21:45:24.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-08T21:45:24.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-08T21:45:24.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-08T21:45:24.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-08T21:45:24.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.max_open_files: -1 2024-02-08T21:45:24.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-08T21:45:24.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-08T21:45:24.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-08T21:45:24.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-08T21:45:24.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Compression algorithms supported: 2024-02-08T21:45:24.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-08T21:45:24.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: kZSTD supported: 0 2024-02-08T21:45:24.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: kXpressCompression supported: 0 2024-02-08T21:45:24.071 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-08T21:45:24.071 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: kLZ4Compression supported: 1 2024-02-08T21:45:24.071 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: kBZip2Compression supported: 0 2024-02-08T21:45:24.071 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: kZlibCompression supported: 1 2024-02-08T21:45:24.071 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: kSnappyCompression supported: 1 2024-02-08T21:45:24.071 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-08T21:45:24.071 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi105/store.db/MANIFEST-000005 2024-02-08T21:45:24.071 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-08T21:45:24.071 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-08T21:45:24.071 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.merge_operator: 2024-02-08T21:45:24.071 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.compaction_filter: None 2024-02-08T21:45:24.071 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-08T21:45:24.071 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-08T21:45:24.071 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-08T21:45:24.072 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55fc6b5ffd10) 2024-02-08T21:45:24.072 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: cache_index_and_filter_blocks: 1 2024-02-08T21:45:24.072 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-08T21:45:24.072 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-08T21:45:24.072 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: pin_top_level_index_and_filter: 1 2024-02-08T21:45:24.072 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: index_type: 0 2024-02-08T21:45:24.072 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: data_block_index_type: 0 2024-02-08T21:45:24.072 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: index_shortening: 1 2024-02-08T21:45:24.072 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: data_block_hash_table_util_ratio: 0.750000 2024-02-08T21:45:24.072 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: hash_index_allow_collision: 1 2024-02-08T21:45:24.072 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: checksum: 1 2024-02-08T21:45:24.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: no_block_cache: 0 2024-02-08T21:45:24.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: block_cache: 0x55fc6b636f10 2024-02-08T21:45:24.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: block_cache_name: BinnedLRUCache 2024-02-08T21:45:24.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: block_cache_options: 2024-02-08T21:45:24.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: capacity : 536870912 2024-02-08T21:45:24.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: num_shard_bits : 4 2024-02-08T21:45:24.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: strict_capacity_limit : 0 2024-02-08T21:45:24.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: high_pri_pool_ratio: 0.000 2024-02-08T21:45:24.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: block_cache_compressed: (nil) 2024-02-08T21:45:24.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: persistent_cache: (nil) 2024-02-08T21:45:24.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: block_size: 4096 2024-02-08T21:45:24.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: block_size_deviation: 10 2024-02-08T21:45:24.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: block_restart_interval: 16 2024-02-08T21:45:24.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: index_block_restart_interval: 1 2024-02-08T21:45:24.073 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: metadata_block_size: 4096 2024-02-08T21:45:24.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: partition_filters: 0 2024-02-08T21:45:24.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: use_delta_encoding: 1 2024-02-08T21:45:24.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-08T21:45:24.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: whole_key_filtering: 1 2024-02-08T21:45:24.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: verify_compression: 0 2024-02-08T21:45:24.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: read_amp_bytes_per_bit: 0 2024-02-08T21:45:24.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: format_version: 2 2024-02-08T21:45:24.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: enable_index_compression: 1 2024-02-08T21:45:24.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: block_align: 0 2024-02-08T21:45:24.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-08T21:45:24.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-08T21:45:24.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.compression: NoCompression 2024-02-08T21:45:24.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-08T21:45:24.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-08T21:45:24.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-08T21:45:24.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.num_levels: 7 2024-02-08T21:45:24.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-08T21:45:24.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-08T21:45:24.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-08T21:45:24.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-08T21:45:24.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-08T21:45:24.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-08T21:45:24.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-08T21:45:24.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-08T21:45:24.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-08T21:45:24.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-08T21:45:24.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-08T21:45:24.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-08T21:45:24.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-08T21:45:24.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-08T21:45:24.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-08T21:45:24.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-08T21:45:24.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-08T21:45:24.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-08T21:45:24.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-08T21:45:24.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-08T21:45:24.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-08T21:45:24.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-08T21:45:24.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-08T21:45:24.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-08T21:45:24.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-08T21:45:24.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-08T21:45:24.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-08T21:45:24.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-08T21:45:24.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-08T21:45:24.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-08T21:45:24.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-08T21:45:24.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-08T21:45:24.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-08T21:45:24.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-08T21:45:24.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-08T21:45:24.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-08T21:45:24.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-08T21:45:24.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-08T21:45:24.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-08T21:45:24.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-08T21:45:24.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-08T21:45:24.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-08T21:45:24.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-08T21:45:24.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-08T21:45:24.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-08T21:45:24.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-08T21:45:24.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-08T21:45:24.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.table_properties_collectors: 2024-02-08T21:45:24.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.inplace_update_support: 0 2024-02-08T21:45:24.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-08T21:45:24.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-08T21:45:24.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-08T21:45:24.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-08T21:45:24.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.bloom_locality: 0 2024-02-08T21:45:24.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.max_successive_merges: 0 2024-02-08T21:45:24.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-08T21:45:24.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-08T21:45:24.078 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-08T21:45:24.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-08T21:45:24.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.ttl: 2592000 2024-02-08T21:45:24.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.789+0000 7fb41169d880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-08T21:45:24.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.793+0000 7fb41169d880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi105/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-08T21:45:24.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.793+0000 7fb41169d880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-08T21:45:24.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.793+0000 7fb41169d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707428723797364, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-08T21:45:24.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.793+0000 7fb41169d880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-08T21:45:24.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.793+0000 7fb41169d880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-08T21:45:24.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.793+0000 7fb41169d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707428723799108, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83430, "table_properties": {"data_size": 81697, "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": 76209, "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": 1707428723, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-08T21:45:24.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.793+0000 7fb41169d880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-08T21:45:24.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.793+0000 7fb41169d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707428723799936, "job": 1, "event": "recovery_finished"} 2024-02-08T21:45:24.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.797+0000 7fb41169d880 4 rocksdb: DB pointer 0x55fc6b6ff800 2024-02-08T21:45:24.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.797+0000 7fb41169d880 0 starting mon.smithi105 rank 0 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 374a06b4-c6cb-11ee-95b6-87774f69a715 2024-02-08T21:45:24.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.797+0000 7fb3f848f700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-08T21:45:24.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.797+0000 7fb3f848f700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-08T21:45:24.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: ** DB Stats ** 2024-02-08T21:45:24.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-08T21:45:24.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-08T21:45:24.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-08T21:45:24.080 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-08T21:45:24.081 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-08T21:45:24.081 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-08T21:45:24.081 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-08T21:45:24.081 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: ** Compaction Stats [default] ** 2024-02-08T21:45:24.081 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-08T21:45:24.081 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-08T21:45:24.081 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: L0 2/0 83.17 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 73.4 0.00 0.00 1 0.001 0 0 2024-02-08T21:45:24.081 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: Sum 2/0 83.17 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 73.4 0.00 0.00 1 0.001 0 0 2024-02-08T21:45:24.081 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 73.4 0.00 0.00 1 0.001 0 0 2024-02-08T21:45:24.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: ** Compaction Stats [default] ** 2024-02-08T21:45:24.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-08T21:45:24.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-08T21:45:24.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 73.4 0.00 0.00 1 0.001 0 0 2024-02-08T21:45:24.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-08T21:45:24.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-08T21:45:24.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-08T21:45:24.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: AddFile(Total Files): cumulative 0, interval 0 2024-02-08T21:45:24.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-08T21:45:24.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: AddFile(Keys): cumulative 0, interval 0 2024-02-08T21:45:24.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: Cumulative compaction: 0.00 GB write, 9.87 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-08T21:45:24.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: Interval compaction: 0.00 GB write, 9.87 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-08T21:45:24.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-08T21:45:24.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: ** File Read Latency Histogram By Level [default] ** 2024-02-08T21:45:24.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: ** Compaction Stats [default] ** 2024-02-08T21:45:24.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-08T21:45:24.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-08T21:45:24.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: L0 2/0 83.17 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 73.4 0.00 0.00 1 0.001 0 0 2024-02-08T21:45:24.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: Sum 2/0 83.17 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 73.4 0.00 0.00 1 0.001 0 0 2024-02-08T21:45:24.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-08T21:45:24.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: ** Compaction Stats [default] ** 2024-02-08T21:45:24.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-08T21:45:24.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-08T21:45:24.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 73.4 0.00 0.00 1 0.001 0 0 2024-02-08T21:45:24.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-08T21:45:24.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-08T21:45:24.084 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-08T21:45:24.084 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: AddFile(Total Files): cumulative 0, interval 0 2024-02-08T21:45:24.084 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-08T21:45:24.084 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: AddFile(Keys): cumulative 0, interval 0 2024-02-08T21:45:24.084 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: Cumulative compaction: 0.00 GB write, 9.78 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-08T21:45:24.084 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-08T21:45:24.084 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-08T21:45:24.084 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: ** File Read Latency Histogram By Level [default] ** 2024-02-08T21:45:24.084 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.797+0000 7fb41169d880 1 mon.smithi105@-1(???) e1 preinit fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 2024-02-08T21:45:24.084 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.797+0000 7fb41169d880 0 mon.smithi105@-1(???).mds e1 new map 2024-02-08T21:45:24.084 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.797+0000 7fb41169d880 0 mon.smithi105@-1(???).mds e1 print_map 2024-02-08T21:45:24.084 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: e1 2024-02-08T21:45:24.084 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-08T21:45:24.084 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-08T21:45:24.085 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: legacy client fscid: -1 2024-02-08T21:45:24.085 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: 2024-02-08T21:45:24.085 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: No filesystems configured 2024-02-08T21:45:24.085 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.797+0000 7fb41169d880 0 mon.smithi105@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-08T21:45:24.085 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.797+0000 7fb41169d880 0 mon.smithi105@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-08T21:45:24.085 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.797+0000 7fb41169d880 0 mon.smithi105@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-08T21:45:24.085 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.797+0000 7fb41169d880 0 mon.smithi105@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-08T21:45:24.085 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: audit 2024-02-08T21:45:21.257118+0000 mon.smithi105 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.105:0/3874602863' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:45:24.085 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: debug 2024-02-08T21:45:23.797+0000 7fb41169d880 1 mon.smithi105@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-08T21:45:24.085 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: cluster 2024-02-08T21:45:23.808945+0000 mon.smithi105 (mon.0) 1 : cluster [INF] mon.smithi105 is new leader, mons smithi105 in quorum (ranks 0) 2024-02-08T21:45:24.086 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: cluster 2024-02-08T21:45:23.809055+0000 mon.smithi105 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi105=[v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0]} removed_ranks: {} 2024-02-08T21:45:24.086 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: cluster 2024-02-08T21:45:23.809561+0000 mon.smithi105 (mon.0) 3 : cluster [DBG] fsmap 2024-02-08T21:45:24.086 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: cluster 2024-02-08T21:45:23.809633+0000 mon.smithi105 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-08T21:45:24.086 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:23 smithi105 bash[14197]: cluster 2024-02-08T21:45:23.810125+0000 mon.smithi105 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-08T21:45:24.664 INFO:teuthology.orchestra.run.smithi105.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-08T21:45:24.665 INFO:teuthology.orchestra.run.smithi105.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-08T21:45:24.665 INFO:teuthology.orchestra.run.smithi105.stderr:Creating mgr... 2024-02-08T21:45:24.665 INFO:teuthology.orchestra.run.smithi105.stderr:Verifying port 9283 ... 2024-02-08T21:45:24.885 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl: Failed to reset failed state of unit ceph-374a06b4-c6cb-11ee-95b6-87774f69a715@mgr.smithi105.rfsypb.service: Unit ceph-374a06b4-c6cb-11ee-95b6-87774f69a715@mgr.smithi105.rfsypb.service not loaded. 2024-02-08T21:45:24.891 INFO:teuthology.orchestra.run.smithi105.stderr:systemctl: Created symlink /etc/systemd/system/ceph-374a06b4-c6cb-11ee-95b6-87774f69a715.target.wants/ceph-374a06b4-c6cb-11ee-95b6-87774f69a715@mgr.smithi105.rfsypb.service -> /etc/systemd/system/ceph-374a06b4-c6cb-11ee-95b6-87774f69a715@.service. 2024-02-08T21:45:25.113 INFO:teuthology.orchestra.run.smithi105.stderr:firewalld does not appear to be present 2024-02-08T21:45:25.113 INFO:teuthology.orchestra.run.smithi105.stderr:Not possible to enable service . firewalld.service is not available 2024-02-08T21:45:25.113 INFO:teuthology.orchestra.run.smithi105.stderr:firewalld does not appear to be present 2024-02-08T21:45:25.113 INFO:teuthology.orchestra.run.smithi105.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-08T21:45:25.113 INFO:teuthology.orchestra.run.smithi105.stderr:Waiting for mgr to start... 2024-02-08T21:45:25.113 INFO:teuthology.orchestra.run.smithi105.stderr:Waiting for mgr... 2024-02-08T21:45:25.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:25 smithi105 bash[14197]: audit 2024-02-08T21:45:24.059328+0000 mon.smithi105 (mon.0) 6 : audit [INF] from='client.? 172.21.15.105:0/1263630910' entity='client.admin' 2024-02-08T21:45:26.576 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: 2024-02-08T21:45:26.576 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: { 2024-02-08T21:45:26.577 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "fsid": "374a06b4-c6cb-11ee-95b6-87774f69a715", 2024-02-08T21:45:26.577 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "health": { 2024-02-08T21:45:26.577 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-08T21:45:26.577 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "checks": {}, 2024-02-08T21:45:26.577 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "mutes": [] 2024-02-08T21:45:26.577 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: }, 2024-02-08T21:45:26.577 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-08T21:45:26.577 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "quorum": [ 2024-02-08T21:45:26.578 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: 0 2024-02-08T21:45:26.578 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: ], 2024-02-08T21:45:26.579 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-08T21:45:26.579 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "smithi105" 2024-02-08T21:45:26.579 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: ], 2024-02-08T21:45:26.579 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-02-08T21:45:26.579 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "monmap": { 2024-02-08T21:45:26.580 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-08T21:45:26.580 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-08T21:45:26.580 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-08T21:45:26.580 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: }, 2024-02-08T21:45:26.580 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "osdmap": { 2024-02-08T21:45:26.580 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-08T21:45:26.580 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-08T21:45:26.580 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-08T21:45:26.580 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-08T21:45:26.580 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-08T21:45:26.583 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-08T21:45:26.584 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-08T21:45:26.584 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: }, 2024-02-08T21:45:26.584 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "pgmap": { 2024-02-08T21:45:26.584 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-08T21:45:26.584 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-08T21:45:26.584 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-08T21:45:26.584 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-08T21:45:26.584 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-08T21:45:26.584 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-08T21:45:26.584 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-08T21:45:26.584 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-08T21:45:26.584 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: }, 2024-02-08T21:45:26.584 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "fsmap": { 2024-02-08T21:45:26.585 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-08T21:45:26.585 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-08T21:45:26.585 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-08T21:45:26.585 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: }, 2024-02-08T21:45:26.585 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-08T21:45:26.585 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "available": false, 2024-02-08T21:45:26.585 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-08T21:45:26.585 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "modules": [ 2024-02-08T21:45:26.585 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "iostat", 2024-02-08T21:45:26.585 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "nfs", 2024-02-08T21:45:26.585 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "restful" 2024-02-08T21:45:26.585 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: ], 2024-02-08T21:45:26.585 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "services": {} 2024-02-08T21:45:26.585 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: }, 2024-02-08T21:45:26.585 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "servicemap": { 2024-02-08T21:45:26.585 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-08T21:45:26.586 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "modified": "2024-02-08T21:45:17.843256+0000", 2024-02-08T21:45:26.586 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "services": {} 2024-02-08T21:45:26.586 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: }, 2024-02-08T21:45:26.586 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-08T21:45:26.586 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: } 2024-02-08T21:45:26.763 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:26 smithi105 bash[14197]: audit 2024-02-08T21:45:26.573772+0000 mon.smithi105 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.105:0/1800970334' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-08T21:45:27.173 INFO:teuthology.orchestra.run.smithi105.stderr:mgr not available, waiting (1/15)... 2024-02-08T21:45:30.238 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: 2024-02-08T21:45:30.238 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: { 2024-02-08T21:45:30.238 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "fsid": "374a06b4-c6cb-11ee-95b6-87774f69a715", 2024-02-08T21:45:30.238 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "health": { 2024-02-08T21:45:30.239 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-08T21:45:30.239 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "checks": {}, 2024-02-08T21:45:30.239 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "mutes": [] 2024-02-08T21:45:30.239 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: }, 2024-02-08T21:45:30.239 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-08T21:45:30.242 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "quorum": [ 2024-02-08T21:45:30.242 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: 0 2024-02-08T21:45:30.242 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: ], 2024-02-08T21:45:30.242 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-08T21:45:30.242 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "smithi105" 2024-02-08T21:45:30.242 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: ], 2024-02-08T21:45:30.243 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-02-08T21:45:30.243 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "monmap": { 2024-02-08T21:45:30.243 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-08T21:45:30.243 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-08T21:45:30.243 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-08T21:45:30.243 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: }, 2024-02-08T21:45:30.243 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "osdmap": { 2024-02-08T21:45:30.243 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-08T21:45:30.243 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-08T21:45:30.243 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-08T21:45:30.244 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-08T21:45:30.244 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-08T21:45:30.244 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-08T21:45:30.244 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-08T21:45:30.244 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: }, 2024-02-08T21:45:30.244 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "pgmap": { 2024-02-08T21:45:30.244 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-08T21:45:30.244 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-08T21:45:30.245 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-08T21:45:30.245 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-08T21:45:30.245 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-08T21:45:30.245 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-08T21:45:30.246 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-08T21:45:30.246 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-08T21:45:30.246 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: }, 2024-02-08T21:45:30.246 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "fsmap": { 2024-02-08T21:45:30.246 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-08T21:45:30.246 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-08T21:45:30.248 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-08T21:45:30.248 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: }, 2024-02-08T21:45:30.248 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-08T21:45:30.248 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "available": false, 2024-02-08T21:45:30.248 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-08T21:45:30.248 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "modules": [ 2024-02-08T21:45:30.248 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "iostat", 2024-02-08T21:45:30.248 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "nfs", 2024-02-08T21:45:30.249 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "restful" 2024-02-08T21:45:30.249 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: ], 2024-02-08T21:45:30.249 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "services": {} 2024-02-08T21:45:30.249 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: }, 2024-02-08T21:45:30.249 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "servicemap": { 2024-02-08T21:45:30.249 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-08T21:45:30.249 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "modified": "2024-02-08T21:45:17.843256+0000", 2024-02-08T21:45:30.249 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "services": {} 2024-02-08T21:45:30.249 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: }, 2024-02-08T21:45:30.249 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-08T21:45:30.249 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: } 2024-02-08T21:45:30.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:30 smithi105 bash[14197]: audit 2024-02-08T21:45:30.235547+0000 mon.smithi105 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.105:0/1271218166' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-08T21:45:30.805 INFO:teuthology.orchestra.run.smithi105.stderr:mgr not available, waiting (2/15)... 2024-02-08T21:45:33.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:32 smithi105 bash[14197]: cluster 2024-02-08T21:45:32.842491+0000 mon.smithi105 (mon.0) 9 : cluster [INF] Activating manager daemon smithi105.rfsypb 2024-02-08T21:45:33.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:32 smithi105 bash[14197]: cluster 2024-02-08T21:45:32.847099+0000 mon.smithi105 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi105.rfsypb(active, starting, since 0.00477575s) 2024-02-08T21:45:33.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:32 smithi105 bash[14197]: audit 2024-02-08T21:45:32.848274+0000 mon.smithi105 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.105:0/4241857036' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-08T21:45:33.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:32 smithi105 bash[14197]: audit 2024-02-08T21:45:32.848427+0000 mon.smithi105 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.105:0/4241857036' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-08T21:45:33.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:32 smithi105 bash[14197]: audit 2024-02-08T21:45:32.848606+0000 mon.smithi105 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.105:0/4241857036' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-08T21:45:33.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:32 smithi105 bash[14197]: audit 2024-02-08T21:45:32.848767+0000 mon.smithi105 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.105:0/4241857036' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-02-08T21:45:33.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:32 smithi105 bash[14197]: audit 2024-02-08T21:45:32.849841+0000 mon.smithi105 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.105:0/4241857036' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mgr metadata", "who": "smithi105.rfsypb", "id": "smithi105.rfsypb"}]: dispatch 2024-02-08T21:45:33.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:32 smithi105 bash[14197]: cluster 2024-02-08T21:45:32.852440+0000 mon.smithi105 (mon.0) 16 : cluster [INF] Manager daemon smithi105.rfsypb is now available 2024-02-08T21:45:33.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:32 smithi105 bash[14197]: audit 2024-02-08T21:45:32.865516+0000 mon.smithi105 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.105:0/4241857036' entity='mgr.smithi105.rfsypb' 2024-02-08T21:45:33.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:32 smithi105 bash[14197]: audit 2024-02-08T21:45:32.873387+0000 mon.smithi105 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.105:0/4241857036' entity='mgr.smithi105.rfsypb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi105.rfsypb/mirror_snapshot_schedule"}]: dispatch 2024-02-08T21:45:33.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:32 smithi105 bash[14197]: audit 2024-02-08T21:45:32.878531+0000 mon.smithi105 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.105:0/4241857036' entity='mgr.smithi105.rfsypb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi105.rfsypb/trash_purge_schedule"}]: dispatch 2024-02-08T21:45:33.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:32 smithi105 bash[14197]: audit 2024-02-08T21:45:32.882785+0000 mon.smithi105 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.105:0/4241857036' entity='mgr.smithi105.rfsypb' 2024-02-08T21:45:33.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:32 smithi105 bash[14197]: audit 2024-02-08T21:45:32.886153+0000 mon.smithi105 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.105:0/4241857036' entity='mgr.smithi105.rfsypb' 2024-02-08T21:45:33.950 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: 2024-02-08T21:45:33.950 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: { 2024-02-08T21:45:33.950 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "fsid": "374a06b4-c6cb-11ee-95b6-87774f69a715", 2024-02-08T21:45:33.950 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "health": { 2024-02-08T21:45:33.950 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-08T21:45:33.950 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "checks": {}, 2024-02-08T21:45:33.950 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "mutes": [] 2024-02-08T21:45:33.951 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: }, 2024-02-08T21:45:33.953 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-08T21:45:33.953 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "quorum": [ 2024-02-08T21:45:33.953 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: 0 2024-02-08T21:45:33.953 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: ], 2024-02-08T21:45:33.953 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-08T21:45:33.953 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "smithi105" 2024-02-08T21:45:33.953 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: ], 2024-02-08T21:45:33.953 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "quorum_age": 10, 2024-02-08T21:45:33.953 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "monmap": { 2024-02-08T21:45:33.953 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-08T21:45:33.953 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-08T21:45:33.953 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-08T21:45:33.953 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: }, 2024-02-08T21:45:33.954 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "osdmap": { 2024-02-08T21:45:33.954 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-08T21:45:33.954 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-08T21:45:33.954 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-08T21:45:33.954 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-08T21:45:33.954 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-08T21:45:33.957 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-08T21:45:33.957 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-08T21:45:33.958 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: }, 2024-02-08T21:45:33.958 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "pgmap": { 2024-02-08T21:45:33.958 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-08T21:45:33.958 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-08T21:45:33.958 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-08T21:45:33.958 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-08T21:45:33.958 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-08T21:45:33.958 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-08T21:45:33.958 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-08T21:45:33.958 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-08T21:45:33.958 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: }, 2024-02-08T21:45:33.958 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "fsmap": { 2024-02-08T21:45:33.959 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-08T21:45:33.959 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-08T21:45:33.959 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-08T21:45:33.959 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: }, 2024-02-08T21:45:33.959 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-08T21:45:33.959 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "available": true, 2024-02-08T21:45:33.959 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-08T21:45:33.959 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "modules": [ 2024-02-08T21:45:33.959 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "iostat", 2024-02-08T21:45:33.959 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "nfs", 2024-02-08T21:45:33.959 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "restful" 2024-02-08T21:45:33.959 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: ], 2024-02-08T21:45:33.959 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "services": {} 2024-02-08T21:45:33.959 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: }, 2024-02-08T21:45:33.960 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "servicemap": { 2024-02-08T21:45:33.960 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-08T21:45:33.960 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "modified": "2024-02-08T21:45:17.843256+0000", 2024-02-08T21:45:33.960 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "services": {} 2024-02-08T21:45:33.960 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: }, 2024-02-08T21:45:33.960 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-08T21:45:33.960 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: } 2024-02-08T21:45:34.527 INFO:teuthology.orchestra.run.smithi105.stderr:mgr is available 2024-02-08T21:45:35.163 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:34 smithi105 bash[14197]: cluster 2024-02-08T21:45:33.851579+0000 mon.smithi105 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi105.rfsypb(active, since 1.00926s) 2024-02-08T21:45:35.164 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:34 smithi105 bash[14197]: audit 2024-02-08T21:45:33.947381+0000 mon.smithi105 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.105:0/48281280' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-08T21:45:35.721 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: 2024-02-08T21:45:35.721 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: [global] 2024-02-08T21:45:35.721 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: fsid = 374a06b4-c6cb-11ee-95b6-87774f69a715 2024-02-08T21:45:35.721 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-08T21:45:35.723 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-08T21:45:35.723 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-08T21:45:35.723 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-08T21:45:35.723 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: 2024-02-08T21:45:35.723 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: [mgr] 2024-02-08T21:45:35.723 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-08T21:45:35.723 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: 2024-02-08T21:45:35.723 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: [osd] 2024-02-08T21:45:35.723 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-08T21:45:35.723 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-08T21:45:36.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:35 smithi105 bash[14197]: cluster 2024-02-08T21:45:34.855946+0000 mon.smithi105 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi105.rfsypb(active, since 2s) 2024-02-08T21:45:36.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:35 smithi105 bash[14197]: audit 2024-02-08T21:45:35.717922+0000 mon.smithi105 (mon.0) 25 : audit [INF] from='client.? 172.21.15.105:0/4228996546' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-08T21:45:36.349 INFO:teuthology.orchestra.run.smithi105.stderr:Enabling cephadm module... 2024-02-08T21:45:37.955 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:37 smithi105 bash[14197]: audit 2024-02-08T21:45:37.611003+0000 mon.smithi105 (mon.0) 26 : audit [INF] from='client.? 172.21.15.105:0/801522874' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-08T21:45:38.957 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:38 smithi105 bash[14197]: audit 2024-02-08T21:45:37.667732+0000 mon.smithi105 (mon.0) 27 : audit [INF] from='client.? 172.21.15.105:0/801522874' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-08T21:45:38.958 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:38 smithi105 bash[14197]: cluster 2024-02-08T21:45:37.667887+0000 mon.smithi105 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi105.rfsypb(active, since 4s) 2024-02-08T21:45:39.604 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: { 2024-02-08T21:45:39.604 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "epoch": 5, 2024-02-08T21:45:39.604 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "available": true, 2024-02-08T21:45:39.604 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "active_name": "smithi105.rfsypb", 2024-02-08T21:45:39.604 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-08T21:45:39.604 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: } 2024-02-08T21:45:40.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:39 smithi105 bash[14197]: audit 2024-02-08T21:45:39.602159+0000 mon.smithi105 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.105:0/2762131219' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-08T21:45:40.225 INFO:teuthology.orchestra.run.smithi105.stderr:Waiting for the mgr to restart... 2024-02-08T21:45:40.225 INFO:teuthology.orchestra.run.smithi105.stderr:Waiting for mgr epoch 5... 2024-02-08T21:45:44.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:44 smithi105 bash[14197]: cluster 2024-02-08T21:45:44.263036+0000 mon.smithi105 (mon.0) 30 : cluster [INF] Active manager daemon smithi105.rfsypb restarted 2024-02-08T21:45:44.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:44 smithi105 bash[14197]: cluster 2024-02-08T21:45:44.263451+0000 mon.smithi105 (mon.0) 31 : cluster [INF] Activating manager daemon smithi105.rfsypb 2024-02-08T21:45:44.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:44 smithi105 bash[14197]: cluster 2024-02-08T21:45:44.269335+0000 mon.smithi105 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-08T21:45:44.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:44 smithi105 bash[14197]: cluster 2024-02-08T21:45:44.269646+0000 mon.smithi105 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi105.rfsypb(active, starting, since 0.00634856s) 2024-02-08T21:45:44.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:44 smithi105 bash[14197]: audit 2024-02-08T21:45:44.272112+0000 mon.smithi105 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-02-08T21:45:44.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:44 smithi105 bash[14197]: audit 2024-02-08T21:45:44.273658+0000 mon.smithi105 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mgr metadata", "who": "smithi105.rfsypb", "id": "smithi105.rfsypb"}]: dispatch 2024-02-08T21:45:44.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:44 smithi105 bash[14197]: audit 2024-02-08T21:45:44.274519+0000 mon.smithi105 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-08T21:45:44.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:44 smithi105 bash[14197]: audit 2024-02-08T21:45:44.274749+0000 mon.smithi105 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-08T21:45:44.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:44 smithi105 bash[14197]: audit 2024-02-08T21:45:44.274891+0000 mon.smithi105 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-08T21:45:44.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:44 smithi105 bash[14197]: cluster 2024-02-08T21:45:44.297073+0000 mon.smithi105 (mon.0) 39 : cluster [INF] Manager daemon smithi105.rfsypb is now available 2024-02-08T21:45:45.289 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: { 2024-02-08T21:45:45.289 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-02-08T21:45:45.289 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "initialized": true 2024-02-08T21:45:45.289 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: } 2024-02-08T21:45:45.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:45 smithi105 bash[14197]: cephadm 2024-02-08T21:45:44.315890+0000 mgr.smithi105.rfsypb (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-02-08T21:45:45.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:45 smithi105 bash[14197]: audit 2024-02-08T21:45:44.320092+0000 mon.smithi105 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' 2024-02-08T21:45:45.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:45 smithi105 bash[14197]: audit 2024-02-08T21:45:44.443520+0000 mon.smithi105 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' 2024-02-08T21:45:45.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:45 smithi105 bash[14197]: audit 2024-02-08T21:45:44.445591+0000 mon.smithi105 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:45:45.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:45 smithi105 bash[14197]: audit 2024-02-08T21:45:44.448754+0000 mon.smithi105 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:45:45.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:45 smithi105 bash[14197]: audit 2024-02-08T21:45:44.452085+0000 mon.smithi105 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:45:45.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:45 smithi105 bash[14197]: audit 2024-02-08T21:45:44.478732+0000 mon.smithi105 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi105.rfsypb/mirror_snapshot_schedule"}]: dispatch 2024-02-08T21:45:45.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:45 smithi105 bash[14197]: audit 2024-02-08T21:45:44.481360+0000 mon.smithi105 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi105.rfsypb/trash_purge_schedule"}]: dispatch 2024-02-08T21:45:45.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:45 smithi105 bash[14197]: cluster 2024-02-08T21:45:45.273909+0000 mon.smithi105 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi105.rfsypb(active, since 1.01062s) 2024-02-08T21:45:45.924 INFO:teuthology.orchestra.run.smithi105.stderr:mgr epoch 5 is available 2024-02-08T21:45:45.924 INFO:teuthology.orchestra.run.smithi105.stderr:Setting orchestrator backend to cephadm... 2024-02-08T21:45:46.612 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:46 smithi105 bash[14197]: audit 2024-02-08T21:45:45.272611+0000 mgr.smithi105.rfsypb (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-08T21:45:46.612 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:46 smithi105 bash[14197]: audit 2024-02-08T21:45:45.287415+0000 mgr.smithi105.rfsypb (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-08T21:45:47.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:47 smithi105 bash[14197]: cluster 2024-02-08T21:45:46.326251+0000 mon.smithi105 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi105.rfsypb(active, since 2s) 2024-02-08T21:45:47.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:47 smithi105 bash[14197]: audit 2024-02-08T21:45:47.180019+0000 mon.smithi105 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' 2024-02-08T21:45:47.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:47 smithi105 bash[14197]: audit 2024-02-08T21:45:47.237225+0000 mon.smithi105 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:45:48.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:48 smithi105 bash[14197]: audit 2024-02-08T21:45:47.171671+0000 mgr.smithi105.rfsypb (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:45:48.952 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: value unchanged 2024-02-08T21:45:49.503 INFO:teuthology.orchestra.run.smithi105.stderr:Generating ssh key... 2024-02-08T21:45:49.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:49 smithi105 bash[14197]: audit 2024-02-08T21:45:48.950782+0000 mgr.smithi105.rfsypb (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:45:51.052 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:50 smithi105 bash[14197]: audit 2024-02-08T21:45:50.689722+0000 mgr.smithi105.rfsypb (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:45:51.052 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:50 smithi105 bash[14197]: cephadm 2024-02-08T21:45:50.690005+0000 mgr.smithi105.rfsypb (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-02-08T21:45:52.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:51 smithi105 bash[14197]: audit 2024-02-08T21:45:50.996673+0000 mon.smithi105 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' 2024-02-08T21:45:52.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:51 smithi105 bash[14197]: audit 2024-02-08T21:45:51.001060+0000 mon.smithi105 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' 2024-02-08T21:45:52.752 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCVUhmWpG5fkgM+jS9eEbKKithZ1GK4NsAB6WMw9TY/orjQxM1nJKE329SCXP60UQVoQHY0TU0mUpvJSA8wCJHi3XcS0vi6QTRJKdvg6xJqyGPQjIL00g1N7GiRlZOzkZmZZcC8u17PMOPJZCyVoHGZxi+I/kTuwiMUAHa+MwCgFC89+6lY8frg0+i3PSY/KKDvf77+UXs7zsqcWxSy8IWoRuKmy4+r0k6s8Eilheg4j/kYMW39RhO96tcusWrEpGrMLvrZRn4pyXXuwvwNZKM2UQuondvGt1UXofsdkTZvw6toLAIs0rWDKT7N8lTPCncUp1Eh6lTzLXq1rqlQvEm0ah7kvCmEOdFIYaTPOL1oDP7bYYXXG7WDqFPJDcaAm2qTX4vAFyjcy/bLhODAEMXU0yvPJOHrPWYRaSsR5DtKnwnKyuk8X22loeaNhKNCpIm0/LPz0z7fD8forLoVZParcQCTquSIgshjP3U/V5oBek0KTGhvwWwTxV9W8W6JSmM= ceph-374a06b4-c6cb-11ee-95b6-87774f69a715 2024-02-08T21:45:53.360 INFO:teuthology.orchestra.run.smithi105.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-08T21:45:53.360 INFO:teuthology.orchestra.run.smithi105.stderr:Adding key to root@localhost authorized_keys... 2024-02-08T21:45:53.360 INFO:teuthology.orchestra.run.smithi105.stderr:Adding host smithi105... 2024-02-08T21:45:54.027 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:53 smithi105 bash[14197]: audit 2024-02-08T21:45:52.750213+0000 mgr.smithi105.rfsypb (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:45:55.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:54 smithi105 bash[14197]: audit 2024-02-08T21:45:54.569708+0000 mgr.smithi105.rfsypb (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi105", "addr": "172.21.15.105", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:45:55.408 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: Added host 'smithi105' with addr '172.21.15.105' 2024-02-08T21:45:56.232 INFO:teuthology.orchestra.run.smithi105.stderr:Deploying mon service with default placement... 2024-02-08T21:45:56.581 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:56 smithi105 bash[14197]: audit 2024-02-08T21:45:55.406027+0000 mon.smithi105 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' 2024-02-08T21:45:56.582 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:56 smithi105 bash[14197]: cephadm 2024-02-08T21:45:55.406745+0000 mgr.smithi105.rfsypb (mgr.14116) 10 : cephadm [INF] Added host smithi105 2024-02-08T21:45:56.582 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:56 smithi105 bash[14197]: audit 2024-02-08T21:45:55.432225+0000 mon.smithi105 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:45:58.173 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-08T21:45:58.976 INFO:teuthology.orchestra.run.smithi105.stderr:Deploying mgr service with default placement... 2024-02-08T21:45:59.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:59 smithi105 bash[14197]: audit 2024-02-08T21:45:58.165661+0000 mgr.smithi105.rfsypb (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:45:59.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:59 smithi105 bash[14197]: cephadm 2024-02-08T21:45:58.166984+0000 mgr.smithi105.rfsypb (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-08T21:45:59.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:59 smithi105 bash[14197]: audit 2024-02-08T21:45:58.171098+0000 mon.smithi105 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' 2024-02-08T21:45:59.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:59 smithi105 bash[14197]: audit 2024-02-08T21:45:58.679814+0000 mon.smithi105 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' 2024-02-08T21:45:59.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:45:59 smithi105 bash[14197]: audit 2024-02-08T21:45:58.923373+0000 mon.smithi105 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' 2024-02-08T21:46:00.263 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-08T21:46:00.921 INFO:teuthology.orchestra.run.smithi105.stderr:Deploying crash service with default placement... 2024-02-08T21:46:01.561 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:01 smithi105 bash[14197]: audit 2024-02-08T21:46:00.255108+0000 mgr.smithi105.rfsypb (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:46:01.561 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:01 smithi105 bash[14197]: cephadm 2024-02-08T21:46:00.257246+0000 mgr.smithi105.rfsypb (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-08T21:46:01.561 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:01 smithi105 bash[14197]: audit 2024-02-08T21:46:00.260901+0000 mon.smithi105 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' 2024-02-08T21:46:02.157 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-08T21:46:02.818 INFO:teuthology.orchestra.run.smithi105.stderr:Deploying prometheus service with default placement... 2024-02-08T21:46:03.452 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:03 smithi105 bash[14197]: audit 2024-02-08T21:46:02.148649+0000 mgr.smithi105.rfsypb (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:46:03.452 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:03 smithi105 bash[14197]: cephadm 2024-02-08T21:46:02.149828+0000 mgr.smithi105.rfsypb (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-02-08T21:46:03.452 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:03 smithi105 bash[14197]: audit 2024-02-08T21:46:02.154481+0000 mon.smithi105 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' 2024-02-08T21:46:04.029 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-08T21:46:04.718 INFO:teuthology.orchestra.run.smithi105.stderr:Deploying grafana service with default placement... 2024-02-08T21:46:05.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:05 smithi105 bash[14197]: audit 2024-02-08T21:46:04.019702+0000 mgr.smithi105.rfsypb (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:46:05.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:05 smithi105 bash[14197]: cephadm 2024-02-08T21:46:04.021877+0000 mgr.smithi105.rfsypb (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-08T21:46:05.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:05 smithi105 bash[14197]: audit 2024-02-08T21:46:04.026525+0000 mon.smithi105 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' 2024-02-08T21:46:05.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:05 smithi105 bash[14197]: cluster 2024-02-08T21:46:04.276370+0000 mgr.smithi105.rfsypb (mgr.14116) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:46:05.994 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-08T21:46:06.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:06 smithi105 bash[14197]: audit 2024-02-08T21:46:05.439964+0000 mon.smithi105 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' 2024-02-08T21:46:06.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:06 smithi105 bash[14197]: audit 2024-02-08T21:46:05.992151+0000 mon.smithi105 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' 2024-02-08T21:46:06.691 INFO:teuthology.orchestra.run.smithi105.stderr:Deploying node-exporter service with default placement... 2024-02-08T21:46:07.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:07 smithi105 bash[14197]: audit 2024-02-08T21:46:05.985550+0000 mgr.smithi105.rfsypb (mgr.14116) 20 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:46:07.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:07 smithi105 bash[14197]: cephadm 2024-02-08T21:46:05.987741+0000 mgr.smithi105.rfsypb (mgr.14116) 21 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-08T21:46:07.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:07 smithi105 bash[14197]: cluster 2024-02-08T21:46:06.276811+0000 mgr.smithi105.rfsypb (mgr.14116) 22 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:46:08.075 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-08T21:46:08.768 INFO:teuthology.orchestra.run.smithi105.stderr:Deploying alertmanager service with default placement... 2024-02-08T21:46:09.450 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:09 smithi105 bash[14197]: audit 2024-02-08T21:46:08.068870+0000 mgr.smithi105.rfsypb (mgr.14116) 23 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:46:09.450 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:09 smithi105 bash[14197]: cephadm 2024-02-08T21:46:08.070677+0000 mgr.smithi105.rfsypb (mgr.14116) 24 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-08T21:46:09.450 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:09 smithi105 bash[14197]: audit 2024-02-08T21:46:08.073600+0000 mon.smithi105 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' 2024-02-08T21:46:09.450 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:09 smithi105 bash[14197]: cluster 2024-02-08T21:46:08.277230+0000 mgr.smithi105.rfsypb (mgr.14116) 25 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:46:10.060 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-08T21:46:11.310 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:11 smithi105 bash[14197]: audit 2024-02-08T21:46:10.052188+0000 mgr.smithi105.rfsypb (mgr.14116) 26 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:46:11.310 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:11 smithi105 bash[14197]: cephadm 2024-02-08T21:46:10.054438+0000 mgr.smithi105.rfsypb (mgr.14116) 27 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-08T21:46:11.310 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:11 smithi105 bash[14197]: audit 2024-02-08T21:46:10.058680+0000 mon.smithi105 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.105:0/2911048537' entity='mgr.smithi105.rfsypb' 2024-02-08T21:46:11.311 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:11 smithi105 bash[14197]: cluster 2024-02-08T21:46:10.277483+0000 mgr.smithi105.rfsypb (mgr.14116) 28 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:46:13.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:13 smithi105 bash[14197]: cluster 2024-02-08T21:46:12.277826+0000 mgr.smithi105.rfsypb (mgr.14116) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:46:13.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:13 smithi105 bash[14197]: audit 2024-02-08T21:46:12.360226+0000 mon.smithi105 (mon.0) 65 : audit [INF] from='client.? 172.21.15.105:0/1612943878' entity='client.admin' 2024-02-08T21:46:15.293 INFO:teuthology.orchestra.run.smithi105.stderr:Enabling the dashboard module... 2024-02-08T21:46:15.958 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:15 smithi105 bash[14197]: cluster 2024-02-08T21:46:14.278296+0000 mgr.smithi105.rfsypb (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:46:15.958 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:15 smithi105 bash[14197]: audit 2024-02-08T21:46:14.689765+0000 mon.smithi105 (mon.0) 66 : audit [INF] from='client.? 172.21.15.105:0/386143304' entity='client.admin' 2024-02-08T21:46:16.991 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:16 smithi105 bash[14197]: audit 2024-02-08T21:46:16.605732+0000 mon.smithi105 (mon.0) 67 : audit [INF] from='client.? 172.21.15.105:0/2415867925' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-08T21:46:18.056 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:17 smithi105 bash[14197]: audit 2024-02-08T21:46:16.696413+0000 mon.smithi105 (mon.0) 68 : audit [INF] from='client.? 172.21.15.105:0/2415867925' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-08T21:46:18.056 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:17 smithi105 bash[14197]: cluster 2024-02-08T21:46:16.696519+0000 mon.smithi105 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi105.rfsypb(active, since 32s) 2024-02-08T21:46:18.735 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: { 2024-02-08T21:46:18.736 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "epoch": 9, 2024-02-08T21:46:18.736 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "available": true, 2024-02-08T21:46:18.736 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "active_name": "smithi105.rfsypb", 2024-02-08T21:46:18.736 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-08T21:46:18.736 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: } 2024-02-08T21:46:18.963 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:18 smithi105 bash[14197]: audit 2024-02-08T21:46:18.733550+0000 mon.smithi105 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.105:0/4144103' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-08T21:46:19.335 INFO:teuthology.orchestra.run.smithi105.stderr:Waiting for the mgr to restart... 2024-02-08T21:46:19.335 INFO:teuthology.orchestra.run.smithi105.stderr:Waiting for mgr epoch 9... 2024-02-08T21:46:23.499 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:23 smithi105 bash[14197]: cluster 2024-02-08T21:46:23.251499+0000 mon.smithi105 (mon.0) 71 : cluster [INF] Active manager daemon smithi105.rfsypb restarted 2024-02-08T21:46:23.499 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:23 smithi105 bash[14197]: cluster 2024-02-08T21:46:23.251935+0000 mon.smithi105 (mon.0) 72 : cluster [INF] Activating manager daemon smithi105.rfsypb 2024-02-08T21:46:23.499 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:23 smithi105 bash[14197]: cluster 2024-02-08T21:46:23.259743+0000 mon.smithi105 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-08T21:46:23.499 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:23 smithi105 bash[14197]: cluster 2024-02-08T21:46:23.259974+0000 mon.smithi105 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi105.rfsypb(active, starting, since 0.00819701s) 2024-02-08T21:46:23.499 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:23 smithi105 bash[14197]: audit 2024-02-08T21:46:23.262071+0000 mon.smithi105 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-02-08T21:46:23.499 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:23 smithi105 bash[14197]: audit 2024-02-08T21:46:23.263041+0000 mon.smithi105 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mgr metadata", "who": "smithi105.rfsypb", "id": "smithi105.rfsypb"}]: dispatch 2024-02-08T21:46:23.499 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:23 smithi105 bash[14197]: audit 2024-02-08T21:46:23.263856+0000 mon.smithi105 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-08T21:46:23.499 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:23 smithi105 bash[14197]: audit 2024-02-08T21:46:23.264239+0000 mon.smithi105 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-08T21:46:23.499 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:23 smithi105 bash[14197]: audit 2024-02-08T21:46:23.264596+0000 mon.smithi105 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-08T21:46:23.499 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:23 smithi105 bash[14197]: cluster 2024-02-08T21:46:23.288887+0000 mon.smithi105 (mon.0) 80 : cluster [INF] Manager daemon smithi105.rfsypb is now available 2024-02-08T21:46:24.278 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: { 2024-02-08T21:46:24.278 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-02-08T21:46:24.278 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: "initialized": true 2024-02-08T21:46:24.279 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: } 2024-02-08T21:46:24.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:24 smithi105 bash[14197]: audit 2024-02-08T21:46:23.423192+0000 mon.smithi105 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:46:24.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:24 smithi105 bash[14197]: audit 2024-02-08T21:46:23.429788+0000 mon.smithi105 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:46:24.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:24 smithi105 bash[14197]: audit 2024-02-08T21:46:23.463998+0000 mon.smithi105 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi105.rfsypb/mirror_snapshot_schedule"}]: dispatch 2024-02-08T21:46:24.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:24 smithi105 bash[14197]: audit 2024-02-08T21:46:23.470169+0000 mon.smithi105 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi105.rfsypb/trash_purge_schedule"}]: dispatch 2024-02-08T21:46:24.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:24 smithi105 bash[14197]: cluster 2024-02-08T21:46:24.262320+0000 mon.smithi105 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi105.rfsypb(active, since 1.01054s) 2024-02-08T21:46:25.006 INFO:teuthology.orchestra.run.smithi105.stderr:mgr epoch 9 is available 2024-02-08T21:46:25.006 INFO:teuthology.orchestra.run.smithi105.stderr:Generating a dashboard self-signed certificate... 2024-02-08T21:46:25.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:25 smithi105 bash[14197]: audit 2024-02-08T21:46:24.261529+0000 mgr.smithi105.rfsypb (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-08T21:46:25.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:25 smithi105 bash[14197]: audit 2024-02-08T21:46:24.275895+0000 mgr.smithi105.rfsypb (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-08T21:46:26.451 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-08T21:46:26.671 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:26 smithi105 bash[14197]: cluster 2024-02-08T21:46:25.316546+0000 mon.smithi105 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi105.rfsypb(active, since 2s) 2024-02-08T21:46:27.021 INFO:teuthology.orchestra.run.smithi105.stderr:Creating initial admin user... 2024-02-08T21:46:27.716 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:27 smithi105 bash[14197]: audit 2024-02-08T21:46:26.263683+0000 mgr.smithi105.rfsypb (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:46:27.716 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:27 smithi105 bash[14197]: audit 2024-02-08T21:46:26.446607+0000 mon.smithi105 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' 2024-02-08T21:46:27.716 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:27 smithi105 bash[14197]: audit 2024-02-08T21:46:26.449542+0000 mon.smithi105 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' 2024-02-08T21:46:28.536 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$ayETVjWfO27XnH638/zCluvpy72/eKwSCeI8cGLnDjEVO95sp.l5m", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707428788, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-08T21:46:29.125 INFO:teuthology.orchestra.run.smithi105.stderr:Fetching dashboard port number... 2024-02-08T21:46:29.798 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:29 smithi105 bash[14197]: audit 2024-02-08T21:46:28.282610+0000 mgr.smithi105.rfsypb (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:46:29.798 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:29 smithi105 bash[14197]: audit 2024-02-08T21:46:28.528798+0000 mon.smithi105 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' 2024-02-08T21:46:30.378 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: 8443 2024-02-08T21:46:30.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:30 smithi105 bash[14197]: cluster 2024-02-08T21:46:29.535885+0000 mon.smithi105 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi105.rfsypb(active, since 6s) 2024-02-08T21:46:30.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:30 smithi105 bash[14197]: audit 2024-02-08T21:46:30.305957+0000 mon.smithi105 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' 2024-02-08T21:46:30.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:30 smithi105 bash[14197]: audit 2024-02-08T21:46:30.376089+0000 mon.smithi105 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.105:0/676262168' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-08T21:46:30.991 INFO:teuthology.orchestra.run.smithi105.stderr:firewalld does not appear to be present 2024-02-08T21:46:30.991 INFO:teuthology.orchestra.run.smithi105.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-08T21:46:30.993 INFO:teuthology.orchestra.run.smithi105.stderr:Ceph Dashboard is now available at: 2024-02-08T21:46:30.993 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-02-08T21:46:30.993 INFO:teuthology.orchestra.run.smithi105.stderr: URL: https://smithi105.front.sepia.ceph.com:8443/ 2024-02-08T21:46:30.993 INFO:teuthology.orchestra.run.smithi105.stderr: User: admin 2024-02-08T21:46:30.994 INFO:teuthology.orchestra.run.smithi105.stderr: Password: yhlga5r090 2024-02-08T21:46:30.994 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-02-08T21:46:30.994 INFO:teuthology.orchestra.run.smithi105.stderr:Enabling autotune for osd_memory_target 2024-02-08T21:46:34.242 INFO:teuthology.orchestra.run.smithi105.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-02-08T21:46:34.836 INFO:teuthology.orchestra.run.smithi105.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-08T21:46:34.836 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-02-08T21:46:34.836 INFO:teuthology.orchestra.run.smithi105.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-08T21:46:34.836 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-02-08T21:46:34.836 INFO:teuthology.orchestra.run.smithi105.stderr:Or, if you are only running a single cluster on this host: 2024-02-08T21:46:34.836 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-02-08T21:46:34.836 INFO:teuthology.orchestra.run.smithi105.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-08T21:46:34.836 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-02-08T21:46:34.836 INFO:teuthology.orchestra.run.smithi105.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-08T21:46:34.837 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-02-08T21:46:34.837 INFO:teuthology.orchestra.run.smithi105.stderr: ceph telemetry on 2024-02-08T21:46:34.837 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-02-08T21:46:34.837 INFO:teuthology.orchestra.run.smithi105.stderr:For more information see: 2024-02-08T21:46:34.837 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-02-08T21:46:34.837 INFO:teuthology.orchestra.run.smithi105.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-02-08T21:46:34.837 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-02-08T21:46:34.837 INFO:teuthology.orchestra.run.smithi105.stderr:Bootstrap complete. 2024-02-08T21:46:34.880 INFO:tasks.cephadm:Fetching config... 2024-02-08T21:46:34.880 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-02-08T21:46:34.880 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-08T21:46:34.886 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-08T21:46:34.886 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-02-08T21:46:34.886 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-08T21:46:34.933 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-08T21:46:34.933 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-02-08T21:46:34.933 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/mon.smithi105/keyring of=/dev/stdout 2024-02-08T21:46:34.986 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-08T21:46:34.986 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-02-08T21:46:34.986 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-08T21:46:35.033 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-08T21:46:35.033 DEBUG:teuthology.orchestra.run.smithi105:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCVUhmWpG5fkgM+jS9eEbKKithZ1GK4NsAB6WMw9TY/orjQxM1nJKE329SCXP60UQVoQHY0TU0mUpvJSA8wCJHi3XcS0vi6QTRJKdvg6xJqyGPQjIL00g1N7GiRlZOzkZmZZcC8u17PMOPJZCyVoHGZxi+I/kTuwiMUAHa+MwCgFC89+6lY8frg0+i3PSY/KKDvf77+UXs7zsqcWxSy8IWoRuKmy4+r0k6s8Eilheg4j/kYMW39RhO96tcusWrEpGrMLvrZRn4pyXXuwvwNZKM2UQuondvGt1UXofsdkTZvw6toLAIs0rWDKT7N8lTPCncUp1Eh6lTzLXq1rqlQvEm0ah7kvCmEOdFIYaTPOL1oDP7bYYXXG7WDqFPJDcaAm2qTX4vAFyjcy/bLhODAEMXU0yvPJOHrPWYRaSsR5DtKnwnKyuk8X22loeaNhKNCpIm0/LPz0z7fD8forLoVZParcQCTquSIgshjP3U/V5oBek0KTGhvwWwTxV9W8W6JSmM= ceph-374a06b4-c6cb-11ee-95b6-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-08T21:46:35.097 INFO:teuthology.orchestra.run.smithi105.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCVUhmWpG5fkgM+jS9eEbKKithZ1GK4NsAB6WMw9TY/orjQxM1nJKE329SCXP60UQVoQHY0TU0mUpvJSA8wCJHi3XcS0vi6QTRJKdvg6xJqyGPQjIL00g1N7GiRlZOzkZmZZcC8u17PMOPJZCyVoHGZxi+I/kTuwiMUAHa+MwCgFC89+6lY8frg0+i3PSY/KKDvf77+UXs7zsqcWxSy8IWoRuKmy4+r0k6s8Eilheg4j/kYMW39RhO96tcusWrEpGrMLvrZRn4pyXXuwvwNZKM2UQuondvGt1UXofsdkTZvw6toLAIs0rWDKT7N8lTPCncUp1Eh6lTzLXq1rqlQvEm0ah7kvCmEOdFIYaTPOL1oDP7bYYXXG7WDqFPJDcaAm2qTX4vAFyjcy/bLhODAEMXU0yvPJOHrPWYRaSsR5DtKnwnKyuk8X22loeaNhKNCpIm0/LPz0z7fD8forLoVZParcQCTquSIgshjP3U/V5oBek0KTGhvwWwTxV9W8W6JSmM= ceph-374a06b4-c6cb-11ee-95b6-87774f69a715 2024-02-08T21:46:35.108 DEBUG:teuthology.orchestra.run.smithi167:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCVUhmWpG5fkgM+jS9eEbKKithZ1GK4NsAB6WMw9TY/orjQxM1nJKE329SCXP60UQVoQHY0TU0mUpvJSA8wCJHi3XcS0vi6QTRJKdvg6xJqyGPQjIL00g1N7GiRlZOzkZmZZcC8u17PMOPJZCyVoHGZxi+I/kTuwiMUAHa+MwCgFC89+6lY8frg0+i3PSY/KKDvf77+UXs7zsqcWxSy8IWoRuKmy4+r0k6s8Eilheg4j/kYMW39RhO96tcusWrEpGrMLvrZRn4pyXXuwvwNZKM2UQuondvGt1UXofsdkTZvw6toLAIs0rWDKT7N8lTPCncUp1Eh6lTzLXq1rqlQvEm0ah7kvCmEOdFIYaTPOL1oDP7bYYXXG7WDqFPJDcaAm2qTX4vAFyjcy/bLhODAEMXU0yvPJOHrPWYRaSsR5DtKnwnKyuk8X22loeaNhKNCpIm0/LPz0z7fD8forLoVZParcQCTquSIgshjP3U/V5oBek0KTGhvwWwTxV9W8W6JSmM= ceph-374a06b4-c6cb-11ee-95b6-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-08T21:46:35.134 INFO:teuthology.orchestra.run.smithi167.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCVUhmWpG5fkgM+jS9eEbKKithZ1GK4NsAB6WMw9TY/orjQxM1nJKE329SCXP60UQVoQHY0TU0mUpvJSA8wCJHi3XcS0vi6QTRJKdvg6xJqyGPQjIL00g1N7GiRlZOzkZmZZcC8u17PMOPJZCyVoHGZxi+I/kTuwiMUAHa+MwCgFC89+6lY8frg0+i3PSY/KKDvf77+UXs7zsqcWxSy8IWoRuKmy4+r0k6s8Eilheg4j/kYMW39RhO96tcusWrEpGrMLvrZRn4pyXXuwvwNZKM2UQuondvGt1UXofsdkTZvw6toLAIs0rWDKT7N8lTPCncUp1Eh6lTzLXq1rqlQvEm0ah7kvCmEOdFIYaTPOL1oDP7bYYXXG7WDqFPJDcaAm2qTX4vAFyjcy/bLhODAEMXU0yvPJOHrPWYRaSsR5DtKnwnKyuk8X22loeaNhKNCpIm0/LPz0z7fD8forLoVZParcQCTquSIgshjP3U/V5oBek0KTGhvwWwTxV9W8W6JSmM= ceph-374a06b4-c6cb-11ee-95b6-87774f69a715 2024-02-08T21:46:35.145 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-08T21:46:35.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:35 smithi105 bash[14197]: audit 2024-02-08T21:46:34.236438+0000 mon.smithi105 (mon.0) 93 : audit [INF] from='client.? 172.21.15.105:0/1459314098' entity='client.admin' 2024-02-08T21:46:40.445 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-08T21:46:40.445 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-08T21:46:41.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:40 smithi105 bash[14197]: audit 2024-02-08T21:46:39.826960+0000 mon.smithi105 (mon.0) 94 : audit [INF] from='client.? 172.21.15.105:0/1384277832' entity='client.admin' 2024-02-08T21:46:43.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:43 smithi105 bash[14197]: audit 2024-02-08T21:46:42.229746+0000 mon.smithi105 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' 2024-02-08T21:46:43.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:43 smithi105 bash[14197]: audit 2024-02-08T21:46:42.518408+0000 mon.smithi105 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2024-02-08T21:46:43.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:43 smithi105 bash[14197]: audit 2024-02-08T21:46:42.525436+0000 mon.smithi105 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' 2024-02-08T21:46:43.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:43 smithi105 bash[14197]: cephadm 2024-02-08T21:46:42.540619+0000 mgr.smithi105.rfsypb (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi105 on smithi105 2024-02-08T21:46:44.903 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi167 2024-02-08T21:46:44.903 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-02-08T21:46:44.903 DEBUG:teuthology.orchestra.run.smithi167:> dd of=/etc/ceph/ceph.conf 2024-02-08T21:46:44.910 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-02-08T21:46:44.910 DEBUG:teuthology.orchestra.run.smithi167:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-08T21:46:44.959 INFO:tasks.cephadm:Adding host smithi167 to orchestrator... 2024-02-08T21:46:44.959 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch host add smithi167 2024-02-08T21:46:45.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:44 smithi105 bash[14197]: cluster 2024-02-08T21:46:43.265734+0000 mgr.smithi105.rfsypb (mgr.14156) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:46:45.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:44 smithi105 bash[14197]: audit 2024-02-08T21:46:43.715568+0000 mgr.smithi105.rfsypb (mgr.14156) 7 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:46:45.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:44 smithi105 bash[14197]: audit 2024-02-08T21:46:43.719910+0000 mon.smithi105 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' 2024-02-08T21:46:47.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:46 smithi105 bash[14197]: cluster 2024-02-08T21:46:45.266140+0000 mgr.smithi105.rfsypb (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:46:49.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:48 smithi105 bash[14197]: cluster 2024-02-08T21:46:47.266639+0000 mgr.smithi105.rfsypb (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:46:50.859 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:50 smithi105 bash[14197]: cluster 2024-02-08T21:46:49.267178+0000 mgr.smithi105.rfsypb (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:46:50.859 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:50 smithi105 bash[14197]: audit 2024-02-08T21:46:50.605082+0000 mon.smithi105 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' 2024-02-08T21:46:50.859 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:50 smithi105 bash[14197]: audit 2024-02-08T21:46:50.608785+0000 mon.smithi105 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi105", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-08T21:46:50.859 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:50 smithi105 bash[14197]: audit 2024-02-08T21:46:50.611643+0000 mon.smithi105 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi105", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-08T21:46:50.859 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:50 smithi105 bash[14197]: audit 2024-02-08T21:46:50.613094+0000 mon.smithi105 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:46:51.992 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:51 smithi105 bash[14197]: cephadm 2024-02-08T21:46:50.614230+0000 mgr.smithi105.rfsypb (mgr.14156) 11 : cephadm [INF] Deploying daemon crash.smithi105 on smithi105 2024-02-08T21:46:53.036 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:52 smithi105 bash[14197]: cluster 2024-02-08T21:46:51.267668+0000 mgr.smithi105.rfsypb (mgr.14156) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:46:54.365 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:54 smithi105 bash[14197]: cluster 2024-02-08T21:46:53.268065+0000 mgr.smithi105.rfsypb (mgr.14156) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:46:54.365 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:54 smithi105 bash[14197]: audit 2024-02-08T21:46:53.296024+0000 mon.smithi105 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' 2024-02-08T21:46:54.365 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:54 smithi105 bash[14197]: audit 2024-02-08T21:46:53.398408+0000 mon.smithi105 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' 2024-02-08T21:46:54.365 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:54 smithi105 bash[14197]: audit 2024-02-08T21:46:53.400636+0000 mon.smithi105 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' 2024-02-08T21:46:54.365 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:54 smithi105 bash[14197]: audit 2024-02-08T21:46:53.403931+0000 mon.smithi105 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-08T21:46:54.366 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:54 smithi105 bash[14197]: audit 2024-02-08T21:46:53.404721+0000 mgr.smithi105.rfsypb (mgr.14156) 14 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-08T21:46:54.366 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:54 smithi105 bash[14197]: audit 2024-02-08T21:46:53.407447+0000 mon.smithi105 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' 2024-02-08T21:46:54.366 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:54 smithi105 bash[14197]: cephadm 2024-02-08T21:46:53.420399+0000 mgr.smithi105.rfsypb (mgr.14156) 15 : cephadm [INF] Deploying daemon grafana.smithi105 on smithi105 2024-02-08T21:46:54.366 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:54 smithi105 bash[14197]: audit 2024-02-08T21:46:53.459387+0000 mon.smithi105 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' 2024-02-08T21:46:56.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:56 smithi105 bash[14197]: cluster 2024-02-08T21:46:55.268397+0000 mgr.smithi105.rfsypb (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:46:58.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:46:58 smithi105 bash[14197]: cluster 2024-02-08T21:46:57.268768+0000 mgr.smithi105.rfsypb (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:47:00.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:00 smithi105 bash[14197]: cluster 2024-02-08T21:46:59.269099+0000 mgr.smithi105.rfsypb (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:47:02.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:02 smithi105 bash[14197]: cluster 2024-02-08T21:47:01.269460+0000 mgr.smithi105.rfsypb (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:47:04.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:04 smithi105 bash[14197]: cluster 2024-02-08T21:47:03.269847+0000 mgr.smithi105.rfsypb (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:47:06.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:06 smithi105 bash[14197]: cluster 2024-02-08T21:47:05.270229+0000 mgr.smithi105.rfsypb (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:47:08.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:08 smithi105 bash[14197]: cluster 2024-02-08T21:47:07.270688+0000 mgr.smithi105.rfsypb (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:47:10.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:10 smithi105 bash[14197]: cluster 2024-02-08T21:47:09.271139+0000 mgr.smithi105.rfsypb (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:47:12.584 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:12 smithi105 bash[14197]: cluster 2024-02-08T21:47:11.271601+0000 mgr.smithi105.rfsypb (mgr.14156) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:47:14.539 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:14 smithi105 bash[14197]: cluster 2024-02-08T21:47:13.272010+0000 mgr.smithi105.rfsypb (mgr.14156) 25 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:47:14.539 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:14 smithi105 bash[14197]: audit 2024-02-08T21:47:13.785406+0000 mon.smithi105 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' 2024-02-08T21:47:15.588 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:15 smithi105 bash[14197]: cephadm 2024-02-08T21:47:13.788295+0000 mgr.smithi105.rfsypb (mgr.14156) 26 : cephadm [INF] Deploying daemon node-exporter.smithi105 on smithi105 2024-02-08T21:47:15.589 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:15 smithi105 bash[14197]: audit 2024-02-08T21:47:14.548937+0000 mon.smithi105 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' 2024-02-08T21:47:15.589 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:15 smithi105 bash[14197]: audit 2024-02-08T21:47:14.552063+0000 mon.smithi105 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-08T21:47:16.787 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:16 smithi105 bash[14197]: audit 2024-02-08T21:47:15.554201+0000 mon.smithi105 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.105:0/3134255940' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-08T21:47:16.787 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:16 smithi105 bash[14197]: cluster 2024-02-08T21:47:15.554338+0000 mon.smithi105 (mon.0) 113 : cluster [DBG] mgrmap e14: smithi105.rfsypb(active, since 52s) 2024-02-08T21:47:22.593 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:22 smithi105 bash[14197]: cluster 2024-02-08T21:47:22.295476+0000 mon.smithi105 (mon.0) 114 : cluster [INF] Active manager daemon smithi105.rfsypb restarted 2024-02-08T21:47:22.593 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:22 smithi105 bash[14197]: cluster 2024-02-08T21:47:22.295893+0000 mon.smithi105 (mon.0) 115 : cluster [INF] Activating manager daemon smithi105.rfsypb 2024-02-08T21:47:22.593 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:22 smithi105 bash[14197]: cluster 2024-02-08T21:47:22.304151+0000 mon.smithi105 (mon.0) 116 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-08T21:47:22.594 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:22 smithi105 bash[14197]: cluster 2024-02-08T21:47:22.304323+0000 mon.smithi105 (mon.0) 117 : cluster [DBG] mgrmap e15: smithi105.rfsypb(active, starting, since 0.00858912s) 2024-02-08T21:47:22.594 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:22 smithi105 bash[14197]: audit 2024-02-08T21:47:22.306289+0000 mon.smithi105 (mon.0) 118 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-02-08T21:47:22.594 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:22 smithi105 bash[14197]: audit 2024-02-08T21:47:22.307501+0000 mon.smithi105 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mgr metadata", "who": "smithi105.rfsypb", "id": "smithi105.rfsypb"}]: dispatch 2024-02-08T21:47:22.594 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:22 smithi105 bash[14197]: audit 2024-02-08T21:47:22.308321+0000 mon.smithi105 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-08T21:47:22.594 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:22 smithi105 bash[14197]: audit 2024-02-08T21:47:22.308549+0000 mon.smithi105 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-08T21:47:22.594 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:22 smithi105 bash[14197]: audit 2024-02-08T21:47:22.308765+0000 mon.smithi105 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-08T21:47:22.594 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:22 smithi105 bash[14197]: cluster 2024-02-08T21:47:22.332078+0000 mon.smithi105 (mon.0) 123 : cluster [INF] Manager daemon smithi105.rfsypb is now available 2024-02-08T21:47:23.385 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:23 smithi105 bash[14197]: audit 2024-02-08T21:47:22.465241+0000 mon.smithi105 (mon.0) 124 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:47:23.385 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:23 smithi105 bash[14197]: audit 2024-02-08T21:47:22.469706+0000 mon.smithi105 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:47:23.385 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:23 smithi105 bash[14197]: audit 2024-02-08T21:47:22.490073+0000 mon.smithi105 (mon.0) 126 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:47:23.385 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:23 smithi105 bash[14197]: audit 2024-02-08T21:47:22.513789+0000 mon.smithi105 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi105.rfsypb/mirror_snapshot_schedule"}]: dispatch 2024-02-08T21:47:23.385 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:23 smithi105 bash[14197]: audit 2024-02-08T21:47:22.517701+0000 mon.smithi105 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi105.rfsypb/trash_purge_schedule"}]: dispatch 2024-02-08T21:47:23.385 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:23 smithi105 bash[14197]: cluster 2024-02-08T21:47:23.307401+0000 mon.smithi105 (mon.0) 129 : cluster [DBG] mgrmap e16: smithi105.rfsypb(active, since 1.01166s) 2024-02-08T21:47:25.447 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:25 smithi105 bash[14197]: cluster 2024-02-08T21:47:24.358897+0000 mon.smithi105 (mon.0) 130 : cluster [DBG] mgrmap e17: smithi105.rfsypb(active, since 2s) 2024-02-08T21:47:27.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:27 smithi105 bash[14197]: audit 2024-02-08T21:47:27.341370+0000 mgr.smithi105.rfsypb (mgr.14180) 1 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi167", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:47:28.197 INFO:teuthology.orchestra.run.smithi167.stdout:Added host 'smithi167' with addr '172.21.15.167' 2024-02-08T21:47:28.910 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch host ls --format=json 2024-02-08T21:47:29.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:29 smithi105 bash[14197]: audit 2024-02-08T21:47:28.194404+0000 mon.smithi105 (mon.0) 131 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:47:29.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:29 smithi105 bash[14197]: cephadm 2024-02-08T21:47:28.195163+0000 mgr.smithi105.rfsypb (mgr.14180) 2 : cephadm [INF] Added host smithi167 2024-02-08T21:47:29.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:29 smithi105 bash[14197]: audit 2024-02-08T21:47:28.301236+0000 mon.smithi105 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:47:29.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:29 smithi105 bash[14197]: audit 2024-02-08T21:47:28.571570+0000 mon.smithi105 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2024-02-08T21:47:29.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:29 smithi105 bash[14197]: audit 2024-02-08T21:47:28.573349+0000 mon.smithi105 (mon.0) 134 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:47:29.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:29 smithi105 bash[14197]: audit 2024-02-08T21:47:28.574349+0000 mon.smithi105 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T21:47:29.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:29 smithi105 bash[14197]: cephadm 2024-02-08T21:47:28.575867+0000 mgr.smithi105.rfsypb (mgr.14180) 3 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-02-08T21:47:29.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:29 smithi105 bash[14197]: cephadm 2024-02-08T21:47:28.599314+0000 mgr.smithi105.rfsypb (mgr.14180) 4 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-02-08T21:47:29.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:29 smithi105 bash[14197]: audit 2024-02-08T21:47:28.645517+0000 mon.smithi105 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:47:29.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:29 smithi105 bash[14197]: audit 2024-02-08T21:47:28.649884+0000 mon.smithi105 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:47:30.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:30 smithi105 bash[14197]: cephadm 2024-02-08T21:47:28.669156+0000 mgr.smithi105.rfsypb (mgr.14180) 5 : cephadm [INF] Deploying daemon prometheus.smithi105 on smithi105 2024-02-08T21:47:31.551 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-08T21:47:31.552 INFO:teuthology.orchestra.run.smithi167.stdout:[{"addr": "172.21.15.105", "hostname": "smithi105", "labels": [], "status": ""}, {"addr": "172.21.15.167", "hostname": "smithi167", "labels": [], "status": ""}] 2024-02-08T21:47:32.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:31 smithi105 bash[14197]: audit 2024-02-08T21:47:31.549226+0000 mgr.smithi105.rfsypb (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:47:32.091 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-08T21:47:32.091 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd crush tunables default 2024-02-08T21:47:38.017 INFO:teuthology.orchestra.run.smithi105.stderr:adjusted tunables profile to default 2024-02-08T21:47:38.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:38 smithi105 bash[14197]: audit 2024-02-08T21:47:37.955724+0000 mon.smithi105 (mon.0) 138 : audit [INF] from='client.? 172.21.15.105:0/2014986006' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-08T21:47:39.172 INFO:tasks.cephadm:Adding mon.smithi105 on smithi105 2024-02-08T21:47:39.172 INFO:tasks.cephadm:Adding mon.smithi167 on smithi167 2024-02-08T21:47:39.172 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch apply mon '2;smithi105:172.21.15.105=smithi105;smithi167:172.21.15.167=smithi167' 2024-02-08T21:47:39.306 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:39 smithi105 bash[14197]: audit 2024-02-08T21:47:38.011837+0000 mon.smithi105 (mon.0) 139 : audit [INF] from='client.? 172.21.15.105:0/2014986006' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-08T21:47:39.306 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:39 smithi105 bash[14197]: cluster 2024-02-08T21:47:38.011886+0000 mon.smithi105 (mon.0) 140 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-08T21:47:41.916 INFO:teuthology.orchestra.run.smithi167.stdout:Scheduled mon update... 2024-02-08T21:47:42.519 DEBUG:teuthology.orchestra.run.smithi167:mon.smithi167> sudo journalctl -f -n 0 -u ceph-374a06b4-c6cb-11ee-95b6-87774f69a715@mon.smithi167.service 2024-02-08T21:47:42.521 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T21:47:42.521 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T21:47:42.759 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-02-08T21:47:43.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:42 smithi105 bash[14197]: audit 2024-02-08T21:47:41.904396+0000 mgr.smithi105.rfsypb (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi105:172.21.15.105=smithi105;smithi167:172.21.15.167=smithi167", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:47:43.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:42 smithi105 bash[14197]: cephadm 2024-02-08T21:47:41.910086+0000 mgr.smithi105.rfsypb (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi105:172.21.15.105=smithi105;smithi167:172.21.15.167=smithi167;count:2 2024-02-08T21:47:43.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:42 smithi105 bash[14197]: audit 2024-02-08T21:47:41.914134+0000 mon.smithi105 (mon.0) 141 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:47:43.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:42 smithi105 bash[14197]: audit 2024-02-08T21:47:42.067515+0000 mon.smithi105 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:47:43.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:42 smithi105 bash[14197]: audit 2024-02-08T21:47:42.069359+0000 mon.smithi105 (mon.0) 143 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:47:43.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:42 smithi105 bash[14197]: cluster 2024-02-08T21:47:42.310023+0000 mgr.smithi105.rfsypb (mgr.14180) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:47:43.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:42 smithi105 bash[14197]: audit 2024-02-08T21:47:42.496162+0000 mon.smithi105 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:47:43.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:42 smithi105 bash[14197]: audit 2024-02-08T21:47:42.606017+0000 mon.smithi105 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:47:45.303 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-08T21:47:45.304 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"374a06b4-c6cb-11ee-95b6-87774f69a715","modified":"2024-02-08T21:45:13.660288Z","created":"2024-02-08T21:45:13.660288Z","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":"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]} 2024-02-08T21:47:45.307 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-08T21:47:45.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:44 smithi105 bash[14197]: audit 2024-02-08T21:47:43.850341+0000 mon.smithi105 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:47:45.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:44 smithi105 bash[14197]: cluster 2024-02-08T21:47:44.310568+0000 mgr.smithi105.rfsypb (mgr.14180) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:47:46.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:45 smithi105 bash[14197]: audit 2024-02-08T21:47:45.301986+0000 mon.smithi105 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.167:0/1109780627' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T21:47:47.198 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T21:47:47.198 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T21:47:47.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:46 smithi105 bash[14197]: cluster 2024-02-08T21:47:46.311056+0000 mgr.smithi105.rfsypb (mgr.14180) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:47:49.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:48 smithi105 bash[14197]: audit 2024-02-08T21:47:47.838278+0000 mon.smithi105 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:47:49.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:48 smithi105 bash[14197]: cluster 2024-02-08T21:47:48.311517+0000 mgr.smithi105.rfsypb (mgr.14180) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:47:50.226 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-08T21:47:50.226 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"374a06b4-c6cb-11ee-95b6-87774f69a715","modified":"2024-02-08T21:45:13.660288Z","created":"2024-02-08T21:45:13.660288Z","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":"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]} 2024-02-08T21:47:50.228 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-08T21:47:50.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:50 smithi105 bash[14197]: audit 2024-02-08T21:47:50.224823+0000 mon.smithi105 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.167:0/2143839770' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T21:47:51.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:51 smithi105 bash[14197]: cluster 2024-02-08T21:47:50.311957+0000 mgr.smithi105.rfsypb (mgr.14180) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:47:51.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:51 smithi105 bash[14197]: audit 2024-02-08T21:47:50.803257+0000 mon.smithi105 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:47:51.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:51 smithi105 bash[14197]: audit 2024-02-08T21:47:51.097895+0000 mon.smithi105 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:47:51.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:51 smithi105 bash[14197]: audit 2024-02-08T21:47:51.099519+0000 mon.smithi105 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd/host:smithi167", "name": "osd_memory_target"}]: dispatch 2024-02-08T21:47:51.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:51 smithi105 bash[14197]: audit 2024-02-08T21:47:51.101301+0000 mon.smithi105 (mon.0) 153 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:47:51.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:51 smithi105 bash[14197]: audit 2024-02-08T21:47:51.102792+0000 mon.smithi105 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T21:47:51.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:51 smithi105 bash[14197]: audit 2024-02-08T21:47:51.167954+0000 mon.smithi105 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:47:51.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:51 smithi105 bash[14197]: audit 2024-02-08T21:47:51.173117+0000 mon.smithi105 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:47:51.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:51 smithi105 bash[14197]: audit 2024-02-08T21:47:51.177256+0000 mon.smithi105 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi167", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-08T21:47:51.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:51 smithi105 bash[14197]: audit 2024-02-08T21:47:51.180304+0000 mon.smithi105 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi167", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-08T21:47:51.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:51 smithi105 bash[14197]: audit 2024-02-08T21:47:51.181506+0000 mon.smithi105 (mon.0) 159 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:47:51.964 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T21:47:51.965 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T21:47:52.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:52 smithi105 bash[14197]: cephadm 2024-02-08T21:47:51.104993+0000 mgr.smithi105.rfsypb (mgr.14180) 14 : cephadm [INF] Updating smithi167:/etc/ceph/ceph.conf 2024-02-08T21:47:52.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:52 smithi105 bash[14197]: cephadm 2024-02-08T21:47:51.136124+0000 mgr.smithi105.rfsypb (mgr.14180) 15 : cephadm [INF] Updating smithi167:/etc/ceph/ceph.client.admin.keyring 2024-02-08T21:47:52.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:52 smithi105 bash[14197]: cephadm 2024-02-08T21:47:51.182628+0000 mgr.smithi105.rfsypb (mgr.14180) 16 : cephadm [INF] Deploying daemon crash.smithi167 on smithi167 2024-02-08T21:47:53.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:53 smithi105 bash[14197]: cluster 2024-02-08T21:47:52.312380+0000 mgr.smithi105.rfsypb (mgr.14180) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:47:56.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:55 smithi105 bash[14197]: cluster 2024-02-08T21:47:54.312796+0000 mgr.smithi105.rfsypb (mgr.14180) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:47:56.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:55 smithi105 bash[14197]: audit 2024-02-08T21:47:54.601139+0000 mon.smithi105 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:47:56.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:55 smithi105 bash[14197]: audit 2024-02-08T21:47:54.604429+0000 mon.smithi105 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi167.bszrka", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-08T21:47:56.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:55 smithi105 bash[14197]: audit 2024-02-08T21:47:54.607555+0000 mon.smithi105 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi167.bszrka", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-08T21:47:56.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:55 smithi105 bash[14197]: audit 2024-02-08T21:47:54.608802+0000 mon.smithi105 (mon.0) 163 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-08T21:47:56.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:55 smithi105 bash[14197]: audit 2024-02-08T21:47:54.610065+0000 mon.smithi105 (mon.0) 164 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:47:56.502 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-08T21:47:56.502 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"374a06b4-c6cb-11ee-95b6-87774f69a715","modified":"2024-02-08T21:45:13.660288Z","created":"2024-02-08T21:45:13.660288Z","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":"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]} 2024-02-08T21:47:56.507 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-08T21:47:57.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:56 smithi105 bash[14197]: cephadm 2024-02-08T21:47:54.611023+0000 mgr.smithi105.rfsypb (mgr.14180) 19 : cephadm [INF] Deploying daemon mgr.smithi167.bszrka on smithi167 2024-02-08T21:47:57.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:56 smithi105 bash[14197]: audit 2024-02-08T21:47:56.501105+0000 mon.smithi105 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.167:0/331398924' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T21:47:58.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:57 smithi105 bash[14197]: cluster 2024-02-08T21:47:56.313259+0000 mgr.smithi105.rfsypb (mgr.14180) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:47:58.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:57 smithi105 bash[14197]: audit 2024-02-08T21:47:57.504016+0000 mon.smithi105 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:47:58.384 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T21:47:58.384 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T21:47:59.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:58 smithi105 bash[14197]: audit 2024-02-08T21:47:57.783831+0000 mon.smithi105 (mon.0) 167 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:47:59.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:58 smithi105 bash[14197]: audit 2024-02-08T21:47:57.787759+0000 mon.smithi105 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-08T21:47:59.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:58 smithi105 bash[14197]: audit 2024-02-08T21:47:57.789153+0000 mon.smithi105 (mon.0) 169 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:47:59.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:58 smithi105 bash[14197]: cephadm 2024-02-08T21:47:57.790320+0000 mgr.smithi105.rfsypb (mgr.14180) 21 : cephadm [INF] Deploying daemon mon.smithi167 on smithi167 2024-02-08T21:47:59.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:47:58 smithi105 bash[14197]: cluster 2024-02-08T21:47:58.313631+0000 mgr.smithi105.rfsypb (mgr.14180) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:01.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:01 smithi105 bash[14197]: cluster 2024-02-08T21:48:00.314126+0000 mgr.smithi105.rfsypb (mgr.14180) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:02.823 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-08T21:48:02.824 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"374a06b4-c6cb-11ee-95b6-87774f69a715","modified":"2024-02-08T21:45:13.660288Z","created":"2024-02-08T21:45:13.660288Z","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":"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]} 2024-02-08T21:48:02.827 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-08T21:48:03.712 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:03 smithi167 systemd[1]: Started Ceph mon.smithi167 for 374a06b4-c6cb-11ee-95b6-87774f69a715. 2024-02-08T21:48:03.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:03 smithi105 bash[14197]: cluster 2024-02-08T21:48:02.314556+0000 mgr.smithi105.rfsypb (mgr.14180) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:03.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:03 smithi105 bash[14197]: audit 2024-02-08T21:48:02.511818+0000 mon.smithi105 (mon.0) 170 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:03.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:03 smithi105 bash[14197]: audit 2024-02-08T21:48:02.822643+0000 mon.smithi105 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.167:0/4095627537' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T21:48:04.721 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-08T21:48:04.722 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-08T21:48:04.985 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.815+0000 7f7b59b32880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-08T21:48:04.985 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.815+0000 7f7b59b32880 0 ceph version 16.2.14-530-g5db25abe (5db25abe00e218b6920215c0bef70af7e47c7152) pacific (stable), process ceph-mon, pid 7 2024-02-08T21:48:04.985 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.815+0000 7f7b59b32880 0 pidfile_write: ignore empty --pid-file 2024-02-08T21:48:04.986 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 0 load: jerasure load: lrc load: isa 2024-02-08T21:48:04.986 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: RocksDB version: 6.8.1 2024-02-08T21:48:04.986 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-08T21:48:04.986 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Compile date Feb 8 2024 2024-02-08T21:48:04.986 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: DB SUMMARY 2024-02-08T21:48:04.986 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: CURRENT file: CURRENT 2024-02-08T21:48:04.986 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-08T21:48:04.986 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-02-08T21:48:04.986 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi167/store.db dir, Total Num: 0, files: 2024-02-08T21:48:04.986 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi167/store.db: 000003.log size: 511 ; 2024-02-08T21:48:04.986 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.error_if_exists: 0 2024-02-08T21:48:04.987 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.create_if_missing: 0 2024-02-08T21:48:04.987 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.paranoid_checks: 1 2024-02-08T21:48:04.987 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.env: 0x55fe04fc3080 2024-02-08T21:48:04.987 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.fs: Posix File System 2024-02-08T21:48:04.987 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.info_log: 0x55fe05fd0560 2024-02-08T21:48:04.987 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-08T21:48:04.987 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.statistics: (nil) 2024-02-08T21:48:04.987 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.use_fsync: 0 2024-02-08T21:48:04.987 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.max_log_file_size: 0 2024-02-08T21:48:04.987 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-08T21:48:04.987 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-08T21:48:04.987 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-08T21:48:04.987 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-08T21:48:04.987 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.allow_fallocate: 1 2024-02-08T21:48:04.988 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-08T21:48:04.988 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-08T21:48:04.988 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.use_direct_reads: 0 2024-02-08T21:48:04.988 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-08T21:48:04.988 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-08T21:48:04.988 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.db_log_dir: 2024-02-08T21:48:04.988 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi167/store.db 2024-02-08T21:48:04.988 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-08T21:48:04.988 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.max_subcompactions: 1 2024-02-08T21:48:04.988 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.max_background_flushes: -1 2024-02-08T21:48:04.988 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-08T21:48:04.988 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-08T21:48:04.988 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-08T21:48:04.988 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-08T21:48:04.989 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-08T21:48:04.989 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-08T21:48:04.989 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-08T21:48:04.989 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.write_buffer_manager: 0x55fe06cc43f0 2024-02-08T21:48:04.989 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-08T21:48:04.989 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-08T21:48:04.989 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-08T21:48:04.989 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-08T21:48:04.989 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-08T21:48:04.989 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-08T21:48:04.989 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-08T21:48:04.989 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-08T21:48:04.990 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-08T21:48:04.990 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.unordered_write: 0 2024-02-08T21:48:04.990 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-08T21:48:04.990 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-08T21:48:04.990 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-08T21:48:04.990 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-08T21:48:04.990 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.row_cache: None 2024-02-08T21:48:04.990 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.wal_filter: None 2024-02-08T21:48:04.990 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-08T21:48:04.990 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-08T21:48:04.990 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.preserve_deletes: 0 2024-02-08T21:48:04.990 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.two_write_queues: 0 2024-02-08T21:48:04.990 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-08T21:48:04.990 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.atomic_flush: 0 2024-02-08T21:48:04.990 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-08T21:48:04.991 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-08T21:48:04.991 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-08T21:48:04.991 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.log_readahead_size: 0 2024-02-08T21:48:04.991 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-08T21:48:04.991 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.max_background_jobs: 2 2024-02-08T21:48:04.991 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.max_background_compactions: -1 2024-02-08T21:48:04.991 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-08T21:48:04.991 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-08T21:48:04.991 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-08T21:48:04.991 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-08T21:48:04.991 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-08T21:48:04.991 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-08T21:48:04.991 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-08T21:48:04.991 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-08T21:48:04.991 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.max_open_files: -1 2024-02-08T21:48:04.992 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-08T21:48:04.992 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-08T21:48:04.992 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-08T21:48:04.992 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-08T21:48:04.992 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Compression algorithms supported: 2024-02-08T21:48:04.992 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-08T21:48:04.992 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: kZSTD supported: 0 2024-02-08T21:48:04.992 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: kXpressCompression supported: 0 2024-02-08T21:48:04.992 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-08T21:48:04.992 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: kLZ4Compression supported: 1 2024-02-08T21:48:04.992 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: kBZip2Compression supported: 0 2024-02-08T21:48:04.993 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: kZlibCompression supported: 1 2024-02-08T21:48:04.993 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: kSnappyCompression supported: 1 2024-02-08T21:48:04.993 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-08T21:48:04.993 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi167/store.db/MANIFEST-000001 2024-02-08T21:48:04.993 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-08T21:48:04.993 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-08T21:48:04.993 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.merge_operator: 2024-02-08T21:48:04.993 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.compaction_filter: None 2024-02-08T21:48:04.993 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-08T21:48:04.993 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-08T21:48:04.993 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-08T21:48:04.994 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55fe05f73d10) 2024-02-08T21:48:04.994 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: cache_index_and_filter_blocks: 1 2024-02-08T21:48:04.994 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-08T21:48:04.994 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-08T21:48:04.994 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: pin_top_level_index_and_filter: 1 2024-02-08T21:48:04.994 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: index_type: 0 2024-02-08T21:48:04.994 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: data_block_index_type: 0 2024-02-08T21:48:04.994 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: index_shortening: 1 2024-02-08T21:48:04.994 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: data_block_hash_table_util_ratio: 0.750000 2024-02-08T21:48:04.994 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: hash_index_allow_collision: 1 2024-02-08T21:48:04.994 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: checksum: 1 2024-02-08T21:48:04.994 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: no_block_cache: 0 2024-02-08T21:48:04.994 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: block_cache: 0x55fe05faaf10 2024-02-08T21:48:04.994 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: block_cache_name: BinnedLRUCache 2024-02-08T21:48:04.995 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: block_cache_options: 2024-02-08T21:48:04.995 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: capacity : 536870912 2024-02-08T21:48:04.995 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: num_shard_bits : 4 2024-02-08T21:48:04.995 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: strict_capacity_limit : 0 2024-02-08T21:48:04.995 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: high_pri_pool_ratio: 0.000 2024-02-08T21:48:04.995 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: block_cache_compressed: (nil) 2024-02-08T21:48:04.995 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: persistent_cache: (nil) 2024-02-08T21:48:04.995 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: block_size: 4096 2024-02-08T21:48:04.995 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: block_size_deviation: 10 2024-02-08T21:48:04.995 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: block_restart_interval: 16 2024-02-08T21:48:04.995 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: index_block_restart_interval: 1 2024-02-08T21:48:04.995 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: metadata_block_size: 4096 2024-02-08T21:48:04.995 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: partition_filters: 0 2024-02-08T21:48:04.995 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: use_delta_encoding: 1 2024-02-08T21:48:04.995 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-08T21:48:04.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: whole_key_filtering: 1 2024-02-08T21:48:04.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: verify_compression: 0 2024-02-08T21:48:04.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: read_amp_bytes_per_bit: 0 2024-02-08T21:48:04.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: format_version: 2 2024-02-08T21:48:04.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: enable_index_compression: 1 2024-02-08T21:48:04.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: block_align: 0 2024-02-08T21:48:04.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-08T21:48:04.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-08T21:48:04.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.compression: NoCompression 2024-02-08T21:48:04.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-08T21:48:04.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-08T21:48:04.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-08T21:48:04.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.num_levels: 7 2024-02-08T21:48:04.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-08T21:48:04.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-08T21:48:04.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-08T21:48:04.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-08T21:48:04.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-08T21:48:04.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-08T21:48:04.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-08T21:48:04.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-08T21:48:04.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-08T21:48:04.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-08T21:48:04.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-08T21:48:04.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-08T21:48:04.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-08T21:48:04.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-08T21:48:04.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-08T21:48:04.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-08T21:48:04.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-08T21:48:04.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-08T21:48:04.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-08T21:48:04.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-08T21:48:04.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-08T21:48:04.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-08T21:48:04.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-08T21:48:04.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-08T21:48:04.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-08T21:48:04.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-08T21:48:04.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-08T21:48:04.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-08T21:48:04.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-08T21:48:04.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-08T21:48:04.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-08T21:48:04.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-08T21:48:04.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-08T21:48:05.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-08T21:48:05.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-08T21:48:05.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-08T21:48:05.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-08T21:48:05.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-08T21:48:05.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-08T21:48:05.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-08T21:48:05.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-08T21:48:05.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-08T21:48:05.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-08T21:48:05.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-08T21:48:05.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-08T21:48:05.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-08T21:48:05.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-08T21:48:05.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.table_properties_collectors: 2024-02-08T21:48:05.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.inplace_update_support: 0 2024-02-08T21:48:05.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-08T21:48:05.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-08T21:48:05.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-08T21:48:05.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-08T21:48:05.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.bloom_locality: 0 2024-02-08T21:48:05.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.max_successive_merges: 0 2024-02-08T21:48:05.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-08T21:48:05.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-08T21:48:05.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-08T21:48:05.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-08T21:48:05.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.ttl: 2592000 2024-02-08T21:48:05.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.819+0000 7f7b59b32880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-08T21:48:05.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.823+0000 7f7b59b32880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi167/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-08T21:48:05.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.823+0000 7f7b59b32880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-08T21:48:05.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.823+0000 7f7b59b32880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707428884827669, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-02-08T21:48:05.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.823+0000 7f7b59b32880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-02-08T21:48:05.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.823+0000 7f7b59b32880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-08T21:48:05.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.823+0000 7f7b59b32880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707428884828364, "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": 1707428884, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-08T21:48:05.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.823+0000 7f7b59b32880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-02-08T21:48:05.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.823+0000 7f7b59b32880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707428884828977, "job": 1, "event": "recovery_finished"} 2024-02-08T21:48:05.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.823+0000 7f7b59b32880 4 rocksdb: DB pointer 0x55fe06073800 2024-02-08T21:48:05.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.823+0000 7f7b59b32880 0 mon.smithi167 does not exist in monmap, will attempt to join an existing cluster 2024-02-08T21:48:05.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.823+0000 7f7b59b32880 0 using public_addr v2:172.21.15.167:0/0 -> [v2:172.21.15.167:3300/0,v1:172.21.15.167:6789/0] 2024-02-08T21:48:05.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.827+0000 7f7b40924700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-08T21:48:05.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.827+0000 7f7b40924700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-08T21:48:05.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: ** DB Stats ** 2024-02-08T21:48:05.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-08T21:48:05.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-08T21:48:05.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-08T21:48:05.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-08T21:48:05.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-08T21:48:05.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-08T21:48:05.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-08T21:48:05.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: ** Compaction Stats [default] ** 2024-02-08T21:48:05.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-08T21:48:05.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-08T21:48:05.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: 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.2 0.00 0.00 1 0.001 0 0 2024-02-08T21:48:05.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: 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.2 0.00 0.00 1 0.001 0 0 2024-02-08T21:48:05.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: 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.2 0.00 0.00 1 0.001 0 0 2024-02-08T21:48:05.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: ** Compaction Stats [default] ** 2024-02-08T21:48:05.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-08T21:48:05.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-08T21:48:05.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: 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.2 0.00 0.00 1 0.001 0 0 2024-02-08T21:48:05.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-08T21:48:05.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-08T21:48:05.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-08T21:48:05.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: AddFile(Total Files): cumulative 0, interval 0 2024-02-08T21:48:05.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-08T21:48:05.006 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: AddFile(Keys): cumulative 0, interval 0 2024-02-08T21:48:05.006 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: Cumulative compaction: 0.00 GB write, 0.34 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-08T21:48:05.006 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: Interval compaction: 0.00 GB write, 0.34 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-08T21:48:05.006 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-08T21:48:05.006 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: ** File Read Latency Histogram By Level [default] ** 2024-02-08T21:48:05.006 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: ** Compaction Stats [default] ** 2024-02-08T21:48:05.006 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-08T21:48:05.006 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-08T21:48:05.006 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: 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.2 0.00 0.00 1 0.001 0 0 2024-02-08T21:48:05.006 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: 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.2 0.00 0.00 1 0.001 0 0 2024-02-08T21:48:05.006 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-08T21:48:05.006 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: ** Compaction Stats [default] ** 2024-02-08T21:48:05.006 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-08T21:48:05.006 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-08T21:48:05.006 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: 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.2 0.00 0.00 1 0.001 0 0 2024-02-08T21:48:05.007 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-08T21:48:05.007 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-08T21:48:05.007 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-08T21:48:05.007 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: AddFile(Total Files): cumulative 0, interval 0 2024-02-08T21:48:05.007 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-08T21:48:05.007 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: AddFile(Keys): cumulative 0, interval 0 2024-02-08T21:48:05.007 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: Cumulative compaction: 0.00 GB write, 0.34 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-08T21:48:05.007 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-08T21:48:05.007 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-08T21:48:05.007 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: ** File Read Latency Histogram By Level [default] ** 2024-02-08T21:48:05.007 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.827+0000 7f7b59b32880 0 starting mon.smithi167 rank -1 at public addrs [v2:172.21.15.167:3300/0,v1:172.21.15.167:6789/0] at bind addrs [v2:172.21.15.167:3300/0,v1:172.21.15.167:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi167 fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 2024-02-08T21:48:05.008 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.827+0000 7f7b59b32880 1 mon.smithi167@-1(???) e0 preinit fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 2024-02-08T21:48:05.008 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.867+0000 7f7b43129700 0 mon.smithi167@-1(synchronizing).mds e1 new map 2024-02-08T21:48:05.008 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.867+0000 7f7b43129700 0 mon.smithi167@-1(synchronizing).mds e1 print_map 2024-02-08T21:48:05.008 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: e1 2024-02-08T21:48:05.008 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-08T21:48:05.008 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-08T21:48:05.008 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: legacy client fscid: -1 2024-02-08T21:48:05.008 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: 2024-02-08T21:48:05.008 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: No filesystems configured 2024-02-08T21:48:05.008 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.867+0000 7f7b43129700 1 mon.smithi167@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-08T21:48:05.008 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.867+0000 7f7b43129700 1 mon.smithi167@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-02-08T21:48:05.008 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.867+0000 7f7b43129700 1 mon.smithi167@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-08T21:48:05.008 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.867+0000 7f7b43129700 1 mon.smithi167@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-08T21:48:05.008 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.867+0000 7f7b43129700 1 mon.smithi167@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-08T21:48:05.009 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.867+0000 7f7b43129700 1 mon.smithi167@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-08T21:48:05.009 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.867+0000 7f7b43129700 1 mon.smithi167@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-02-08T21:48:05.009 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.871+0000 7f7b43129700 0 mon.smithi167@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-08T21:48:05.009 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.871+0000 7f7b43129700 0 mon.smithi167@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-08T21:48:05.009 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.871+0000 7f7b43129700 0 mon.smithi167@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-08T21:48:05.009 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.871+0000 7f7b43129700 0 mon.smithi167@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-08T21:48:05.009 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: audit 2024-02-08T21:48:03.693636+0000 mon.smithi105 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:05.009 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: cephadm 2024-02-08T21:48:03.696707+0000 mgr.smithi105.rfsypb (mgr.14180) 25 : cephadm [INF] Deploying daemon node-exporter.smithi167 on smithi167 2024-02-08T21:48:05.009 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: cluster 2024-02-08T21:48:04.314997+0000 mgr.smithi105.rfsypb (mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:05.009 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: audit 2024-02-08T21:48:04.369099+0000 mon.smithi105 (mon.0) 173 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:05.009 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: audit 2024-02-08T21:48:04.371872+0000 mon.smithi105 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:48:05.009 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:04 smithi167 bash[18945]: debug 2024-02-08T21:48:04.871+0000 7f7b43129700 1 mon.smithi167@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-02-08T21:48:05.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:04 smithi105 bash[14197]: audit 2024-02-08T21:48:03.693636+0000 mon.smithi105 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:05.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:04 smithi105 bash[14197]: cephadm 2024-02-08T21:48:03.696707+0000 mgr.smithi105.rfsypb (mgr.14180) 25 : cephadm [INF] Deploying daemon node-exporter.smithi167 on smithi167 2024-02-08T21:48:05.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:04 smithi105 bash[14197]: cluster 2024-02-08T21:48:04.314997+0000 mgr.smithi105.rfsypb (mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:05.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:04 smithi105 bash[14197]: audit 2024-02-08T21:48:04.369099+0000 mon.smithi105 (mon.0) 173 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:05.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:04 smithi105 bash[14197]: audit 2024-02-08T21:48:04.371872+0000 mon.smithi105 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:48:10.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:09 smithi167 bash[18945]: audit 2024-02-08T21:48:04.889017+0000 mon.smithi105 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-02-08T21:48:10.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:09 smithi167 bash[18945]: audit 2024-02-08T21:48:04.889349+0000 mon.smithi105 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2024-02-08T21:48:10.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:09 smithi167 bash[18945]: cluster 2024-02-08T21:48:04.889525+0000 mon.smithi105 (mon.0) 178 : cluster [INF] mon.smithi105 calling monitor election 2024-02-08T21:48:10.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:09 smithi167 bash[18945]: audit 2024-02-08T21:48:05.883099+0000 mon.smithi105 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2024-02-08T21:48:10.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:09 smithi167 bash[18945]: cluster 2024-02-08T21:48:06.315414+0000 mgr.smithi105.rfsypb (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:10.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:09 smithi167 bash[18945]: audit 2024-02-08T21:48:06.425823+0000 mon.smithi105 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.167:0/3169222262' entity='mgr.smithi167.bszrka' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi167.bszrka/crt"}]: dispatch 2024-02-08T21:48:10.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:09 smithi167 bash[18945]: audit 2024-02-08T21:48:06.882685+0000 mon.smithi105 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2024-02-08T21:48:10.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:09 smithi167 bash[18945]: cluster 2024-02-08T21:48:06.884685+0000 mon.smithi167 (mon.1) 1 : cluster [INF] mon.smithi167 calling monitor election 2024-02-08T21:48:10.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:09 smithi167 bash[18945]: audit 2024-02-08T21:48:07.882924+0000 mon.smithi105 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2024-02-08T21:48:10.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:09 smithi167 bash[18945]: cluster 2024-02-08T21:48:08.315821+0000 mgr.smithi105.rfsypb (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:10.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:09 smithi167 bash[18945]: audit 2024-02-08T21:48:08.883394+0000 mon.smithi105 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2024-02-08T21:48:10.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:09 smithi167 bash[18945]: audit 2024-02-08T21:48:09.883666+0000 mon.smithi105 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2024-02-08T21:48:10.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:09 smithi167 bash[18945]: cluster 2024-02-08T21:48:09.910573+0000 mon.smithi105 (mon.0) 185 : cluster [INF] mon.smithi105 is new leader, mons smithi105,smithi167 in quorum (ranks 0,1) 2024-02-08T21:48:10.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:09 smithi167 bash[18945]: cluster 2024-02-08T21:48:09.916092+0000 mon.smithi105 (mon.0) 186 : cluster [DBG] monmap e2: 2 mons at {smithi105=[v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0],smithi167=[v2:172.21.15.167:3300/0,v1:172.21.15.167:6789/0]} removed_ranks: {} 2024-02-08T21:48:10.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:09 smithi167 bash[18945]: cluster 2024-02-08T21:48:09.937852+0000 mon.smithi105 (mon.0) 187 : cluster [DBG] fsmap 2024-02-08T21:48:10.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:09 smithi167 bash[18945]: cluster 2024-02-08T21:48:09.937941+0000 mon.smithi105 (mon.0) 188 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-08T21:48:10.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:09 smithi167 bash[18945]: cluster 2024-02-08T21:48:09.938364+0000 mon.smithi105 (mon.0) 189 : cluster [DBG] mgrmap e17: smithi105.rfsypb(active, since 47s) 2024-02-08T21:48:10.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:09 smithi167 bash[18945]: cluster 2024-02-08T21:48:09.938696+0000 mon.smithi105 (mon.0) 190 : cluster [INF] overall HEALTH_OK 2024-02-08T21:48:10.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:09 smithi167 bash[18945]: cluster 2024-02-08T21:48:09.939861+0000 mon.smithi105 (mon.0) 191 : cluster [DBG] Standby manager daemon smithi167.bszrka started 2024-02-08T21:48:10.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:09 smithi167 bash[18945]: audit 2024-02-08T21:48:09.947555+0000 mon.smithi105 (mon.0) 192 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:10.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:09 smithi167 bash[18945]: audit 2024-02-08T21:48:09.947851+0000 mon.smithi105 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.167:0/3169222262' entity='mgr.smithi167.bszrka' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-08T21:48:10.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:09 smithi167 bash[18945]: audit 2024-02-08T21:48:09.950066+0000 mon.smithi105 (mon.0) 194 : audit [DBG] from='mgr.? 172.21.15.167:0/3169222262' entity='mgr.smithi167.bszrka' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi167.bszrka/key"}]: dispatch 2024-02-08T21:48:10.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:09 smithi167 bash[18945]: audit 2024-02-08T21:48:09.951022+0000 mon.smithi105 (mon.0) 195 : audit [DBG] from='mgr.? 172.21.15.167:0/3169222262' entity='mgr.smithi167.bszrka' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-08T21:48:10.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:09 smithi105 bash[14197]: audit 2024-02-08T21:48:04.889017+0000 mon.smithi105 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-02-08T21:48:10.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:09 smithi105 bash[14197]: audit 2024-02-08T21:48:04.889349+0000 mon.smithi105 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2024-02-08T21:48:10.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:09 smithi105 bash[14197]: cluster 2024-02-08T21:48:04.889525+0000 mon.smithi105 (mon.0) 178 : cluster [INF] mon.smithi105 calling monitor election 2024-02-08T21:48:10.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:09 smithi105 bash[14197]: audit 2024-02-08T21:48:05.883099+0000 mon.smithi105 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2024-02-08T21:48:10.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:09 smithi105 bash[14197]: cluster 2024-02-08T21:48:06.315414+0000 mgr.smithi105.rfsypb (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:10.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:09 smithi105 bash[14197]: audit 2024-02-08T21:48:06.425823+0000 mon.smithi105 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.167:0/3169222262' entity='mgr.smithi167.bszrka' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi167.bszrka/crt"}]: dispatch 2024-02-08T21:48:10.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:09 smithi105 bash[14197]: audit 2024-02-08T21:48:06.882685+0000 mon.smithi105 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2024-02-08T21:48:10.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:09 smithi105 bash[14197]: cluster 2024-02-08T21:48:06.884685+0000 mon.smithi167 (mon.1) 1 : cluster [INF] mon.smithi167 calling monitor election 2024-02-08T21:48:10.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:09 smithi105 bash[14197]: audit 2024-02-08T21:48:07.882924+0000 mon.smithi105 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2024-02-08T21:48:10.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:09 smithi105 bash[14197]: cluster 2024-02-08T21:48:08.315821+0000 mgr.smithi105.rfsypb (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:10.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:09 smithi105 bash[14197]: audit 2024-02-08T21:48:08.883394+0000 mon.smithi105 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2024-02-08T21:48:10.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:09 smithi105 bash[14197]: audit 2024-02-08T21:48:09.883666+0000 mon.smithi105 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2024-02-08T21:48:10.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:09 smithi105 bash[14197]: cluster 2024-02-08T21:48:09.910573+0000 mon.smithi105 (mon.0) 185 : cluster [INF] mon.smithi105 is new leader, mons smithi105,smithi167 in quorum (ranks 0,1) 2024-02-08T21:48:10.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:09 smithi105 bash[14197]: cluster 2024-02-08T21:48:09.916092+0000 mon.smithi105 (mon.0) 186 : cluster [DBG] monmap e2: 2 mons at {smithi105=[v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0],smithi167=[v2:172.21.15.167:3300/0,v1:172.21.15.167:6789/0]} removed_ranks: {} 2024-02-08T21:48:10.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:09 smithi105 bash[14197]: cluster 2024-02-08T21:48:09.937852+0000 mon.smithi105 (mon.0) 187 : cluster [DBG] fsmap 2024-02-08T21:48:10.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:09 smithi105 bash[14197]: cluster 2024-02-08T21:48:09.937941+0000 mon.smithi105 (mon.0) 188 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-08T21:48:10.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:09 smithi105 bash[14197]: cluster 2024-02-08T21:48:09.938364+0000 mon.smithi105 (mon.0) 189 : cluster [DBG] mgrmap e17: smithi105.rfsypb(active, since 47s) 2024-02-08T21:48:10.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:09 smithi105 bash[14197]: cluster 2024-02-08T21:48:09.938696+0000 mon.smithi105 (mon.0) 190 : cluster [INF] overall HEALTH_OK 2024-02-08T21:48:10.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:09 smithi105 bash[14197]: cluster 2024-02-08T21:48:09.939861+0000 mon.smithi105 (mon.0) 191 : cluster [DBG] Standby manager daemon smithi167.bszrka started 2024-02-08T21:48:10.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:09 smithi105 bash[14197]: audit 2024-02-08T21:48:09.947555+0000 mon.smithi105 (mon.0) 192 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:10.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:09 smithi105 bash[14197]: audit 2024-02-08T21:48:09.947851+0000 mon.smithi105 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.167:0/3169222262' entity='mgr.smithi167.bszrka' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-08T21:48:10.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:09 smithi105 bash[14197]: audit 2024-02-08T21:48:09.950066+0000 mon.smithi105 (mon.0) 194 : audit [DBG] from='mgr.? 172.21.15.167:0/3169222262' entity='mgr.smithi167.bszrka' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi167.bszrka/key"}]: dispatch 2024-02-08T21:48:10.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:09 smithi105 bash[14197]: audit 2024-02-08T21:48:09.951022+0000 mon.smithi105 (mon.0) 195 : audit [DBG] from='mgr.? 172.21.15.167:0/3169222262' entity='mgr.smithi167.bszrka' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-08T21:48:10.479 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-08T21:48:10.480 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":2,"fsid":"374a06b4-c6cb-11ee-95b6-87774f69a715","modified":"2024-02-08T21:48:04.883382Z","created":"2024-02-08T21:45:13.660288Z","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":"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":"{}"},{"rank":1,"name":"smithi167","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:3300","nonce":0},{"type":"v1","addr":"172.21.15.167:6789","nonce":0}]},"addr":"172.21.15.167:6789/0","public_addr":"172.21.15.167:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-08T21:48:10.483 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 2 2024-02-08T21:48:11.213 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-08T21:48:11.213 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph config generate-minimal-conf 2024-02-08T21:48:11.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:11 smithi105 bash[14197]: cluster 2024-02-08T21:48:10.006555+0000 mon.smithi105 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi105.rfsypb(active, since 47s), standbys: smithi167.bszrka 2024-02-08T21:48:11.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:11 smithi105 bash[14197]: audit 2024-02-08T21:48:10.006815+0000 mon.smithi105 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mgr metadata", "who": "smithi167.bszrka", "id": "smithi167.bszrka"}]: dispatch 2024-02-08T21:48:11.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:11 smithi105 bash[14197]: cluster 2024-02-08T21:48:10.316217+0000 mgr.smithi105.rfsypb (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:11.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:11 smithi105 bash[14197]: audit 2024-02-08T21:48:10.478217+0000 mon.smithi105 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.167:0/3158996073' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T21:48:11.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:11 smithi105 bash[14197]: audit 2024-02-08T21:48:10.883522+0000 mon.smithi105 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2024-02-08T21:48:11.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:11 smithi167 bash[18945]: cluster 2024-02-08T21:48:10.006555+0000 mon.smithi105 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi105.rfsypb(active, since 47s), standbys: smithi167.bszrka 2024-02-08T21:48:11.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:11 smithi167 bash[18945]: audit 2024-02-08T21:48:10.006815+0000 mon.smithi105 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mgr metadata", "who": "smithi167.bszrka", "id": "smithi167.bszrka"}]: dispatch 2024-02-08T21:48:11.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:11 smithi167 bash[18945]: cluster 2024-02-08T21:48:10.316217+0000 mgr.smithi105.rfsypb (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:11.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:11 smithi167 bash[18945]: audit 2024-02-08T21:48:10.478217+0000 mon.smithi105 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.167:0/3158996073' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-08T21:48:11.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:11 smithi167 bash[18945]: audit 2024-02-08T21:48:10.883522+0000 mon.smithi105 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mon metadata", "id": "smithi167"}]: dispatch 2024-02-08T21:48:13.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:13 smithi167 bash[18945]: cluster 2024-02-08T21:48:12.316676+0000 mgr.smithi105.rfsypb (mgr.14180) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:13.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:13 smithi167 bash[18945]: audit 2024-02-08T21:48:12.436905+0000 mon.smithi105 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:13.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:13 smithi167 bash[18945]: audit 2024-02-08T21:48:12.438475+0000 mon.smithi105 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:48:13.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:13 smithi167 bash[18945]: audit 2024-02-08T21:48:12.439623+0000 mon.smithi105 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T21:48:13.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:13 smithi167 bash[18945]: cephadm 2024-02-08T21:48:12.441381+0000 mgr.smithi105.rfsypb (mgr.14180) 31 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-02-08T21:48:13.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:13 smithi167 bash[18945]: cephadm 2024-02-08T21:48:12.441807+0000 mgr.smithi105.rfsypb (mgr.14180) 32 : cephadm [INF] Updating smithi167:/etc/ceph/ceph.conf 2024-02-08T21:48:13.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:13 smithi167 bash[18945]: audit 2024-02-08T21:48:12.472003+0000 mon.smithi105 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:13.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:13 smithi167 bash[18945]: audit 2024-02-08T21:48:12.490836+0000 mon.smithi105 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:13.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:13 smithi167 bash[18945]: audit 2024-02-08T21:48:12.497233+0000 mon.smithi105 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:13.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:13 smithi167 bash[18945]: cephadm 2024-02-08T21:48:12.502696+0000 mgr.smithi105.rfsypb (mgr.14180) 33 : cephadm [INF] Reconfiguring mon.smithi105 (unknown last config time)... 2024-02-08T21:48:13.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:13 smithi167 bash[18945]: audit 2024-02-08T21:48:12.503115+0000 mon.smithi105 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-08T21:48:13.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:13 smithi167 bash[18945]: audit 2024-02-08T21:48:12.504183+0000 mon.smithi105 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-08T21:48:13.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:13 smithi167 bash[18945]: audit 2024-02-08T21:48:12.505179+0000 mon.smithi105 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:48:13.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:13 smithi167 bash[18945]: cephadm 2024-02-08T21:48:12.506147+0000 mgr.smithi105.rfsypb (mgr.14180) 34 : cephadm [INF] Reconfiguring daemon mon.smithi105 on smithi105 2024-02-08T21:48:13.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:13 smithi105 bash[14197]: cluster 2024-02-08T21:48:12.316676+0000 mgr.smithi105.rfsypb (mgr.14180) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:13.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:13 smithi105 bash[14197]: audit 2024-02-08T21:48:12.436905+0000 mon.smithi105 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:13.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:13 smithi105 bash[14197]: audit 2024-02-08T21:48:12.438475+0000 mon.smithi105 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:48:13.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:13 smithi105 bash[14197]: audit 2024-02-08T21:48:12.439623+0000 mon.smithi105 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T21:48:13.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:13 smithi105 bash[14197]: cephadm 2024-02-08T21:48:12.441381+0000 mgr.smithi105.rfsypb (mgr.14180) 31 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-02-08T21:48:13.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:13 smithi105 bash[14197]: cephadm 2024-02-08T21:48:12.441807+0000 mgr.smithi105.rfsypb (mgr.14180) 32 : cephadm [INF] Updating smithi167:/etc/ceph/ceph.conf 2024-02-08T21:48:13.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:13 smithi105 bash[14197]: audit 2024-02-08T21:48:12.472003+0000 mon.smithi105 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:13.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:13 smithi105 bash[14197]: audit 2024-02-08T21:48:12.490836+0000 mon.smithi105 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:13.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:13 smithi105 bash[14197]: audit 2024-02-08T21:48:12.497233+0000 mon.smithi105 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:13.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:13 smithi105 bash[14197]: cephadm 2024-02-08T21:48:12.502696+0000 mgr.smithi105.rfsypb (mgr.14180) 33 : cephadm [INF] Reconfiguring mon.smithi105 (unknown last config time)... 2024-02-08T21:48:13.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:13 smithi105 bash[14197]: audit 2024-02-08T21:48:12.503115+0000 mon.smithi105 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-08T21:48:13.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:13 smithi105 bash[14197]: audit 2024-02-08T21:48:12.504183+0000 mon.smithi105 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-08T21:48:13.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:13 smithi105 bash[14197]: audit 2024-02-08T21:48:12.505179+0000 mon.smithi105 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:48:13.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:13 smithi105 bash[14197]: cephadm 2024-02-08T21:48:12.506147+0000 mgr.smithi105.rfsypb (mgr.14180) 34 : cephadm [INF] Reconfiguring daemon mon.smithi105 on smithi105 2024-02-08T21:48:15.067 INFO:teuthology.orchestra.run.smithi105.stdout:# minimal ceph.conf for 374a06b4-c6cb-11ee-95b6-87774f69a715 2024-02-08T21:48:15.067 INFO:teuthology.orchestra.run.smithi105.stdout:[global] 2024-02-08T21:48:15.067 INFO:teuthology.orchestra.run.smithi105.stdout: fsid = 374a06b4-c6cb-11ee-95b6-87774f69a715 2024-02-08T21:48:15.067 INFO:teuthology.orchestra.run.smithi105.stdout: mon_host = [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] [v2:172.21.15.167:3300/0,v1:172.21.15.167:6789/0] 2024-02-08T21:48:15.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:15 smithi167 bash[18945]: cluster 2024-02-08T21:48:14.317028+0000 mgr.smithi105.rfsypb (mgr.14180) 35 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:15.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:15 smithi167 bash[18945]: audit 2024-02-08T21:48:15.066177+0000 mon.smithi105 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.105:0/3119962991' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:48:15.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:15 smithi167 bash[18945]: audit 2024-02-08T21:48:15.363893+0000 mon.smithi105 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:15.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:15 smithi167 bash[18945]: audit 2024-02-08T21:48:15.365789+0000 mon.smithi105 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi105.rfsypb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-08T21:48:15.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:15 smithi167 bash[18945]: audit 2024-02-08T21:48:15.367174+0000 mon.smithi105 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-08T21:48:15.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:15 smithi167 bash[18945]: audit 2024-02-08T21:48:15.368287+0000 mon.smithi105 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:48:15.825 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:15 smithi105 bash[14197]: cluster 2024-02-08T21:48:14.317028+0000 mgr.smithi105.rfsypb (mgr.14180) 35 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:15.825 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:15 smithi105 bash[14197]: audit 2024-02-08T21:48:15.066177+0000 mon.smithi105 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.105:0/3119962991' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:48:15.825 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:15 smithi105 bash[14197]: audit 2024-02-08T21:48:15.363893+0000 mon.smithi105 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:15.826 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:15 smithi105 bash[14197]: audit 2024-02-08T21:48:15.365789+0000 mon.smithi105 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi105.rfsypb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-08T21:48:15.826 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:15 smithi105 bash[14197]: audit 2024-02-08T21:48:15.367174+0000 mon.smithi105 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-08T21:48:15.826 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:15 smithi105 bash[14197]: audit 2024-02-08T21:48:15.368287+0000 mon.smithi105 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:48:16.186 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-08T21:48:16.186 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-02-08T21:48:16.186 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/ceph/ceph.conf 2024-02-08T21:48:16.198 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-02-08T21:48:16.199 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-08T21:48:16.254 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-02-08T21:48:16.254 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/ceph/ceph.conf 2024-02-08T21:48:16.271 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-02-08T21:48:16.271 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-08T21:48:16.329 INFO:tasks.cephadm:Deploying OSDs... 2024-02-08T21:48:16.329 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-02-08T21:48:16.329 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/scratch_devs of=/dev/stdout 2024-02-08T21:48:16.336 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-08T21:48:16.336 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/nvme1n1 2024-02-08T21:48:16.384 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/nvme1n1 2024-02-08T21:48:16.384 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-08T21:48:16.384 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 525 Links: 1 Device type: 103,2 2024-02-08T21:48:16.384 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-08T21:48:16.384 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-02-08 21:46:37.091685219 +0000 2024-02-08T21:48:16.384 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-02-08 21:44:18.333689486 +0000 2024-02-08T21:48:16.384 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-02-08 21:44:18.333689486 +0000 2024-02-08T21:48:16.384 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-02-08T21:48:16.385 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-08T21:48:16.437 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-02-08T21:48:16.437 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-02-08T21:48:16.438 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000506912 s, 1.0 MB/s 2024-02-08T21:48:16.438 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-08T21:48:16.488 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/nvme2n1 2024-02-08T21:48:16.534 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/nvme2n1 2024-02-08T21:48:16.534 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-08T21:48:16.535 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 533 Links: 1 Device type: 103,4 2024-02-08T21:48:16.535 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-08T21:48:16.535 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-02-08 21:46:37.111684758 +0000 2024-02-08T21:48:16.535 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-02-08 21:44:18.453746720 +0000 2024-02-08T21:48:16.535 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-02-08 21:44:18.453746720 +0000 2024-02-08T21:48:16.535 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-02-08T21:48:16.535 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-08T21:48:16.591 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-02-08T21:48:16.591 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-02-08T21:48:16.591 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000483236 s, 1.1 MB/s 2024-02-08T21:48:16.593 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-08T21:48:16.646 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/nvme3n1 2024-02-08T21:48:16.700 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/nvme3n1 2024-02-08T21:48:16.700 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-08T21:48:16.700 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 541 Links: 1 Device type: 103,6 2024-02-08T21:48:16.700 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-08T21:48:16.700 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-02-08 21:46:37.127684389 +0000 2024-02-08T21:48:16.701 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-02-08 21:44:18.569802046 +0000 2024-02-08T21:48:16.701 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-02-08 21:44:18.569802046 +0000 2024-02-08T21:48:16.701 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-02-08T21:48:16.701 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-08T21:48:16.746 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:16 smithi167 bash[18945]: cephadm 2024-02-08T21:48:15.365264+0000 mgr.smithi105.rfsypb (mgr.14180) 36 : cephadm [INF] Reconfiguring mgr.smithi105.rfsypb (unknown last config time)... 2024-02-08T21:48:16.746 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:16 smithi167 bash[18945]: cephadm 2024-02-08T21:48:15.369255+0000 mgr.smithi105.rfsypb (mgr.14180) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi105.rfsypb on smithi105 2024-02-08T21:48:16.753 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:16 smithi105 bash[14197]: cephadm 2024-02-08T21:48:15.365264+0000 mgr.smithi105.rfsypb (mgr.14180) 36 : cephadm [INF] Reconfiguring mgr.smithi105.rfsypb (unknown last config time)... 2024-02-08T21:48:16.753 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:16 smithi105 bash[14197]: cephadm 2024-02-08T21:48:15.369255+0000 mgr.smithi105.rfsypb (mgr.14180) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi105.rfsypb on smithi105 2024-02-08T21:48:16.754 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-02-08T21:48:16.755 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-02-08T21:48:16.755 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000340388 s, 1.5 MB/s 2024-02-08T21:48:16.756 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-08T21:48:16.805 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/nvme4n1 2024-02-08T21:48:16.860 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/nvme4n1 2024-02-08T21:48:16.860 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-08T21:48:16.860 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 549 Links: 1 Device type: 103,8 2024-02-08T21:48:16.860 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-08T21:48:16.860 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-02-08 21:46:37.143684020 +0000 2024-02-08T21:48:16.861 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-02-08 21:44:18.681855465 +0000 2024-02-08T21:48:16.861 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-02-08 21:44:18.681855465 +0000 2024-02-08T21:48:16.861 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-02-08T21:48:16.861 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-08T21:48:16.919 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-02-08T21:48:16.919 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-02-08T21:48:16.919 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000282694 s, 1.8 MB/s 2024-02-08T21:48:16.920 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-08T21:48:16.974 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-02-08T21:48:16.974 DEBUG:teuthology.orchestra.run.smithi167:> dd if=/scratch_devs of=/dev/stdout 2024-02-08T21:48:16.981 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-08T21:48:16.981 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/nvme1n1 2024-02-08T21:48:17.030 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/nvme1n1 2024-02-08T21:48:17.030 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-08T21:48:17.031 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 5h/5d Inode: 526 Links: 1 Device type: 103,2 2024-02-08T21:48:17.031 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-08T21:48:17.031 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2024-02-08 21:47:49.043728515 +0000 2024-02-08T21:48:17.031 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2024-02-08 21:44:19.719652191 +0000 2024-02-08T21:48:17.031 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2024-02-08 21:44:19.719652191 +0000 2024-02-08T21:48:17.031 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: - 2024-02-08T21:48:17.031 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-08T21:48:17.086 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2024-02-08T21:48:17.086 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2024-02-08T21:48:17.086 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.000491891 s, 1.0 MB/s 2024-02-08T21:48:17.087 DEBUG:teuthology.orchestra.run.smithi167:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-08T21:48:17.140 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/nvme2n1 2024-02-08T21:48:17.190 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/nvme2n1 2024-02-08T21:48:17.190 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-08T21:48:17.190 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 5h/5d Inode: 534 Links: 1 Device type: 103,4 2024-02-08T21:48:17.190 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-08T21:48:17.190 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2024-02-08 21:47:49.063728894 +0000 2024-02-08T21:48:17.190 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2024-02-08 21:44:19.835649515 +0000 2024-02-08T21:48:17.190 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2024-02-08 21:44:19.835649515 +0000 2024-02-08T21:48:17.191 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: - 2024-02-08T21:48:17.191 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-08T21:48:17.246 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2024-02-08T21:48:17.246 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2024-02-08T21:48:17.246 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.000437694 s, 1.2 MB/s 2024-02-08T21:48:17.247 DEBUG:teuthology.orchestra.run.smithi167:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-08T21:48:17.300 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/nvme3n1 2024-02-08T21:48:17.355 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/nvme3n1 2024-02-08T21:48:17.355 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-08T21:48:17.355 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 5h/5d Inode: 542 Links: 1 Device type: 103,6 2024-02-08T21:48:17.355 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-08T21:48:17.356 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2024-02-08 21:47:49.079729197 +0000 2024-02-08T21:48:17.356 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2024-02-08 21:44:19.947646933 +0000 2024-02-08T21:48:17.356 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2024-02-08 21:44:19.947646933 +0000 2024-02-08T21:48:17.356 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: - 2024-02-08T21:48:17.357 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-08T21:48:17.414 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2024-02-08T21:48:17.414 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2024-02-08T21:48:17.414 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.000455589 s, 1.1 MB/s 2024-02-08T21:48:17.415 DEBUG:teuthology.orchestra.run.smithi167:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-08T21:48:17.468 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/nvme4n1 2024-02-08T21:48:17.518 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/nvme4n1 2024-02-08T21:48:17.518 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-08T21:48:17.518 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 5h/5d Inode: 550 Links: 1 Device type: 103,8 2024-02-08T21:48:17.518 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-08T21:48:17.518 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2024-02-08 21:47:49.095729500 +0000 2024-02-08T21:48:17.518 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2024-02-08 21:44:20.067644166 +0000 2024-02-08T21:48:17.519 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2024-02-08 21:44:20.067644166 +0000 2024-02-08T21:48:17.519 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: - 2024-02-08T21:48:17.519 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-08T21:48:17.572 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2024-02-08T21:48:17.572 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2024-02-08T21:48:17.572 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.00044853 s, 1.1 MB/s 2024-02-08T21:48:17.573 DEBUG:teuthology.orchestra.run.smithi167:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-08T21:48:17.628 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-02-08T21:48:17.687 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:17 smithi167 bash[18945]: cluster 2024-02-08T21:48:16.317416+0000 mgr.smithi105.rfsypb (mgr.14180) 38 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:17.688 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:17 smithi167 bash[18945]: audit 2024-02-08T21:48:17.348865+0000 mon.smithi105 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:17.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:17 smithi105 bash[14197]: cluster 2024-02-08T21:48:16.317416+0000 mgr.smithi105.rfsypb (mgr.14180) 38 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:17.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:17 smithi105 bash[14197]: audit 2024-02-08T21:48:17.348865+0000 mon.smithi105 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:18.672 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:18 smithi105 bash[14197]: cephadm 2024-02-08T21:48:17.350107+0000 mgr.smithi105.rfsypb (mgr.14180) 39 : cephadm [INF] Reconfiguring alertmanager.smithi105 (dependencies changed)... 2024-02-08T21:48:18.673 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:18 smithi105 bash[14197]: cephadm 2024-02-08T21:48:17.361758+0000 mgr.smithi105.rfsypb (mgr.14180) 40 : cephadm [INF] Reconfiguring daemon alertmanager.smithi105 on smithi105 2024-02-08T21:48:18.724 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:18 smithi167 bash[18945]: cephadm 2024-02-08T21:48:17.350107+0000 mgr.smithi105.rfsypb (mgr.14180) 39 : cephadm [INF] Reconfiguring alertmanager.smithi105 (dependencies changed)... 2024-02-08T21:48:18.724 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:18 smithi167 bash[18945]: cephadm 2024-02-08T21:48:17.361758+0000 mgr.smithi105.rfsypb (mgr.14180) 40 : cephadm [INF] Reconfiguring daemon alertmanager.smithi105 on smithi105 2024-02-08T21:48:19.746 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:19 smithi167 bash[18945]: cluster 2024-02-08T21:48:18.317788+0000 mgr.smithi105.rfsypb (mgr.14180) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:19.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:19 smithi105 bash[14197]: cluster 2024-02-08T21:48:18.317788+0000 mgr.smithi105.rfsypb (mgr.14180) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:20.828 INFO:teuthology.orchestra.run.smithi167.stdout:Scheduled osd.all-available-devices update... 2024-02-08T21:48:21.549 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-08T21:48:21.549 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd stat -f json 2024-02-08T21:48:21.724 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:21 smithi105 bash[14197]: cluster 2024-02-08T21:48:20.318133+0000 mgr.smithi105.rfsypb (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:21.724 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:21 smithi105 bash[14197]: audit 2024-02-08T21:48:20.826328+0000 mon.smithi105 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:21.746 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:21 smithi167 bash[18945]: cluster 2024-02-08T21:48:20.318133+0000 mgr.smithi105.rfsypb (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:21.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:21 smithi167 bash[18945]: audit 2024-02-08T21:48:20.826328+0000 mon.smithi105 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:22.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:22 smithi105 bash[14197]: audit 2024-02-08T21:48:20.813817+0000 mgr.smithi105.rfsypb (mgr.14180) 43 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:48:22.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:22 smithi105 bash[14197]: cephadm 2024-02-08T21:48:20.818695+0000 mgr.smithi105.rfsypb (mgr.14180) 44 : cephadm [INF] Marking host: smithi105 for OSDSpec preview refresh. 2024-02-08T21:48:22.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:22 smithi105 bash[14197]: cephadm 2024-02-08T21:48:20.818845+0000 mgr.smithi105.rfsypb (mgr.14180) 45 : cephadm [INF] Marking host: smithi167 for OSDSpec preview refresh. 2024-02-08T21:48:22.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:22 smithi105 bash[14197]: cephadm 2024-02-08T21:48:20.819523+0000 mgr.smithi105.rfsypb (mgr.14180) 46 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-08T21:48:22.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:22 smithi105 bash[14197]: audit 2024-02-08T21:48:21.525315+0000 mon.smithi105 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:22.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:22 smithi105 bash[14197]: cephadm 2024-02-08T21:48:21.526395+0000 mgr.smithi105.rfsypb (mgr.14180) 47 : cephadm [INF] Reconfiguring crash.smithi105 (monmap changed)... 2024-02-08T21:48:22.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:22 smithi105 bash[14197]: audit 2024-02-08T21:48:21.526869+0000 mon.smithi105 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi105", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-08T21:48:22.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:22 smithi105 bash[14197]: audit 2024-02-08T21:48:21.528220+0000 mon.smithi105 (mon.0) 218 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:48:22.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:22 smithi105 bash[14197]: cephadm 2024-02-08T21:48:21.529326+0000 mgr.smithi105.rfsypb (mgr.14180) 48 : cephadm [INF] Reconfiguring daemon crash.smithi105 on smithi105 2024-02-08T21:48:22.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:22 smithi167 bash[18945]: audit 2024-02-08T21:48:20.813817+0000 mgr.smithi105.rfsypb (mgr.14180) 43 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:48:22.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:22 smithi167 bash[18945]: cephadm 2024-02-08T21:48:20.818695+0000 mgr.smithi105.rfsypb (mgr.14180) 44 : cephadm [INF] Marking host: smithi105 for OSDSpec preview refresh. 2024-02-08T21:48:22.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:22 smithi167 bash[18945]: cephadm 2024-02-08T21:48:20.818845+0000 mgr.smithi105.rfsypb (mgr.14180) 45 : cephadm [INF] Marking host: smithi167 for OSDSpec preview refresh. 2024-02-08T21:48:22.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:22 smithi167 bash[18945]: cephadm 2024-02-08T21:48:20.819523+0000 mgr.smithi105.rfsypb (mgr.14180) 46 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-08T21:48:22.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:22 smithi167 bash[18945]: audit 2024-02-08T21:48:21.525315+0000 mon.smithi105 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:22.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:22 smithi167 bash[18945]: cephadm 2024-02-08T21:48:21.526395+0000 mgr.smithi105.rfsypb (mgr.14180) 47 : cephadm [INF] Reconfiguring crash.smithi105 (monmap changed)... 2024-02-08T21:48:22.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:22 smithi167 bash[18945]: audit 2024-02-08T21:48:21.526869+0000 mon.smithi105 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi105", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-08T21:48:22.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:22 smithi167 bash[18945]: audit 2024-02-08T21:48:21.528220+0000 mon.smithi105 (mon.0) 218 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:48:22.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:22 smithi167 bash[18945]: cephadm 2024-02-08T21:48:21.529326+0000 mgr.smithi105.rfsypb (mgr.14180) 48 : cephadm [INF] Reconfiguring daemon crash.smithi105 on smithi105 2024-02-08T21:48:23.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:23 smithi105 bash[14197]: cluster 2024-02-08T21:48:22.318470+0000 mgr.smithi105.rfsypb (mgr.14180) 49 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:23.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:23 smithi167 bash[18945]: cluster 2024-02-08T21:48:22.318470+0000 mgr.smithi105.rfsypb (mgr.14180) 49 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:25.749 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:25 smithi105 bash[14197]: cluster 2024-02-08T21:48:24.318880+0000 mgr.smithi105.rfsypb (mgr.14180) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:25.749 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:25 smithi105 bash[14197]: audit 2024-02-08T21:48:24.513596+0000 mon.smithi105 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:25.749 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:25 smithi105 bash[14197]: cephadm 2024-02-08T21:48:24.514740+0000 mgr.smithi105.rfsypb (mgr.14180) 51 : cephadm [INF] Reconfiguring grafana.smithi105 (dependencies changed)... 2024-02-08T21:48:25.749 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:25 smithi105 bash[14197]: cephadm 2024-02-08T21:48:24.560691+0000 mgr.smithi105.rfsypb (mgr.14180) 52 : cephadm [INF] Reconfiguring daemon grafana.smithi105 on smithi105 2024-02-08T21:48:25.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:25 smithi167 bash[18945]: cluster 2024-02-08T21:48:24.318880+0000 mgr.smithi105.rfsypb (mgr.14180) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:25.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:25 smithi167 bash[18945]: audit 2024-02-08T21:48:24.513596+0000 mon.smithi105 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:25.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:25 smithi167 bash[18945]: cephadm 2024-02-08T21:48:24.514740+0000 mgr.smithi105.rfsypb (mgr.14180) 51 : cephadm [INF] Reconfiguring grafana.smithi105 (dependencies changed)... 2024-02-08T21:48:25.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:25 smithi167 bash[18945]: cephadm 2024-02-08T21:48:24.560691+0000 mgr.smithi105.rfsypb (mgr.14180) 52 : cephadm [INF] Reconfiguring daemon grafana.smithi105 on smithi105 2024-02-08T21:48:26.142 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:48:26.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:26 smithi105 bash[14197]: audit 2024-02-08T21:48:26.141182+0000 mon.smithi105 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.105:0/2302796327' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:48:26.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:26 smithi167 bash[18945]: audit 2024-02-08T21:48:26.141182+0000 mon.smithi105 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.105:0/2302796327' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:48:27.415 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-08T21:48:27.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:27 smithi105 bash[14197]: cluster 2024-02-08T21:48:26.319238+0000 mgr.smithi105.rfsypb (mgr.14180) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:27.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:27 smithi167 bash[18945]: cluster 2024-02-08T21:48:26.319238+0000 mgr.smithi105.rfsypb (mgr.14180) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:28.417 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd stat -f json 2024-02-08T21:48:29.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:29 smithi105 bash[14197]: cluster 2024-02-08T21:48:28.319643+0000 mgr.smithi105.rfsypb (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:29.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:29 smithi167 bash[18945]: cluster 2024-02-08T21:48:28.319643+0000 mgr.smithi105.rfsypb (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:31.496 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:31 smithi167 bash[18945]: audit 2024-02-08T21:48:30.178622+0000 mon.smithi105 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:31.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:31 smithi167 bash[18945]: cephadm 2024-02-08T21:48:30.180719+0000 mgr.smithi105.rfsypb (mgr.14180) 55 : cephadm [INF] Reconfiguring prometheus.smithi105 (dependencies changed)... 2024-02-08T21:48:31.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:31 smithi167 bash[18945]: cephadm 2024-02-08T21:48:30.186284+0000 mgr.smithi105.rfsypb (mgr.14180) 56 : cephadm [INF] Reconfiguring daemon prometheus.smithi105 on smithi105 2024-02-08T21:48:31.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:31 smithi167 bash[18945]: cluster 2024-02-08T21:48:30.319964+0000 mgr.smithi105.rfsypb (mgr.14180) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:31.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:31 smithi105 bash[14197]: audit 2024-02-08T21:48:30.178622+0000 mon.smithi105 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:31.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:31 smithi105 bash[14197]: cephadm 2024-02-08T21:48:30.180719+0000 mgr.smithi105.rfsypb (mgr.14180) 55 : cephadm [INF] Reconfiguring prometheus.smithi105 (dependencies changed)... 2024-02-08T21:48:31.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:31 smithi105 bash[14197]: cephadm 2024-02-08T21:48:30.186284+0000 mgr.smithi105.rfsypb (mgr.14180) 56 : cephadm [INF] Reconfiguring daemon prometheus.smithi105 on smithi105 2024-02-08T21:48:31.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:31 smithi105 bash[14197]: cluster 2024-02-08T21:48:30.319964+0000 mgr.smithi105.rfsypb (mgr.14180) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:33.668 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:33 smithi105 bash[14197]: cluster 2024-02-08T21:48:32.320369+0000 mgr.smithi105.rfsypb (mgr.14180) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:33.746 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:33 smithi167 bash[18945]: cluster 2024-02-08T21:48:32.320369+0000 mgr.smithi105.rfsypb (mgr.14180) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:34.017 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:48:34.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:34 smithi167 bash[18945]: audit 2024-02-08T21:48:34.016548+0000 mon.smithi105 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.105:0/2814320018' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:48:34.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:34 smithi105 bash[14197]: audit 2024-02-08T21:48:34.016548+0000 mon.smithi105 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.105:0/2814320018' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:48:35.241 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-08T21:48:35.561 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:35 smithi105 bash[14197]: cluster 2024-02-08T21:48:34.320826+0000 mgr.smithi105.rfsypb (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:35.746 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:35 smithi167 bash[18945]: cluster 2024-02-08T21:48:34.320826+0000 mgr.smithi105.rfsypb (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:36.242 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd stat -f json 2024-02-08T21:48:37.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:37 smithi105 bash[14197]: cluster 2024-02-08T21:48:36.321165+0000 mgr.smithi105.rfsypb (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:37.746 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:37 smithi167 bash[18945]: cluster 2024-02-08T21:48:36.321165+0000 mgr.smithi105.rfsypb (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:38.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:38 smithi105 bash[14197]: audit 2024-02-08T21:48:37.702656+0000 mon.smithi105 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:38.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:38 smithi105 bash[14197]: cephadm 2024-02-08T21:48:37.703748+0000 mgr.smithi105.rfsypb (mgr.14180) 61 : cephadm [INF] Reconfiguring crash.smithi167 (monmap changed)... 2024-02-08T21:48:38.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:38 smithi105 bash[14197]: audit 2024-02-08T21:48:37.704266+0000 mon.smithi105 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi167", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-08T21:48:38.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:38 smithi105 bash[14197]: audit 2024-02-08T21:48:37.705529+0000 mon.smithi105 (mon.0) 225 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:48:38.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:38 smithi105 bash[14197]: cephadm 2024-02-08T21:48:37.706400+0000 mgr.smithi105.rfsypb (mgr.14180) 62 : cephadm [INF] Reconfiguring daemon crash.smithi167 on smithi167 2024-02-08T21:48:38.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:38 smithi105 bash[14197]: cluster 2024-02-08T21:48:38.321514+0000 mgr.smithi105.rfsypb (mgr.14180) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:38.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:38 smithi167 bash[18945]: audit 2024-02-08T21:48:37.702656+0000 mon.smithi105 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:38.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:38 smithi167 bash[18945]: cephadm 2024-02-08T21:48:37.703748+0000 mgr.smithi105.rfsypb (mgr.14180) 61 : cephadm [INF] Reconfiguring crash.smithi167 (monmap changed)... 2024-02-08T21:48:38.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:38 smithi167 bash[18945]: audit 2024-02-08T21:48:37.704266+0000 mon.smithi105 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi167", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-08T21:48:38.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:38 smithi167 bash[18945]: audit 2024-02-08T21:48:37.705529+0000 mon.smithi105 (mon.0) 225 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:48:38.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:38 smithi167 bash[18945]: cephadm 2024-02-08T21:48:37.706400+0000 mgr.smithi105.rfsypb (mgr.14180) 62 : cephadm [INF] Reconfiguring daemon crash.smithi167 on smithi167 2024-02-08T21:48:38.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:38 smithi167 bash[18945]: cluster 2024-02-08T21:48:38.321514+0000 mgr.smithi105.rfsypb (mgr.14180) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:40.595 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:48:40.862 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:40 smithi105 bash[14197]: audit 2024-02-08T21:48:39.593631+0000 mon.smithi105 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:40.862 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:40 smithi105 bash[14197]: cephadm 2024-02-08T21:48:39.594923+0000 mgr.smithi105.rfsypb (mgr.14180) 64 : cephadm [INF] Reconfiguring mgr.smithi167.bszrka (monmap changed)... 2024-02-08T21:48:40.862 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:40 smithi105 bash[14197]: audit 2024-02-08T21:48:39.595399+0000 mon.smithi105 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi167.bszrka", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-08T21:48:40.862 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:40 smithi105 bash[14197]: audit 2024-02-08T21:48:39.596908+0000 mon.smithi105 (mon.0) 228 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-08T21:48:40.862 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:40 smithi105 bash[14197]: audit 2024-02-08T21:48:39.598027+0000 mon.smithi105 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:48:40.863 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:40 smithi105 bash[14197]: cephadm 2024-02-08T21:48:39.598852+0000 mgr.smithi105.rfsypb (mgr.14180) 65 : cephadm [INF] Reconfiguring daemon mgr.smithi167.bszrka on smithi167 2024-02-08T21:48:40.919 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:40 smithi167 bash[18945]: audit 2024-02-08T21:48:39.593631+0000 mon.smithi105 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:40.919 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:40 smithi167 bash[18945]: cephadm 2024-02-08T21:48:39.594923+0000 mgr.smithi105.rfsypb (mgr.14180) 64 : cephadm [INF] Reconfiguring mgr.smithi167.bszrka (monmap changed)... 2024-02-08T21:48:40.919 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:40 smithi167 bash[18945]: audit 2024-02-08T21:48:39.595399+0000 mon.smithi105 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi167.bszrka", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-08T21:48:40.920 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:40 smithi167 bash[18945]: audit 2024-02-08T21:48:39.596908+0000 mon.smithi105 (mon.0) 228 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-08T21:48:40.920 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:40 smithi167 bash[18945]: audit 2024-02-08T21:48:39.598027+0000 mon.smithi105 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:48:40.920 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:40 smithi167 bash[18945]: cephadm 2024-02-08T21:48:39.598852+0000 mgr.smithi105.rfsypb (mgr.14180) 65 : cephadm [INF] Reconfiguring daemon mgr.smithi167.bszrka on smithi167 2024-02-08T21:48:41.383 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-08T21:48:41.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:41 smithi105 bash[14197]: cluster 2024-02-08T21:48:40.321864+0000 mgr.smithi105.rfsypb (mgr.14180) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:41.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:41 smithi105 bash[14197]: audit 2024-02-08T21:48:40.594525+0000 mon.smithi105 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.105:0/1533108413' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:48:41.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:41 smithi105 bash[14197]: audit 2024-02-08T21:48:41.441822+0000 mon.smithi105 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:41.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:41 smithi105 bash[14197]: audit 2024-02-08T21:48:41.443725+0000 mon.smithi105 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-08T21:48:41.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:41 smithi105 bash[14197]: audit 2024-02-08T21:48:41.445050+0000 mon.smithi105 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-08T21:48:41.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:41 smithi105 bash[14197]: audit 2024-02-08T21:48:41.446291+0000 mon.smithi105 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:48:41.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:41 smithi167 bash[18945]: cluster 2024-02-08T21:48:40.321864+0000 mgr.smithi105.rfsypb (mgr.14180) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:41.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:41 smithi167 bash[18945]: audit 2024-02-08T21:48:40.594525+0000 mon.smithi105 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.105:0/1533108413' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:48:41.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:41 smithi167 bash[18945]: audit 2024-02-08T21:48:41.441822+0000 mon.smithi105 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:41.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:41 smithi167 bash[18945]: audit 2024-02-08T21:48:41.443725+0000 mon.smithi105 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-08T21:48:41.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:41 smithi167 bash[18945]: audit 2024-02-08T21:48:41.445050+0000 mon.smithi105 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-08T21:48:41.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:41 smithi167 bash[18945]: audit 2024-02-08T21:48:41.446291+0000 mon.smithi105 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:48:42.385 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd stat -f json 2024-02-08T21:48:42.710 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:42 smithi167 bash[18945]: cephadm 2024-02-08T21:48:41.443184+0000 mgr.smithi105.rfsypb (mgr.14180) 67 : cephadm [INF] Reconfiguring mon.smithi167 (monmap changed)... 2024-02-08T21:48:42.710 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:42 smithi167 bash[18945]: cephadm 2024-02-08T21:48:41.447338+0000 mgr.smithi105.rfsypb (mgr.14180) 68 : cephadm [INF] Reconfiguring daemon mon.smithi167 on smithi167 2024-02-08T21:48:42.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:42 smithi105 bash[14197]: cephadm 2024-02-08T21:48:41.443184+0000 mgr.smithi105.rfsypb (mgr.14180) 67 : cephadm [INF] Reconfiguring mon.smithi167 (monmap changed)... 2024-02-08T21:48:42.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:42 smithi105 bash[14197]: cephadm 2024-02-08T21:48:41.447338+0000 mgr.smithi105.rfsypb (mgr.14180) 68 : cephadm [INF] Reconfiguring daemon mon.smithi167 on smithi167 2024-02-08T21:48:43.725 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:43 smithi105 bash[14197]: cluster 2024-02-08T21:48:42.322272+0000 mgr.smithi105.rfsypb (mgr.14180) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:43.725 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:43 smithi105 bash[14197]: audit 2024-02-08T21:48:43.354863+0000 mon.smithi105 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:43.725 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:43 smithi105 bash[14197]: audit 2024-02-08T21:48:43.360431+0000 mon.smithi105 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-08T21:48:43.725 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:43 smithi105 bash[14197]: audit 2024-02-08T21:48:43.362476+0000 mon.smithi105 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi105.front.sepia.ceph.com:9093"}]: dispatch 2024-02-08T21:48:43.725 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:43 smithi105 bash[14197]: audit 2024-02-08T21:48:43.369399+0000 mon.smithi105 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:43.726 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:43 smithi105 bash[14197]: audit 2024-02-08T21:48:43.380517+0000 mon.smithi105 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-08T21:48:43.726 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:43 smithi105 bash[14197]: audit 2024-02-08T21:48:43.387930+0000 mon.smithi105 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi105.front.sepia.ceph.com:3000"}]: dispatch 2024-02-08T21:48:43.726 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:43 smithi105 bash[14197]: audit 2024-02-08T21:48:43.395992+0000 mon.smithi105 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:43.726 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:43 smithi105 bash[14197]: audit 2024-02-08T21:48:43.406084+0000 mon.smithi105 (mon.0) 242 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-08T21:48:43.726 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:43 smithi105 bash[14197]: audit 2024-02-08T21:48:43.409839+0000 mon.smithi105 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi105.front.sepia.ceph.com:9095"}]: dispatch 2024-02-08T21:48:43.726 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:43 smithi105 bash[14197]: audit 2024-02-08T21:48:43.417256+0000 mon.smithi105 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:43.726 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:43 smithi105 bash[14197]: audit 2024-02-08T21:48:43.424229+0000 mon.smithi105 (mon.0) 245 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:48:43.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:43 smithi167 bash[18945]: cluster 2024-02-08T21:48:42.322272+0000 mgr.smithi105.rfsypb (mgr.14180) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:43.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:43 smithi167 bash[18945]: audit 2024-02-08T21:48:43.354863+0000 mon.smithi105 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:43.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:43 smithi167 bash[18945]: audit 2024-02-08T21:48:43.360431+0000 mon.smithi105 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-08T21:48:43.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:43 smithi167 bash[18945]: audit 2024-02-08T21:48:43.362476+0000 mon.smithi105 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi105.front.sepia.ceph.com:9093"}]: dispatch 2024-02-08T21:48:43.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:43 smithi167 bash[18945]: audit 2024-02-08T21:48:43.369399+0000 mon.smithi105 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:43.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:43 smithi167 bash[18945]: audit 2024-02-08T21:48:43.380517+0000 mon.smithi105 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-08T21:48:43.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:43 smithi167 bash[18945]: audit 2024-02-08T21:48:43.387930+0000 mon.smithi105 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi105.front.sepia.ceph.com:3000"}]: dispatch 2024-02-08T21:48:43.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:43 smithi167 bash[18945]: audit 2024-02-08T21:48:43.395992+0000 mon.smithi105 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:43.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:43 smithi167 bash[18945]: audit 2024-02-08T21:48:43.406084+0000 mon.smithi105 (mon.0) 242 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-08T21:48:43.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:43 smithi167 bash[18945]: audit 2024-02-08T21:48:43.409839+0000 mon.smithi105 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi105.front.sepia.ceph.com:9095"}]: dispatch 2024-02-08T21:48:43.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:43 smithi167 bash[18945]: audit 2024-02-08T21:48:43.417256+0000 mon.smithi105 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:43.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:43 smithi167 bash[18945]: audit 2024-02-08T21:48:43.424229+0000 mon.smithi105 (mon.0) 245 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:48:44.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:44 smithi167 bash[18945]: audit 2024-02-08T21:48:43.361000+0000 mgr.smithi105.rfsypb (mgr.14180) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-08T21:48:44.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:44 smithi167 bash[18945]: audit 2024-02-08T21:48:43.362869+0000 mgr.smithi105.rfsypb (mgr.14180) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi105.front.sepia.ceph.com:9093"}]: dispatch 2024-02-08T21:48:44.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:44 smithi167 bash[18945]: audit 2024-02-08T21:48:43.381146+0000 mgr.smithi105.rfsypb (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-08T21:48:44.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:44 smithi167 bash[18945]: audit 2024-02-08T21:48:43.388462+0000 mgr.smithi105.rfsypb (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi105.front.sepia.ceph.com:3000"}]: dispatch 2024-02-08T21:48:44.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:44 smithi167 bash[18945]: audit 2024-02-08T21:48:43.406597+0000 mgr.smithi105.rfsypb (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-08T21:48:44.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:44 smithi167 bash[18945]: audit 2024-02-08T21:48:43.410557+0000 mgr.smithi105.rfsypb (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi105.front.sepia.ceph.com:9095"}]: dispatch 2024-02-08T21:48:45.054 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:44 smithi105 bash[14197]: audit 2024-02-08T21:48:43.361000+0000 mgr.smithi105.rfsypb (mgr.14180) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-08T21:48:45.055 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:44 smithi105 bash[14197]: audit 2024-02-08T21:48:43.362869+0000 mgr.smithi105.rfsypb (mgr.14180) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi105.front.sepia.ceph.com:9093"}]: dispatch 2024-02-08T21:48:45.055 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:44 smithi105 bash[14197]: audit 2024-02-08T21:48:43.381146+0000 mgr.smithi105.rfsypb (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-08T21:48:45.055 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:44 smithi105 bash[14197]: audit 2024-02-08T21:48:43.388462+0000 mgr.smithi105.rfsypb (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi105.front.sepia.ceph.com:3000"}]: dispatch 2024-02-08T21:48:45.055 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:44 smithi105 bash[14197]: audit 2024-02-08T21:48:43.406597+0000 mgr.smithi105.rfsypb (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-08T21:48:45.055 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:44 smithi105 bash[14197]: audit 2024-02-08T21:48:43.410557+0000 mgr.smithi105.rfsypb (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi105.front.sepia.ceph.com:9095"}]: dispatch 2024-02-08T21:48:45.459 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:48:45.811 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:45 smithi105 bash[14197]: cluster 2024-02-08T21:48:44.322722+0000 mgr.smithi105.rfsypb (mgr.14180) 76 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:45.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:45 smithi105 bash[14197]: audit 2024-02-08T21:48:45.458649+0000 mon.smithi105 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.105:0/4050342874' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:48:45.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:45 smithi167 bash[18945]: cluster 2024-02-08T21:48:44.322722+0000 mgr.smithi105.rfsypb (mgr.14180) 76 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:45.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:45 smithi167 bash[18945]: audit 2024-02-08T21:48:45.458649+0000 mon.smithi105 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.105:0/4050342874' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:48:46.212 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-08T21:48:46.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:46 smithi167 bash[18945]: cluster 2024-02-08T21:48:46.323270+0000 mgr.smithi105.rfsypb (mgr.14180) 77 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:47.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:46 smithi105 bash[14197]: cluster 2024-02-08T21:48:46.323270+0000 mgr.smithi105.rfsypb (mgr.14180) 77 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:47.213 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd stat -f json 2024-02-08T21:48:49.746 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:49 smithi167 bash[18945]: cluster 2024-02-08T21:48:48.323698+0000 mgr.smithi105.rfsypb (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:49.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:49 smithi167 bash[18945]: audit 2024-02-08T21:48:48.717459+0000 mon.smithi105 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:49.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:49 smithi167 bash[18945]: audit 2024-02-08T21:48:48.726220+0000 mon.smithi105 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:49.810 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:49 smithi105 bash[14197]: cluster 2024-02-08T21:48:48.323698+0000 mgr.smithi105.rfsypb (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:49.810 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:49 smithi105 bash[14197]: audit 2024-02-08T21:48:48.717459+0000 mon.smithi105 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:49.810 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:49 smithi105 bash[14197]: audit 2024-02-08T21:48:48.726220+0000 mon.smithi105 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:50.163 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:48:50.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:50 smithi105 bash[14197]: audit 2024-02-08T21:48:49.573421+0000 mon.smithi105 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:50.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:50 smithi105 bash[14197]: audit 2024-02-08T21:48:49.851875+0000 mon.smithi105 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:50.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:50 smithi105 bash[14197]: audit 2024-02-08T21:48:49.853184+0000 mon.smithi105 (mon.0) 251 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:48:50.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:50 smithi105 bash[14197]: audit 2024-02-08T21:48:49.854055+0000 mon.smithi105 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T21:48:50.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:50 smithi105 bash[14197]: audit 2024-02-08T21:48:49.860093+0000 mon.smithi105 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:50.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:50 smithi105 bash[14197]: audit 2024-02-08T21:48:49.864866+0000 mon.smithi105 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T21:48:50.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:50 smithi105 bash[14197]: audit 2024-02-08T21:48:49.869254+0000 mon.smithi105 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-08T21:48:50.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:50 smithi105 bash[14197]: audit 2024-02-08T21:48:49.871652+0000 mon.smithi105 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-08T21:48:50.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:50 smithi105 bash[14197]: audit 2024-02-08T21:48:49.871939+0000 mon.smithi105 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:48:50.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:50 smithi105 bash[14197]: audit 2024-02-08T21:48:49.872656+0000 mon.smithi105 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:48:50.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:50 smithi105 bash[14197]: audit 2024-02-08T21:48:50.161935+0000 mon.smithi105 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.105:0/554324087' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:48:50.942 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-08T21:48:50.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:50 smithi167 bash[18945]: audit 2024-02-08T21:48:49.573421+0000 mon.smithi105 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:50.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:50 smithi167 bash[18945]: audit 2024-02-08T21:48:49.851875+0000 mon.smithi105 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:50.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:50 smithi167 bash[18945]: audit 2024-02-08T21:48:49.853184+0000 mon.smithi105 (mon.0) 251 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:48:50.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:50 smithi167 bash[18945]: audit 2024-02-08T21:48:49.854055+0000 mon.smithi105 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T21:48:50.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:50 smithi167 bash[18945]: audit 2024-02-08T21:48:49.860093+0000 mon.smithi105 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:48:50.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:50 smithi167 bash[18945]: audit 2024-02-08T21:48:49.864866+0000 mon.smithi105 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T21:48:50.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:50 smithi167 bash[18945]: audit 2024-02-08T21:48:49.869254+0000 mon.smithi105 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-08T21:48:50.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:50 smithi167 bash[18945]: audit 2024-02-08T21:48:49.871652+0000 mon.smithi105 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-08T21:48:50.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:50 smithi167 bash[18945]: audit 2024-02-08T21:48:49.871939+0000 mon.smithi105 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:48:50.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:50 smithi167 bash[18945]: audit 2024-02-08T21:48:49.872656+0000 mon.smithi105 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:48:50.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:50 smithi167 bash[18945]: audit 2024-02-08T21:48:50.161935+0000 mon.smithi105 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.105:0/554324087' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:48:51.944 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd stat -f json 2024-02-08T21:48:51.957 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:51 smithi105 bash[14197]: cluster 2024-02-08T21:48:50.324140+0000 mgr.smithi105.rfsypb (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:51.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:51 smithi167 bash[18945]: cluster 2024-02-08T21:48:50.324140+0000 mgr.smithi105.rfsypb (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:53.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:53 smithi167 bash[18945]: cluster 2024-02-08T21:48:52.324570+0000 mgr.smithi105.rfsypb (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:54.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:53 smithi105 bash[14197]: cluster 2024-02-08T21:48:52.324570+0000 mgr.smithi105.rfsypb (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:55.000 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:48:55.746 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:55 smithi167 bash[18945]: cluster 2024-02-08T21:48:54.325079+0000 mgr.smithi105.rfsypb (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:55.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:55 smithi167 bash[18945]: audit 2024-02-08T21:48:54.998782+0000 mon.smithi105 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.105:0/4285932388' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:48:55.952 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-08T21:48:55.952 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:55 smithi105 bash[14197]: cluster 2024-02-08T21:48:54.325079+0000 mgr.smithi105.rfsypb (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:55.952 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:55 smithi105 bash[14197]: audit 2024-02-08T21:48:54.998782+0000 mon.smithi105 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.105:0/4285932388' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:48:56.953 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd stat -f json 2024-02-08T21:48:57.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:57 smithi167 bash[18945]: cluster 2024-02-08T21:48:56.325530+0000 mgr.smithi105.rfsypb (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:58.087 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:57 smithi105 bash[14197]: cluster 2024-02-08T21:48:56.325530+0000 mgr.smithi105.rfsypb (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:59.853 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:59 smithi105 bash[14197]: cluster 2024-02-08T21:48:58.325929+0000 mgr.smithi105.rfsypb (mgr.14180) 83 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:59.853 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:59 smithi105 bash[14197]: audit 2024-02-08T21:48:58.688285+0000 mon.smithi167 (mon.1) 2 : audit [INF] from='client.? 172.21.15.167:0/811263687' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "68943f59-5f4c-4984-8503-585bc0308c47"}]: dispatch 2024-02-08T21:48:59.853 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:59 smithi105 bash[14197]: audit 2024-02-08T21:48:58.689376+0000 mon.smithi105 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "68943f59-5f4c-4984-8503-585bc0308c47"}]: dispatch 2024-02-08T21:48:59.853 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:59 smithi105 bash[14197]: audit 2024-02-08T21:48:58.699204+0000 mon.smithi105 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "68943f59-5f4c-4984-8503-585bc0308c47"}]': finished 2024-02-08T21:48:59.853 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:59 smithi105 bash[14197]: cluster 2024-02-08T21:48:58.699275+0000 mon.smithi105 (mon.0) 263 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-08T21:48:59.853 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:48:59 smithi105 bash[14197]: audit 2024-02-08T21:48:58.699459+0000 mon.smithi105 (mon.0) 264 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-08T21:48:59.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:59 smithi167 bash[18945]: cluster 2024-02-08T21:48:58.325929+0000 mgr.smithi105.rfsypb (mgr.14180) 83 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:48:59.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:59 smithi167 bash[18945]: audit 2024-02-08T21:48:58.688285+0000 mon.smithi167 (mon.1) 2 : audit [INF] from='client.? 172.21.15.167:0/811263687' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "68943f59-5f4c-4984-8503-585bc0308c47"}]: dispatch 2024-02-08T21:48:59.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:59 smithi167 bash[18945]: audit 2024-02-08T21:48:58.689376+0000 mon.smithi105 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "68943f59-5f4c-4984-8503-585bc0308c47"}]: dispatch 2024-02-08T21:48:59.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:59 smithi167 bash[18945]: audit 2024-02-08T21:48:58.699204+0000 mon.smithi105 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "68943f59-5f4c-4984-8503-585bc0308c47"}]': finished 2024-02-08T21:48:59.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:59 smithi167 bash[18945]: cluster 2024-02-08T21:48:58.699275+0000 mon.smithi105 (mon.0) 263 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-08T21:48:59.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:48:59 smithi167 bash[18945]: audit 2024-02-08T21:48:58.699459+0000 mon.smithi105 (mon.0) 264 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-08T21:49:00.223 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:49:00.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:00 smithi105 bash[14197]: audit 2024-02-08T21:48:59.767228+0000 mon.smithi105 (mon.0) 265 : audit [INF] from='client.? 172.21.15.105:0/1180228517' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6b51c18-e317-4dc4-90ca-44ac1b82647f"}]: dispatch 2024-02-08T21:49:00.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:00 smithi105 bash[14197]: audit 2024-02-08T21:48:59.771997+0000 mon.smithi105 (mon.0) 266 : audit [INF] from='client.? 172.21.15.105:0/1180228517' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a6b51c18-e317-4dc4-90ca-44ac1b82647f"}]': finished 2024-02-08T21:49:00.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:00 smithi105 bash[14197]: cluster 2024-02-08T21:48:59.772049+0000 mon.smithi105 (mon.0) 267 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-08T21:49:00.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:00 smithi105 bash[14197]: audit 2024-02-08T21:48:59.772162+0000 mon.smithi105 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-08T21:49:00.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:00 smithi105 bash[14197]: audit 2024-02-08T21:48:59.772483+0000 mon.smithi105 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:00.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:00 smithi105 bash[14197]: audit 2024-02-08T21:49:00.222550+0000 mon.smithi105 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.105:0/1419289744' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:49:00.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:00 smithi105 bash[14197]: audit 2024-02-08T21:49:00.324042+0000 mon.smithi167 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.167:0/381194599' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-08T21:49:00.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:00 smithi167 bash[18945]: audit 2024-02-08T21:48:59.767228+0000 mon.smithi105 (mon.0) 265 : audit [INF] from='client.? 172.21.15.105:0/1180228517' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6b51c18-e317-4dc4-90ca-44ac1b82647f"}]: dispatch 2024-02-08T21:49:00.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:00 smithi167 bash[18945]: audit 2024-02-08T21:48:59.771997+0000 mon.smithi105 (mon.0) 266 : audit [INF] from='client.? 172.21.15.105:0/1180228517' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a6b51c18-e317-4dc4-90ca-44ac1b82647f"}]': finished 2024-02-08T21:49:00.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:00 smithi167 bash[18945]: cluster 2024-02-08T21:48:59.772049+0000 mon.smithi105 (mon.0) 267 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-08T21:49:00.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:00 smithi167 bash[18945]: audit 2024-02-08T21:48:59.772162+0000 mon.smithi105 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-08T21:49:00.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:00 smithi167 bash[18945]: audit 2024-02-08T21:48:59.772483+0000 mon.smithi105 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:00.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:00 smithi167 bash[18945]: audit 2024-02-08T21:49:00.222550+0000 mon.smithi105 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.105:0/1419289744' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:49:00.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:00 smithi167 bash[18945]: audit 2024-02-08T21:49:00.324042+0000 mon.smithi167 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.167:0/381194599' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-08T21:49:01.045 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1707428939,"num_remapped_pgs":0} 2024-02-08T21:49:01.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:01 smithi167 bash[18945]: cluster 2024-02-08T21:49:00.326384+0000 mgr.smithi105.rfsypb (mgr.14180) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:02.046 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd stat -f json 2024-02-08T21:49:02.058 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:01 smithi105 bash[14197]: cluster 2024-02-08T21:49:00.326384+0000 mgr.smithi105.rfsypb (mgr.14180) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:02.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:02 smithi167 bash[18945]: audit 2024-02-08T21:49:01.796994+0000 mon.smithi105 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.105:0/3460550205' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-08T21:49:03.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:02 smithi105 bash[14197]: audit 2024-02-08T21:49:01.796994+0000 mon.smithi105 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.105:0/3460550205' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-08T21:49:03.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:03 smithi105 bash[14197]: cluster 2024-02-08T21:49:02.326810+0000 mgr.smithi105.rfsypb (mgr.14180) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:03.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:03 smithi105 bash[14197]: audit 2024-02-08T21:49:03.166735+0000 mon.smithi167 (mon.1) 4 : audit [INF] from='client.? 172.21.15.167:0/2692369116' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d21924b0-8d94-4cb7-8f72-4c396e980896"}]: dispatch 2024-02-08T21:49:03.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:03 smithi105 bash[14197]: audit 2024-02-08T21:49:03.167743+0000 mon.smithi105 (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d21924b0-8d94-4cb7-8f72-4c396e980896"}]: dispatch 2024-02-08T21:49:03.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:03 smithi105 bash[14197]: audit 2024-02-08T21:49:03.175142+0000 mon.smithi105 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d21924b0-8d94-4cb7-8f72-4c396e980896"}]': finished 2024-02-08T21:49:03.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:03 smithi105 bash[14197]: cluster 2024-02-08T21:49:03.175222+0000 mon.smithi105 (mon.0) 274 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-08T21:49:03.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:03 smithi105 bash[14197]: audit 2024-02-08T21:49:03.175405+0000 mon.smithi105 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-08T21:49:03.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:03 smithi105 bash[14197]: audit 2024-02-08T21:49:03.175887+0000 mon.smithi105 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:03.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:03 smithi105 bash[14197]: audit 2024-02-08T21:49:03.176134+0000 mon.smithi105 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:03.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:03 smithi167 bash[18945]: cluster 2024-02-08T21:49:02.326810+0000 mgr.smithi105.rfsypb (mgr.14180) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:03.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:03 smithi167 bash[18945]: audit 2024-02-08T21:49:03.166735+0000 mon.smithi167 (mon.1) 4 : audit [INF] from='client.? 172.21.15.167:0/2692369116' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d21924b0-8d94-4cb7-8f72-4c396e980896"}]: dispatch 2024-02-08T21:49:03.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:03 smithi167 bash[18945]: audit 2024-02-08T21:49:03.167743+0000 mon.smithi105 (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d21924b0-8d94-4cb7-8f72-4c396e980896"}]: dispatch 2024-02-08T21:49:03.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:03 smithi167 bash[18945]: audit 2024-02-08T21:49:03.175142+0000 mon.smithi105 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d21924b0-8d94-4cb7-8f72-4c396e980896"}]': finished 2024-02-08T21:49:03.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:03 smithi167 bash[18945]: cluster 2024-02-08T21:49:03.175222+0000 mon.smithi105 (mon.0) 274 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-08T21:49:03.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:03 smithi167 bash[18945]: audit 2024-02-08T21:49:03.175405+0000 mon.smithi105 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-08T21:49:03.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:03 smithi167 bash[18945]: audit 2024-02-08T21:49:03.175887+0000 mon.smithi105 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:03.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:03 smithi167 bash[18945]: audit 2024-02-08T21:49:03.176134+0000 mon.smithi105 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:04.901 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:04 smithi105 bash[14197]: audit 2024-02-08T21:49:04.599741+0000 mon.smithi105 (mon.0) 278 : audit [INF] from='client.? 172.21.15.105:0/1591114806' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec43bb0b-cf79-4e2f-9fc1-dc7745cb41a8"}]: dispatch 2024-02-08T21:49:04.901 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:04 smithi105 bash[14197]: audit 2024-02-08T21:49:04.605654+0000 mon.smithi105 (mon.0) 279 : audit [INF] from='client.? 172.21.15.105:0/1591114806' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ec43bb0b-cf79-4e2f-9fc1-dc7745cb41a8"}]': finished 2024-02-08T21:49:04.901 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:04 smithi105 bash[14197]: cluster 2024-02-08T21:49:04.605747+0000 mon.smithi105 (mon.0) 280 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-08T21:49:04.901 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:04 smithi105 bash[14197]: audit 2024-02-08T21:49:04.605860+0000 mon.smithi105 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-08T21:49:04.901 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:04 smithi105 bash[14197]: audit 2024-02-08T21:49:04.606184+0000 mon.smithi105 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:04.901 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:04 smithi105 bash[14197]: audit 2024-02-08T21:49:04.606357+0000 mon.smithi105 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:04.901 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:04 smithi105 bash[14197]: audit 2024-02-08T21:49:04.606567+0000 mon.smithi105 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:04.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:04 smithi167 bash[18945]: audit 2024-02-08T21:49:04.599741+0000 mon.smithi105 (mon.0) 278 : audit [INF] from='client.? 172.21.15.105:0/1591114806' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec43bb0b-cf79-4e2f-9fc1-dc7745cb41a8"}]: dispatch 2024-02-08T21:49:04.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:04 smithi167 bash[18945]: audit 2024-02-08T21:49:04.605654+0000 mon.smithi105 (mon.0) 279 : audit [INF] from='client.? 172.21.15.105:0/1591114806' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ec43bb0b-cf79-4e2f-9fc1-dc7745cb41a8"}]': finished 2024-02-08T21:49:04.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:04 smithi167 bash[18945]: cluster 2024-02-08T21:49:04.605747+0000 mon.smithi105 (mon.0) 280 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-08T21:49:04.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:04 smithi167 bash[18945]: audit 2024-02-08T21:49:04.605860+0000 mon.smithi105 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-08T21:49:04.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:04 smithi167 bash[18945]: audit 2024-02-08T21:49:04.606184+0000 mon.smithi105 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:04.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:04 smithi167 bash[18945]: audit 2024-02-08T21:49:04.606357+0000 mon.smithi105 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:04.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:04 smithi167 bash[18945]: audit 2024-02-08T21:49:04.606567+0000 mon.smithi105 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:05.056 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:49:05.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:05 smithi167 bash[18945]: cluster 2024-02-08T21:49:04.327165+0000 mgr.smithi105.rfsypb (mgr.14180) 86 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:05.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:05 smithi167 bash[18945]: audit 2024-02-08T21:49:04.793948+0000 mon.smithi167 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.167:0/3209320262' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-08T21:49:05.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:05 smithi167 bash[18945]: audit 2024-02-08T21:49:05.055632+0000 mon.smithi105 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.105:0/1676724959' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:49:06.057 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:05 smithi105 bash[14197]: cluster 2024-02-08T21:49:04.327165+0000 mgr.smithi105.rfsypb (mgr.14180) 86 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:06.057 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:05 smithi105 bash[14197]: audit 2024-02-08T21:49:04.793948+0000 mon.smithi167 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.167:0/3209320262' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-08T21:49:06.057 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:05 smithi105 bash[14197]: audit 2024-02-08T21:49:05.055632+0000 mon.smithi105 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.105:0/1676724959' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:49:06.058 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1707428944,"num_remapped_pgs":0} 2024-02-08T21:49:07.059 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd stat -f json 2024-02-08T21:49:07.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:07 smithi167 bash[18945]: cluster 2024-02-08T21:49:06.327562+0000 mgr.smithi105.rfsypb (mgr.14180) 87 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:07.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:07 smithi167 bash[18945]: audit 2024-02-08T21:49:06.641507+0000 mon.smithi105 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.105:0/537753864' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-08T21:49:07.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:07 smithi167 bash[18945]: audit 2024-02-08T21:49:07.608266+0000 mon.smithi167 (mon.1) 6 : audit [INF] from='client.? 172.21.15.167:0/4168746964' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aca7d2cf-696c-4f6b-8e92-e60d983a1302"}]: dispatch 2024-02-08T21:49:07.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:07 smithi167 bash[18945]: audit 2024-02-08T21:49:07.609131+0000 mon.smithi105 (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aca7d2cf-696c-4f6b-8e92-e60d983a1302"}]: dispatch 2024-02-08T21:49:07.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:07 smithi167 bash[18945]: audit 2024-02-08T21:49:07.616009+0000 mon.smithi105 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aca7d2cf-696c-4f6b-8e92-e60d983a1302"}]': finished 2024-02-08T21:49:07.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:07 smithi167 bash[18945]: cluster 2024-02-08T21:49:07.616104+0000 mon.smithi105 (mon.0) 289 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-08T21:49:07.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:07 smithi167 bash[18945]: audit 2024-02-08T21:49:07.616281+0000 mon.smithi105 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-08T21:49:07.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:07 smithi167 bash[18945]: audit 2024-02-08T21:49:07.616714+0000 mon.smithi105 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:07.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:07 smithi167 bash[18945]: audit 2024-02-08T21:49:07.616923+0000 mon.smithi105 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:07.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:07 smithi167 bash[18945]: audit 2024-02-08T21:49:07.617139+0000 mon.smithi105 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:07.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:07 smithi167 bash[18945]: audit 2024-02-08T21:49:07.617334+0000 mon.smithi105 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:08.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:07 smithi105 bash[14197]: cluster 2024-02-08T21:49:06.327562+0000 mgr.smithi105.rfsypb (mgr.14180) 87 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:08.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:07 smithi105 bash[14197]: audit 2024-02-08T21:49:06.641507+0000 mon.smithi105 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.105:0/537753864' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-08T21:49:08.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:07 smithi105 bash[14197]: audit 2024-02-08T21:49:07.608266+0000 mon.smithi167 (mon.1) 6 : audit [INF] from='client.? 172.21.15.167:0/4168746964' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aca7d2cf-696c-4f6b-8e92-e60d983a1302"}]: dispatch 2024-02-08T21:49:08.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:07 smithi105 bash[14197]: audit 2024-02-08T21:49:07.609131+0000 mon.smithi105 (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aca7d2cf-696c-4f6b-8e92-e60d983a1302"}]: dispatch 2024-02-08T21:49:08.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:07 smithi105 bash[14197]: audit 2024-02-08T21:49:07.616009+0000 mon.smithi105 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aca7d2cf-696c-4f6b-8e92-e60d983a1302"}]': finished 2024-02-08T21:49:08.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:07 smithi105 bash[14197]: cluster 2024-02-08T21:49:07.616104+0000 mon.smithi105 (mon.0) 289 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-08T21:49:08.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:07 smithi105 bash[14197]: audit 2024-02-08T21:49:07.616281+0000 mon.smithi105 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-08T21:49:08.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:07 smithi105 bash[14197]: audit 2024-02-08T21:49:07.616714+0000 mon.smithi105 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:08.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:07 smithi105 bash[14197]: audit 2024-02-08T21:49:07.616923+0000 mon.smithi105 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:08.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:07 smithi105 bash[14197]: audit 2024-02-08T21:49:07.617139+0000 mon.smithi105 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:08.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:07 smithi105 bash[14197]: audit 2024-02-08T21:49:07.617334+0000 mon.smithi105 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:09.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:09 smithi167 bash[18945]: cluster 2024-02-08T21:49:08.328055+0000 mgr.smithi105.rfsypb (mgr.14180) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:09.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:09 smithi167 bash[18945]: audit 2024-02-08T21:49:09.230392+0000 mon.smithi167 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.167:0/1402291241' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-08T21:49:09.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:09 smithi167 bash[18945]: audit 2024-02-08T21:49:09.454434+0000 mon.smithi167 (mon.1) 8 : audit [INF] from='client.? 172.21.15.105:0/26947973' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff85e1d7-af40-43fc-ae8d-91f71e794bcd"}]: dispatch 2024-02-08T21:49:09.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:09 smithi167 bash[18945]: audit 2024-02-08T21:49:09.455550+0000 mon.smithi105 (mon.0) 295 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff85e1d7-af40-43fc-ae8d-91f71e794bcd"}]: dispatch 2024-02-08T21:49:09.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:09 smithi167 bash[18945]: audit 2024-02-08T21:49:09.461173+0000 mon.smithi105 (mon.0) 296 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ff85e1d7-af40-43fc-ae8d-91f71e794bcd"}]': finished 2024-02-08T21:49:09.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:09 smithi167 bash[18945]: cluster 2024-02-08T21:49:09.461238+0000 mon.smithi105 (mon.0) 297 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-08T21:49:09.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:09 smithi167 bash[18945]: audit 2024-02-08T21:49:09.461411+0000 mon.smithi105 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-08T21:49:09.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:09 smithi167 bash[18945]: audit 2024-02-08T21:49:09.461838+0000 mon.smithi105 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:09.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:09 smithi167 bash[18945]: audit 2024-02-08T21:49:09.462174+0000 mon.smithi105 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:09.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:09 smithi167 bash[18945]: audit 2024-02-08T21:49:09.462425+0000 mon.smithi105 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:09.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:09 smithi167 bash[18945]: audit 2024-02-08T21:49:09.462692+0000 mon.smithi105 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:09.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:09 smithi167 bash[18945]: audit 2024-02-08T21:49:09.462958+0000 mon.smithi105 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:10.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:09 smithi105 bash[14197]: cluster 2024-02-08T21:49:08.328055+0000 mgr.smithi105.rfsypb (mgr.14180) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:10.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:09 smithi105 bash[14197]: audit 2024-02-08T21:49:09.230392+0000 mon.smithi167 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.167:0/1402291241' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-08T21:49:10.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:09 smithi105 bash[14197]: audit 2024-02-08T21:49:09.454434+0000 mon.smithi167 (mon.1) 8 : audit [INF] from='client.? 172.21.15.105:0/26947973' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff85e1d7-af40-43fc-ae8d-91f71e794bcd"}]: dispatch 2024-02-08T21:49:10.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:09 smithi105 bash[14197]: audit 2024-02-08T21:49:09.455550+0000 mon.smithi105 (mon.0) 295 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff85e1d7-af40-43fc-ae8d-91f71e794bcd"}]: dispatch 2024-02-08T21:49:10.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:09 smithi105 bash[14197]: audit 2024-02-08T21:49:09.461173+0000 mon.smithi105 (mon.0) 296 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ff85e1d7-af40-43fc-ae8d-91f71e794bcd"}]': finished 2024-02-08T21:49:10.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:09 smithi105 bash[14197]: cluster 2024-02-08T21:49:09.461238+0000 mon.smithi105 (mon.0) 297 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-08T21:49:10.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:09 smithi105 bash[14197]: audit 2024-02-08T21:49:09.461411+0000 mon.smithi105 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-08T21:49:10.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:09 smithi105 bash[14197]: audit 2024-02-08T21:49:09.461838+0000 mon.smithi105 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:10.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:09 smithi105 bash[14197]: audit 2024-02-08T21:49:09.462174+0000 mon.smithi105 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:10.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:09 smithi105 bash[14197]: audit 2024-02-08T21:49:09.462425+0000 mon.smithi105 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:10.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:09 smithi105 bash[14197]: audit 2024-02-08T21:49:09.462692+0000 mon.smithi105 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:10.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:09 smithi105 bash[14197]: audit 2024-02-08T21:49:09.462958+0000 mon.smithi105 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:10.147 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:49:10.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:10 smithi105 bash[14197]: audit 2024-02-08T21:49:10.146640+0000 mon.smithi105 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.105:0/575642268' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:49:10.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:10 smithi105 bash[14197]: cluster 2024-02-08T21:49:10.328530+0000 mgr.smithi105.rfsypb (mgr.14180) 89 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:10.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:10 smithi167 bash[18945]: audit 2024-02-08T21:49:10.146640+0000 mon.smithi105 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.105:0/575642268' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:49:10.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:10 smithi167 bash[18945]: cluster 2024-02-08T21:49:10.328530+0000 mgr.smithi105.rfsypb (mgr.14180) 89 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:11.234 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1707428949,"num_remapped_pgs":0} 2024-02-08T21:49:11.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:11 smithi167 bash[18945]: audit 2024-02-08T21:49:11.641109+0000 mon.smithi105 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.105:0/3344596721' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-08T21:49:12.061 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:11 smithi105 bash[14197]: audit 2024-02-08T21:49:11.641109+0000 mon.smithi105 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.105:0/3344596721' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-08T21:49:12.235 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd stat -f json 2024-02-08T21:49:12.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:12 smithi167 bash[18945]: audit 2024-02-08T21:49:12.012389+0000 mon.smithi167 (mon.1) 9 : audit [INF] from='client.? 172.21.15.167:0/767481021' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "757e8599-705a-44fa-9a37-d7502a8057c8"}]: dispatch 2024-02-08T21:49:12.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:12 smithi167 bash[18945]: audit 2024-02-08T21:49:12.013545+0000 mon.smithi105 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "757e8599-705a-44fa-9a37-d7502a8057c8"}]: dispatch 2024-02-08T21:49:12.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:12 smithi167 bash[18945]: audit 2024-02-08T21:49:12.021581+0000 mon.smithi105 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "757e8599-705a-44fa-9a37-d7502a8057c8"}]': finished 2024-02-08T21:49:12.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:12 smithi167 bash[18945]: cluster 2024-02-08T21:49:12.021799+0000 mon.smithi105 (mon.0) 308 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-08T21:49:12.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:12 smithi167 bash[18945]: audit 2024-02-08T21:49:12.022137+0000 mon.smithi105 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-08T21:49:12.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:12 smithi167 bash[18945]: audit 2024-02-08T21:49:12.022694+0000 mon.smithi105 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:12.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:12 smithi167 bash[18945]: audit 2024-02-08T21:49:12.022991+0000 mon.smithi105 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:12.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:12 smithi167 bash[18945]: audit 2024-02-08T21:49:12.023266+0000 mon.smithi105 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:12.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:12 smithi167 bash[18945]: audit 2024-02-08T21:49:12.023568+0000 mon.smithi105 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:12.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:12 smithi167 bash[18945]: audit 2024-02-08T21:49:12.023876+0000 mon.smithi105 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:12.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:12 smithi167 bash[18945]: audit 2024-02-08T21:49:12.024160+0000 mon.smithi105 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:12.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:12 smithi167 bash[18945]: cluster 2024-02-08T21:49:12.329037+0000 mgr.smithi105.rfsypb (mgr.14180) 90 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:13.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:12 smithi105 bash[14197]: audit 2024-02-08T21:49:12.012389+0000 mon.smithi167 (mon.1) 9 : audit [INF] from='client.? 172.21.15.167:0/767481021' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "757e8599-705a-44fa-9a37-d7502a8057c8"}]: dispatch 2024-02-08T21:49:13.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:12 smithi105 bash[14197]: audit 2024-02-08T21:49:12.013545+0000 mon.smithi105 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "757e8599-705a-44fa-9a37-d7502a8057c8"}]: dispatch 2024-02-08T21:49:13.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:12 smithi105 bash[14197]: audit 2024-02-08T21:49:12.021581+0000 mon.smithi105 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "757e8599-705a-44fa-9a37-d7502a8057c8"}]': finished 2024-02-08T21:49:13.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:12 smithi105 bash[14197]: cluster 2024-02-08T21:49:12.021799+0000 mon.smithi105 (mon.0) 308 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-08T21:49:13.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:12 smithi105 bash[14197]: audit 2024-02-08T21:49:12.022137+0000 mon.smithi105 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-08T21:49:13.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:12 smithi105 bash[14197]: audit 2024-02-08T21:49:12.022694+0000 mon.smithi105 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:13.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:12 smithi105 bash[14197]: audit 2024-02-08T21:49:12.022991+0000 mon.smithi105 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:13.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:12 smithi105 bash[14197]: audit 2024-02-08T21:49:12.023266+0000 mon.smithi105 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:13.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:12 smithi105 bash[14197]: audit 2024-02-08T21:49:12.023568+0000 mon.smithi105 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:13.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:12 smithi105 bash[14197]: audit 2024-02-08T21:49:12.023876+0000 mon.smithi105 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:13.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:12 smithi105 bash[14197]: audit 2024-02-08T21:49:12.024160+0000 mon.smithi105 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:13.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:12 smithi105 bash[14197]: cluster 2024-02-08T21:49:12.329037+0000 mgr.smithi105.rfsypb (mgr.14180) 90 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:14.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:14 smithi105 bash[14197]: audit 2024-02-08T21:49:13.548554+0000 mon.smithi167 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.167:0/3856296910' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-08T21:49:14.496 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:14 smithi167 bash[18945]: audit 2024-02-08T21:49:13.548554+0000 mon.smithi167 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.167:0/3856296910' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-08T21:49:15.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:15 smithi105 bash[14197]: cluster 2024-02-08T21:49:14.329449+0000 mgr.smithi105.rfsypb (mgr.14180) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:15.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:15 smithi105 bash[14197]: audit 2024-02-08T21:49:14.427091+0000 mon.smithi105 (mon.0) 316 : audit [INF] from='client.? 172.21.15.105:0/1467910215' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7e473efc-a19b-4f26-936c-17a2859fa4b7"}]: dispatch 2024-02-08T21:49:15.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:15 smithi105 bash[14197]: audit 2024-02-08T21:49:14.436439+0000 mon.smithi105 (mon.0) 317 : audit [INF] from='client.? 172.21.15.105:0/1467910215' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7e473efc-a19b-4f26-936c-17a2859fa4b7"}]': finished 2024-02-08T21:49:15.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:15 smithi105 bash[14197]: cluster 2024-02-08T21:49:14.436479+0000 mon.smithi105 (mon.0) 318 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-08T21:49:15.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:15 smithi105 bash[14197]: audit 2024-02-08T21:49:14.436564+0000 mon.smithi105 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-08T21:49:15.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:15 smithi105 bash[14197]: audit 2024-02-08T21:49:14.436785+0000 mon.smithi105 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:15.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:15 smithi105 bash[14197]: audit 2024-02-08T21:49:14.436997+0000 mon.smithi105 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:15.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:15 smithi105 bash[14197]: audit 2024-02-08T21:49:14.437167+0000 mon.smithi105 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:15.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:15 smithi105 bash[14197]: audit 2024-02-08T21:49:14.437332+0000 mon.smithi105 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:15.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:15 smithi105 bash[14197]: audit 2024-02-08T21:49:14.437498+0000 mon.smithi105 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:15.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:15 smithi105 bash[14197]: audit 2024-02-08T21:49:14.437648+0000 mon.smithi105 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:15.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:15 smithi105 bash[14197]: audit 2024-02-08T21:49:14.437812+0000 mon.smithi105 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:15.488 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:49:15.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:15 smithi167 bash[18945]: cluster 2024-02-08T21:49:14.329449+0000 mgr.smithi105.rfsypb (mgr.14180) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:15.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:15 smithi167 bash[18945]: audit 2024-02-08T21:49:14.427091+0000 mon.smithi105 (mon.0) 316 : audit [INF] from='client.? 172.21.15.105:0/1467910215' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7e473efc-a19b-4f26-936c-17a2859fa4b7"}]: dispatch 2024-02-08T21:49:15.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:15 smithi167 bash[18945]: audit 2024-02-08T21:49:14.436439+0000 mon.smithi105 (mon.0) 317 : audit [INF] from='client.? 172.21.15.105:0/1467910215' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7e473efc-a19b-4f26-936c-17a2859fa4b7"}]': finished 2024-02-08T21:49:15.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:15 smithi167 bash[18945]: cluster 2024-02-08T21:49:14.436479+0000 mon.smithi105 (mon.0) 318 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-08T21:49:15.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:15 smithi167 bash[18945]: audit 2024-02-08T21:49:14.436564+0000 mon.smithi105 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-08T21:49:15.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:15 smithi167 bash[18945]: audit 2024-02-08T21:49:14.436785+0000 mon.smithi105 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:15.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:15 smithi167 bash[18945]: audit 2024-02-08T21:49:14.436997+0000 mon.smithi105 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:15.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:15 smithi167 bash[18945]: audit 2024-02-08T21:49:14.437167+0000 mon.smithi105 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:15.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:15 smithi167 bash[18945]: audit 2024-02-08T21:49:14.437332+0000 mon.smithi105 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:15.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:15 smithi167 bash[18945]: audit 2024-02-08T21:49:14.437498+0000 mon.smithi105 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:15.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:15 smithi167 bash[18945]: audit 2024-02-08T21:49:14.437648+0000 mon.smithi105 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:15.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:15 smithi167 bash[18945]: audit 2024-02-08T21:49:14.437812+0000 mon.smithi105 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:16.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:16 smithi105 bash[14197]: audit 2024-02-08T21:49:15.487421+0000 mon.smithi105 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.105:0/497336665' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:49:16.375 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707428954,"num_remapped_pgs":0} 2024-02-08T21:49:16.496 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:16 smithi167 bash[18945]: audit 2024-02-08T21:49:15.487421+0000 mon.smithi105 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.105:0/497336665' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:49:17.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:17 smithi105 bash[14197]: audit 2024-02-08T21:49:16.299469+0000 mon.smithi105 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.105:0/1157135384' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-08T21:49:17.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:17 smithi105 bash[14197]: cluster 2024-02-08T21:49:16.329820+0000 mgr.smithi105.rfsypb (mgr.14180) 92 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:17.376 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd stat -f json 2024-02-08T21:49:17.496 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:17 smithi167 bash[18945]: audit 2024-02-08T21:49:16.299469+0000 mon.smithi105 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.105:0/1157135384' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-08T21:49:17.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:17 smithi167 bash[18945]: cluster 2024-02-08T21:49:16.329820+0000 mgr.smithi105.rfsypb (mgr.14180) 92 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:19.746 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:19 smithi167 bash[18945]: cluster 2024-02-08T21:49:18.330174+0000 mgr.smithi105.rfsypb (mgr.14180) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:19.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:19 smithi105 bash[14197]: cluster 2024-02-08T21:49:18.330174+0000 mgr.smithi105.rfsypb (mgr.14180) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:20.710 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:49:21.503 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707428954,"num_remapped_pgs":0} 2024-02-08T21:49:21.746 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:21 smithi167 bash[18945]: cluster 2024-02-08T21:49:20.330566+0000 mgr.smithi105.rfsypb (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:21.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:21 smithi167 bash[18945]: audit 2024-02-08T21:49:20.709267+0000 mon.smithi105 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.105:0/4233697853' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:49:21.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:21 smithi105 bash[14197]: cluster 2024-02-08T21:49:20.330566+0000 mgr.smithi105.rfsypb (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:21.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:21 smithi105 bash[14197]: audit 2024-02-08T21:49:20.709267+0000 mon.smithi105 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.105:0/4233697853' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:49:22.504 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd stat -f json 2024-02-08T21:49:23.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:23 smithi105 bash[14197]: cluster 2024-02-08T21:49:22.330988+0000 mgr.smithi105.rfsypb (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:23.746 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:23 smithi167 bash[18945]: cluster 2024-02-08T21:49:22.330988+0000 mgr.smithi105.rfsypb (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:25.564 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:49:25.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:25 smithi167 bash[18945]: cluster 2024-02-08T21:49:24.331427+0000 mgr.smithi105.rfsypb (mgr.14180) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:25.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:25 smithi167 bash[18945]: audit 2024-02-08T21:49:25.196569+0000 mon.smithi105 (mon.0) 330 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-08T21:49:25.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:25 smithi167 bash[18945]: audit 2024-02-08T21:49:25.198149+0000 mon.smithi105 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:49:25.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:25 smithi105 bash[14197]: cluster 2024-02-08T21:49:24.331427+0000 mgr.smithi105.rfsypb (mgr.14180) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:25.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:25 smithi105 bash[14197]: audit 2024-02-08T21:49:25.196569+0000 mon.smithi105 (mon.0) 330 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-08T21:49:25.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:25 smithi105 bash[14197]: audit 2024-02-08T21:49:25.198149+0000 mon.smithi105 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:49:26.503 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:26 smithi105 bash[14197]: cephadm 2024-02-08T21:49:25.199510+0000 mgr.smithi105.rfsypb (mgr.14180) 97 : cephadm [INF] Deploying daemon osd.0 on smithi167 2024-02-08T21:49:26.504 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:26 smithi105 bash[14197]: audit 2024-02-08T21:49:25.563283+0000 mon.smithi105 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.105:0/3537512499' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:49:26.504 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707428954,"num_remapped_pgs":0} 2024-02-08T21:49:26.746 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:26 smithi167 bash[18945]: cephadm 2024-02-08T21:49:25.199510+0000 mgr.smithi105.rfsypb (mgr.14180) 97 : cephadm [INF] Deploying daemon osd.0 on smithi167 2024-02-08T21:49:26.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:26 smithi167 bash[18945]: audit 2024-02-08T21:49:25.563283+0000 mon.smithi105 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.105:0/3537512499' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:49:27.505 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd stat -f json 2024-02-08T21:49:27.698 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:27 smithi105 bash[14197]: cluster 2024-02-08T21:49:26.331926+0000 mgr.smithi105.rfsypb (mgr.14180) 98 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:27.709 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:27 smithi167 bash[18945]: cluster 2024-02-08T21:49:26.331926+0000 mgr.smithi105.rfsypb (mgr.14180) 98 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:29.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:29 smithi167 bash[18945]: cluster 2024-02-08T21:49:28.332354+0000 mgr.smithi105.rfsypb (mgr.14180) 99 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:29.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:29 smithi167 bash[18945]: audit 2024-02-08T21:49:29.249455+0000 mon.smithi105 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:49:29.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:29 smithi167 bash[18945]: audit 2024-02-08T21:49:29.250814+0000 mon.smithi105 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-08T21:49:29.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:29 smithi167 bash[18945]: audit 2024-02-08T21:49:29.252377+0000 mon.smithi105 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:49:29.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:29 smithi105 bash[14197]: cluster 2024-02-08T21:49:28.332354+0000 mgr.smithi105.rfsypb (mgr.14180) 99 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:29.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:29 smithi105 bash[14197]: audit 2024-02-08T21:49:29.249455+0000 mon.smithi105 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:49:29.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:29 smithi105 bash[14197]: audit 2024-02-08T21:49:29.250814+0000 mon.smithi105 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-08T21:49:29.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:29 smithi105 bash[14197]: audit 2024-02-08T21:49:29.252377+0000 mon.smithi105 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:49:30.684 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:30 smithi167 bash[18945]: cephadm 2024-02-08T21:49:29.253360+0000 mgr.smithi105.rfsypb (mgr.14180) 100 : cephadm [INF] Deploying daemon osd.2 on smithi167 2024-02-08T21:49:30.684 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:30 smithi167 bash[18945]: audit 2024-02-08T21:49:30.294054+0000 mon.smithi105 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-08T21:49:30.684 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:30 smithi167 bash[18945]: audit 2024-02-08T21:49:30.295433+0000 mon.smithi105 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:49:30.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:30 smithi105 bash[14197]: cephadm 2024-02-08T21:49:29.253360+0000 mgr.smithi105.rfsypb (mgr.14180) 100 : cephadm [INF] Deploying daemon osd.2 on smithi167 2024-02-08T21:49:30.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:30 smithi105 bash[14197]: audit 2024-02-08T21:49:30.294054+0000 mon.smithi105 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-08T21:49:30.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:30 smithi105 bash[14197]: audit 2024-02-08T21:49:30.295433+0000 mon.smithi105 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:49:31.555 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:49:31.654 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:31 smithi167 bash[18945]: cephadm 2024-02-08T21:49:30.296394+0000 mgr.smithi105.rfsypb (mgr.14180) 101 : cephadm [INF] Deploying daemon osd.1 on smithi105 2024-02-08T21:49:31.654 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:31 smithi167 bash[18945]: cluster 2024-02-08T21:49:30.332697+0000 mgr.smithi105.rfsypb (mgr.14180) 102 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:31.792 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:31 smithi105 bash[14197]: cephadm 2024-02-08T21:49:30.296394+0000 mgr.smithi105.rfsypb (mgr.14180) 101 : cephadm [INF] Deploying daemon osd.1 on smithi105 2024-02-08T21:49:31.792 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:31 smithi105 bash[14197]: cluster 2024-02-08T21:49:30.332697+0000 mgr.smithi105.rfsypb (mgr.14180) 102 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:32.613 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707428954,"num_remapped_pgs":0} 2024-02-08T21:49:32.695 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:32 smithi105 bash[14197]: audit 2024-02-08T21:49:31.554756+0000 mon.smithi105 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.105:0/1020291216' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:49:32.785 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:32 smithi167 bash[18945]: audit 2024-02-08T21:49:31.554756+0000 mon.smithi105 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.105:0/1020291216' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:49:33.614 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd stat -f json 2024-02-08T21:49:33.687 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:33 smithi167 bash[18945]: cluster 2024-02-08T21:49:32.333237+0000 mgr.smithi105.rfsypb (mgr.14180) 103 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:33.806 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:33 smithi105 bash[14197]: cluster 2024-02-08T21:49:32.333237+0000 mgr.smithi105.rfsypb (mgr.14180) 103 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:35.440 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:35 smithi105 bash[14197]: cluster 2024-02-08T21:49:34.333752+0000 mgr.smithi105.rfsypb (mgr.14180) 104 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:35.440 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:35 smithi105 bash[14197]: audit 2024-02-08T21:49:34.764616+0000 mon.smithi105 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:49:35.440 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:35 smithi105 bash[14197]: audit 2024-02-08T21:49:34.765982+0000 mon.smithi105 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-08T21:49:35.441 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:35 smithi105 bash[14197]: audit 2024-02-08T21:49:34.767308+0000 mon.smithi105 (mon.0) 341 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:49:35.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:35 smithi167 bash[18945]: cluster 2024-02-08T21:49:34.333752+0000 mgr.smithi105.rfsypb (mgr.14180) 104 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:35.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:35 smithi167 bash[18945]: audit 2024-02-08T21:49:34.764616+0000 mon.smithi105 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:49:35.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:35 smithi167 bash[18945]: audit 2024-02-08T21:49:34.765982+0000 mon.smithi105 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-08T21:49:35.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:35 smithi167 bash[18945]: audit 2024-02-08T21:49:34.767308+0000 mon.smithi105 (mon.0) 341 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:49:36.670 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:36 smithi167 bash[18945]: cephadm 2024-02-08T21:49:34.768361+0000 mgr.smithi105.rfsypb (mgr.14180) 105 : cephadm [INF] Deploying daemon osd.4 on smithi167 2024-02-08T21:49:36.670 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:36 smithi167 bash[18945]: audit 2024-02-08T21:49:35.642222+0000 mon.smithi105 (mon.0) 342 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:49:36.670 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:36 smithi167 bash[18945]: audit 2024-02-08T21:49:35.643469+0000 mon.smithi105 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-08T21:49:36.670 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:36 smithi167 bash[18945]: audit 2024-02-08T21:49:35.644251+0000 mon.smithi105 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:49:36.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:36 smithi105 bash[14197]: cephadm 2024-02-08T21:49:34.768361+0000 mgr.smithi105.rfsypb (mgr.14180) 105 : cephadm [INF] Deploying daemon osd.4 on smithi167 2024-02-08T21:49:36.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:36 smithi105 bash[14197]: audit 2024-02-08T21:49:35.642222+0000 mon.smithi105 (mon.0) 342 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:49:36.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:36 smithi105 bash[14197]: audit 2024-02-08T21:49:35.643469+0000 mon.smithi105 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-08T21:49:36.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:36 smithi105 bash[14197]: audit 2024-02-08T21:49:35.644251+0000 mon.smithi105 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:49:37.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:37 smithi167 bash[18945]: cephadm 2024-02-08T21:49:35.644878+0000 mgr.smithi105.rfsypb (mgr.14180) 106 : cephadm [INF] Deploying daemon osd.3 on smithi105 2024-02-08T21:49:37.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:37 smithi167 bash[18945]: cluster 2024-02-08T21:49:36.334187+0000 mgr.smithi105.rfsypb (mgr.14180) 107 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:37.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:37 smithi167 bash[18945]: audit 2024-02-08T21:49:37.084174+0000 mon.smithi167 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.167:6800/3924789794,v1:172.21.15.167:6801/3924789794]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-08T21:49:37.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:37 smithi167 bash[18945]: audit 2024-02-08T21:49:37.085382+0000 mon.smithi105 (mon.0) 345 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-08T21:49:37.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:37 smithi105 bash[14197]: cephadm 2024-02-08T21:49:35.644878+0000 mgr.smithi105.rfsypb (mgr.14180) 106 : cephadm [INF] Deploying daemon osd.3 on smithi105 2024-02-08T21:49:37.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:37 smithi105 bash[14197]: cluster 2024-02-08T21:49:36.334187+0000 mgr.smithi105.rfsypb (mgr.14180) 107 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:37.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:37 smithi105 bash[14197]: audit 2024-02-08T21:49:37.084174+0000 mon.smithi167 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.167:6800/3924789794,v1:172.21.15.167:6801/3924789794]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-08T21:49:37.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:37 smithi105 bash[14197]: audit 2024-02-08T21:49:37.085382+0000 mon.smithi105 (mon.0) 345 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-08T21:49:38.415 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:49:38.909 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:38 smithi105 bash[14197]: audit 2024-02-08T21:49:37.647103+0000 mon.smithi105 (mon.0) 346 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-08T21:49:38.909 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:38 smithi105 bash[14197]: cluster 2024-02-08T21:49:37.647352+0000 mon.smithi105 (mon.0) 347 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-08T21:49:38.909 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:38 smithi105 bash[14197]: audit 2024-02-08T21:49:37.647640+0000 mon.smithi105 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-08T21:49:38.909 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:38 smithi105 bash[14197]: audit 2024-02-08T21:49:37.648194+0000 mon.smithi105 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:38.909 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:38 smithi105 bash[14197]: audit 2024-02-08T21:49:37.648312+0000 mon.smithi167 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.167:6800/3924789794,v1:172.21.15.167:6801/3924789794]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2024-02-08T21:49:38.910 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:38 smithi105 bash[14197]: audit 2024-02-08T21:49:37.648496+0000 mon.smithi105 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:38.910 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:38 smithi105 bash[14197]: audit 2024-02-08T21:49:37.648794+0000 mon.smithi105 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:38.910 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:38 smithi105 bash[14197]: audit 2024-02-08T21:49:37.649209+0000 mon.smithi105 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:38.910 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:38 smithi105 bash[14197]: audit 2024-02-08T21:49:37.649640+0000 mon.smithi105 (mon.0) 353 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2024-02-08T21:49:38.910 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:38 smithi105 bash[14197]: audit 2024-02-08T21:49:37.650063+0000 mon.smithi105 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:38.910 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:38 smithi105 bash[14197]: audit 2024-02-08T21:49:37.650373+0000 mon.smithi105 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:38.910 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:38 smithi105 bash[14197]: audit 2024-02-08T21:49:37.650673+0000 mon.smithi105 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:38.910 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:38 smithi105 bash[14197]: cluster 2024-02-08T21:49:38.334492+0000 mgr.smithi105.rfsypb (mgr.14180) 108 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:38.910 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:38 smithi105 bash[14197]: audit 2024-02-08T21:49:38.414370+0000 mon.smithi105 (mon.0) 357 : audit [DBG] from='client.? 172.21.15.105:0/1118383549' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:49:38.962 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:38 smithi167 bash[18945]: audit 2024-02-08T21:49:37.647103+0000 mon.smithi105 (mon.0) 346 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-08T21:49:38.962 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:38 smithi167 bash[18945]: cluster 2024-02-08T21:49:37.647352+0000 mon.smithi105 (mon.0) 347 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-08T21:49:38.963 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:38 smithi167 bash[18945]: audit 2024-02-08T21:49:37.647640+0000 mon.smithi105 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-08T21:49:38.963 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:38 smithi167 bash[18945]: audit 2024-02-08T21:49:37.648194+0000 mon.smithi105 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:38.963 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:38 smithi167 bash[18945]: audit 2024-02-08T21:49:37.648312+0000 mon.smithi167 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.167:6800/3924789794,v1:172.21.15.167:6801/3924789794]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2024-02-08T21:49:38.963 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:38 smithi167 bash[18945]: audit 2024-02-08T21:49:37.648496+0000 mon.smithi105 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:38.963 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:38 smithi167 bash[18945]: audit 2024-02-08T21:49:37.648794+0000 mon.smithi105 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:38.963 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:38 smithi167 bash[18945]: audit 2024-02-08T21:49:37.649209+0000 mon.smithi105 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:38.963 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:38 smithi167 bash[18945]: audit 2024-02-08T21:49:37.649640+0000 mon.smithi105 (mon.0) 353 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2024-02-08T21:49:38.963 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:38 smithi167 bash[18945]: audit 2024-02-08T21:49:37.650063+0000 mon.smithi105 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:38.963 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:38 smithi167 bash[18945]: audit 2024-02-08T21:49:37.650373+0000 mon.smithi105 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:38.963 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:38 smithi167 bash[18945]: audit 2024-02-08T21:49:37.650673+0000 mon.smithi105 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:38.963 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:38 smithi167 bash[18945]: cluster 2024-02-08T21:49:38.334492+0000 mgr.smithi105.rfsypb (mgr.14180) 108 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-08T21:49:38.963 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:38 smithi167 bash[18945]: audit 2024-02-08T21:49:38.414370+0000 mon.smithi105 (mon.0) 357 : audit [DBG] from='client.? 172.21.15.105:0/1118383549' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:49:39.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:39 smithi105 bash[14197]: audit 2024-02-08T21:49:38.653051+0000 mon.smithi105 (mon.0) 358 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]': finished 2024-02-08T21:49:39.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:39 smithi105 bash[14197]: cluster 2024-02-08T21:49:38.653162+0000 mon.smithi105 (mon.0) 359 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-08T21:49:39.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:39 smithi105 bash[14197]: audit 2024-02-08T21:49:38.653683+0000 mon.smithi105 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-08T21:49:39.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:39 smithi105 bash[14197]: audit 2024-02-08T21:49:38.654323+0000 mon.smithi105 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:39.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:39 smithi105 bash[14197]: audit 2024-02-08T21:49:38.654560+0000 mon.smithi105 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:39.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:39 smithi105 bash[14197]: audit 2024-02-08T21:49:38.654794+0000 mon.smithi105 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:39.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:39 smithi105 bash[14197]: audit 2024-02-08T21:49:38.655022+0000 mon.smithi105 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:39.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:39 smithi105 bash[14197]: audit 2024-02-08T21:49:38.655256+0000 mon.smithi105 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:39.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:39 smithi105 bash[14197]: audit 2024-02-08T21:49:38.655490+0000 mon.smithi105 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:39.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:39 smithi105 bash[14197]: audit 2024-02-08T21:49:38.655729+0000 mon.smithi105 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:39.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:39 smithi105 bash[14197]: audit 2024-02-08T21:49:38.657251+0000 mon.smithi105 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-08T21:49:39.829 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:39 smithi167 bash[18945]: audit 2024-02-08T21:49:38.653051+0000 mon.smithi105 (mon.0) 358 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]': finished 2024-02-08T21:49:39.829 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:39 smithi167 bash[18945]: cluster 2024-02-08T21:49:38.653162+0000 mon.smithi105 (mon.0) 359 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-08T21:49:39.829 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:39 smithi167 bash[18945]: audit 2024-02-08T21:49:38.653683+0000 mon.smithi105 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-08T21:49:39.829 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:39 smithi167 bash[18945]: audit 2024-02-08T21:49:38.654323+0000 mon.smithi105 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:39.829 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:39 smithi167 bash[18945]: audit 2024-02-08T21:49:38.654560+0000 mon.smithi105 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:39.829 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:39 smithi167 bash[18945]: audit 2024-02-08T21:49:38.654794+0000 mon.smithi105 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:39.829 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:39 smithi167 bash[18945]: audit 2024-02-08T21:49:38.655022+0000 mon.smithi105 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:39.829 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:39 smithi167 bash[18945]: audit 2024-02-08T21:49:38.655256+0000 mon.smithi105 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:39.829 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:39 smithi167 bash[18945]: audit 2024-02-08T21:49:38.655490+0000 mon.smithi105 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:39.829 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:39 smithi167 bash[18945]: audit 2024-02-08T21:49:38.655729+0000 mon.smithi105 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:39.829 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:39 smithi167 bash[18945]: audit 2024-02-08T21:49:38.657251+0000 mon.smithi105 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-08T21:49:40.152 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707428954,"num_remapped_pgs":0} 2024-02-08T21:49:40.665 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:40 smithi167 bash[18945]: cluster 2024-02-08T21:49:38.097984+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-08T21:49:40.665 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:40 smithi167 bash[18945]: cluster 2024-02-08T21:49:38.098089+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-08T21:49:40.665 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:40 smithi167 bash[18945]: cluster 2024-02-08T21:49:39.656096+0000 mon.smithi105 (mon.0) 369 : cluster [INF] osd.0 [v2:172.21.15.167:6800/3924789794,v1:172.21.15.167:6801/3924789794] boot 2024-02-08T21:49:40.666 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:40 smithi167 bash[18945]: cluster 2024-02-08T21:49:39.656181+0000 mon.smithi105 (mon.0) 370 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-08T21:49:40.666 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:40 smithi167 bash[18945]: audit 2024-02-08T21:49:39.656888+0000 mon.smithi105 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-08T21:49:40.666 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:40 smithi167 bash[18945]: audit 2024-02-08T21:49:39.658131+0000 mon.smithi105 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:40.666 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:40 smithi167 bash[18945]: audit 2024-02-08T21:49:39.662197+0000 mon.smithi105 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:40.666 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:40 smithi167 bash[18945]: audit 2024-02-08T21:49:39.662551+0000 mon.smithi105 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:40.666 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:40 smithi167 bash[18945]: audit 2024-02-08T21:49:39.662867+0000 mon.smithi105 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:40.666 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:40 smithi167 bash[18945]: audit 2024-02-08T21:49:39.663186+0000 mon.smithi105 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:40.991 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:40 smithi105 bash[14197]: cluster 2024-02-08T21:49:38.097984+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-08T21:49:40.991 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:40 smithi105 bash[14197]: cluster 2024-02-08T21:49:38.098089+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-08T21:49:40.991 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:40 smithi105 bash[14197]: cluster 2024-02-08T21:49:39.656096+0000 mon.smithi105 (mon.0) 369 : cluster [INF] osd.0 [v2:172.21.15.167:6800/3924789794,v1:172.21.15.167:6801/3924789794] boot 2024-02-08T21:49:40.991 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:40 smithi105 bash[14197]: cluster 2024-02-08T21:49:39.656181+0000 mon.smithi105 (mon.0) 370 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-08T21:49:40.991 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:40 smithi105 bash[14197]: audit 2024-02-08T21:49:39.656888+0000 mon.smithi105 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-08T21:49:40.991 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:40 smithi105 bash[14197]: audit 2024-02-08T21:49:39.658131+0000 mon.smithi105 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:40.991 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:40 smithi105 bash[14197]: audit 2024-02-08T21:49:39.662197+0000 mon.smithi105 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:40.991 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:40 smithi105 bash[14197]: audit 2024-02-08T21:49:39.662551+0000 mon.smithi105 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:40.991 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:40 smithi105 bash[14197]: audit 2024-02-08T21:49:39.662867+0000 mon.smithi105 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:40.991 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:40 smithi105 bash[14197]: audit 2024-02-08T21:49:39.663186+0000 mon.smithi105 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:40.992 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:40 smithi105 bash[14197]: audit 2024-02-08T21:49:39.663491+0000 mon.smithi105 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:40.992 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:40 smithi105 bash[14197]: audit 2024-02-08T21:49:39.663802+0000 mon.smithi105 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:40.992 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:40 smithi105 bash[14197]: cluster 2024-02-08T21:49:40.335004+0000 mgr.smithi105.rfsypb (mgr.14180) 109 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-08T21:49:40.992 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:40 smithi105 bash[14197]: audit 2024-02-08T21:49:40.378232+0000 mon.smithi105 (mon.0) 379 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:49:40.992 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:40 smithi105 bash[14197]: audit 2024-02-08T21:49:40.379279+0000 mon.smithi105 (mon.0) 380 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-08T21:49:40.992 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:40 smithi105 bash[14197]: audit 2024-02-08T21:49:40.380278+0000 mon.smithi105 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:49:40.992 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:40 smithi105 bash[14197]: cephadm 2024-02-08T21:49:40.381051+0000 mgr.smithi105.rfsypb (mgr.14180) 110 : cephadm [INF] Deploying daemon osd.6 on smithi167 2024-02-08T21:49:40.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:40 smithi167 bash[18945]: audit 2024-02-08T21:49:39.663491+0000 mon.smithi105 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:40.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:40 smithi167 bash[18945]: audit 2024-02-08T21:49:39.663802+0000 mon.smithi105 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:40.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:40 smithi167 bash[18945]: cluster 2024-02-08T21:49:40.335004+0000 mgr.smithi105.rfsypb (mgr.14180) 109 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-08T21:49:40.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:40 smithi167 bash[18945]: audit 2024-02-08T21:49:40.378232+0000 mon.smithi105 (mon.0) 379 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:49:40.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:40 smithi167 bash[18945]: audit 2024-02-08T21:49:40.379279+0000 mon.smithi105 (mon.0) 380 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-08T21:49:40.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:40 smithi167 bash[18945]: audit 2024-02-08T21:49:40.380278+0000 mon.smithi105 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:49:40.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:40 smithi167 bash[18945]: cephadm 2024-02-08T21:49:40.381051+0000 mgr.smithi105.rfsypb (mgr.14180) 110 : cephadm [INF] Deploying daemon osd.6 on smithi167 2024-02-08T21:49:41.153 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd stat -f json 2024-02-08T21:49:41.987 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:41 smithi105 bash[14197]: cluster 2024-02-08T21:49:40.667986+0000 mon.smithi105 (mon.0) 382 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-08T21:49:41.987 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:41 smithi105 bash[14197]: audit 2024-02-08T21:49:40.668108+0000 mon.smithi105 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:41.987 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:41 smithi105 bash[14197]: audit 2024-02-08T21:49:40.668350+0000 mon.smithi105 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:41.988 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:41 smithi105 bash[14197]: audit 2024-02-08T21:49:40.668557+0000 mon.smithi105 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:41.988 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:41 smithi105 bash[14197]: audit 2024-02-08T21:49:40.669118+0000 mon.smithi105 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:41.988 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:41 smithi105 bash[14197]: audit 2024-02-08T21:49:40.669314+0000 mon.smithi105 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:41.988 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:41 smithi105 bash[14197]: audit 2024-02-08T21:49:40.669488+0000 mon.smithi105 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:41.988 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:41 smithi105 bash[14197]: audit 2024-02-08T21:49:40.669656+0000 mon.smithi105 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:41.996 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:41 smithi167 bash[18945]: cluster 2024-02-08T21:49:40.667986+0000 mon.smithi105 (mon.0) 382 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-08T21:49:41.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:41 smithi167 bash[18945]: audit 2024-02-08T21:49:40.668108+0000 mon.smithi105 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:41.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:41 smithi167 bash[18945]: audit 2024-02-08T21:49:40.668350+0000 mon.smithi105 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:41.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:41 smithi167 bash[18945]: audit 2024-02-08T21:49:40.668557+0000 mon.smithi105 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:41.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:41 smithi167 bash[18945]: audit 2024-02-08T21:49:40.669118+0000 mon.smithi105 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:41.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:41 smithi167 bash[18945]: audit 2024-02-08T21:49:40.669314+0000 mon.smithi105 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:41.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:41 smithi167 bash[18945]: audit 2024-02-08T21:49:40.669488+0000 mon.smithi105 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:41.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:41 smithi167 bash[18945]: audit 2024-02-08T21:49:40.669656+0000 mon.smithi105 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:42.960 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:42 smithi105 bash[14197]: cluster 2024-02-08T21:49:42.335409+0000 mgr.smithi105.rfsypb (mgr.14180) 111 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-08T21:49:42.960 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:42 smithi105 bash[14197]: audit 2024-02-08T21:49:42.618934+0000 mon.smithi167 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.167:6808/2378319137,v1:172.21.15.167:6809/2378319137]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-08T21:49:42.960 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:42 smithi105 bash[14197]: audit 2024-02-08T21:49:42.619871+0000 mon.smithi105 (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-08T21:49:42.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:42 smithi167 bash[18945]: cluster 2024-02-08T21:49:42.335409+0000 mgr.smithi105.rfsypb (mgr.14180) 111 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-08T21:49:42.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:42 smithi167 bash[18945]: audit 2024-02-08T21:49:42.618934+0000 mon.smithi167 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.167:6808/2378319137,v1:172.21.15.167:6809/2378319137]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-08T21:49:42.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:42 smithi167 bash[18945]: audit 2024-02-08T21:49:42.619871+0000 mon.smithi105 (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-08T21:49:43.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:43 smithi167 bash[18945]: audit 2024-02-08T21:49:42.681443+0000 mon.smithi105 (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-08T21:49:43.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:43 smithi167 bash[18945]: cluster 2024-02-08T21:49:42.681554+0000 mon.smithi105 (mon.0) 392 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-08T21:49:43.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:43 smithi167 bash[18945]: audit 2024-02-08T21:49:42.681684+0000 mon.smithi105 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:43.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:43 smithi167 bash[18945]: audit 2024-02-08T21:49:42.682043+0000 mon.smithi105 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:43.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:43 smithi167 bash[18945]: audit 2024-02-08T21:49:42.682306+0000 mon.smithi105 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:43.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:43 smithi167 bash[18945]: audit 2024-02-08T21:49:42.682441+0000 mon.smithi167 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.167:6808/2378319137,v1:172.21.15.167:6809/2378319137]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2024-02-08T21:49:43.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:43 smithi167 bash[18945]: audit 2024-02-08T21:49:42.682531+0000 mon.smithi105 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:43.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:43 smithi167 bash[18945]: audit 2024-02-08T21:49:42.682761+0000 mon.smithi105 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:43.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:43 smithi167 bash[18945]: audit 2024-02-08T21:49:42.682948+0000 mon.smithi105 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:43.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:43 smithi167 bash[18945]: audit 2024-02-08T21:49:42.683239+0000 mon.smithi105 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:43.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:43 smithi167 bash[18945]: audit 2024-02-08T21:49:42.683510+0000 mon.smithi105 (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2024-02-08T21:49:43.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:43 smithi167 bash[18945]: audit 2024-02-08T21:49:43.423651+0000 mon.smithi105 (mon.0) 401 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:49:43.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:43 smithi167 bash[18945]: audit 2024-02-08T21:49:43.424573+0000 mon.smithi105 (mon.0) 402 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-08T21:49:43.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:43 smithi167 bash[18945]: audit 2024-02-08T21:49:43.425378+0000 mon.smithi105 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:49:43.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:43 smithi167 bash[18945]: cephadm 2024-02-08T21:49:43.426057+0000 mgr.smithi105.rfsypb (mgr.14180) 112 : cephadm [INF] Deploying daemon osd.5 on smithi105 2024-02-08T21:49:44.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:43 smithi105 bash[14197]: audit 2024-02-08T21:49:42.681443+0000 mon.smithi105 (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-08T21:49:44.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:43 smithi105 bash[14197]: cluster 2024-02-08T21:49:42.681554+0000 mon.smithi105 (mon.0) 392 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-08T21:49:44.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:43 smithi105 bash[14197]: audit 2024-02-08T21:49:42.681684+0000 mon.smithi105 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:44.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:43 smithi105 bash[14197]: audit 2024-02-08T21:49:42.682043+0000 mon.smithi105 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:44.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:43 smithi105 bash[14197]: audit 2024-02-08T21:49:42.682306+0000 mon.smithi105 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:44.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:43 smithi105 bash[14197]: audit 2024-02-08T21:49:42.682441+0000 mon.smithi167 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.167:6808/2378319137,v1:172.21.15.167:6809/2378319137]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2024-02-08T21:49:44.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:43 smithi105 bash[14197]: audit 2024-02-08T21:49:42.682531+0000 mon.smithi105 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:44.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:43 smithi105 bash[14197]: audit 2024-02-08T21:49:42.682761+0000 mon.smithi105 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:44.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:43 smithi105 bash[14197]: audit 2024-02-08T21:49:42.682948+0000 mon.smithi105 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:44.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:43 smithi105 bash[14197]: audit 2024-02-08T21:49:42.683239+0000 mon.smithi105 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:44.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:43 smithi105 bash[14197]: audit 2024-02-08T21:49:42.683510+0000 mon.smithi105 (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2024-02-08T21:49:44.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:43 smithi105 bash[14197]: audit 2024-02-08T21:49:43.423651+0000 mon.smithi105 (mon.0) 401 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:49:44.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:43 smithi105 bash[14197]: audit 2024-02-08T21:49:43.424573+0000 mon.smithi105 (mon.0) 402 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-08T21:49:44.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:43 smithi105 bash[14197]: audit 2024-02-08T21:49:43.425378+0000 mon.smithi105 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:49:44.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:43 smithi105 bash[14197]: cephadm 2024-02-08T21:49:43.426057+0000 mgr.smithi105.rfsypb (mgr.14180) 112 : cephadm [INF] Deploying daemon osd.5 on smithi105 2024-02-08T21:49:44.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:44 smithi105 bash[14197]: audit 2024-02-08T21:49:43.686154+0000 mon.smithi105 (mon.0) 404 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]': finished 2024-02-08T21:49:44.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:44 smithi105 bash[14197]: cluster 2024-02-08T21:49:43.686283+0000 mon.smithi105 (mon.0) 405 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-08T21:49:44.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:44 smithi105 bash[14197]: audit 2024-02-08T21:49:43.686857+0000 mon.smithi105 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:44.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:44 smithi105 bash[14197]: audit 2024-02-08T21:49:43.687322+0000 mon.smithi105 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:44.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:44 smithi105 bash[14197]: audit 2024-02-08T21:49:43.687620+0000 mon.smithi105 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:44.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:44 smithi105 bash[14197]: audit 2024-02-08T21:49:43.687916+0000 mon.smithi105 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:44.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:44 smithi105 bash[14197]: audit 2024-02-08T21:49:43.688236+0000 mon.smithi105 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:44.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:44 smithi105 bash[14197]: audit 2024-02-08T21:49:43.688533+0000 mon.smithi105 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:44.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:44 smithi105 bash[14197]: audit 2024-02-08T21:49:43.689112+0000 mon.smithi105 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:44.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:44 smithi105 bash[14197]: audit 2024-02-08T21:49:43.694698+0000 mon.smithi105 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:44.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:44 smithi105 bash[14197]: cluster 2024-02-08T21:49:44.335685+0000 mgr.smithi105.rfsypb (mgr.14180) 113 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-08T21:49:44.926 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:44 smithi167 bash[18945]: audit 2024-02-08T21:49:43.686154+0000 mon.smithi105 (mon.0) 404 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]': finished 2024-02-08T21:49:44.927 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:44 smithi167 bash[18945]: cluster 2024-02-08T21:49:43.686283+0000 mon.smithi105 (mon.0) 405 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-08T21:49:44.927 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:44 smithi167 bash[18945]: audit 2024-02-08T21:49:43.686857+0000 mon.smithi105 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:44.927 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:44 smithi167 bash[18945]: audit 2024-02-08T21:49:43.687322+0000 mon.smithi105 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:44.927 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:44 smithi167 bash[18945]: audit 2024-02-08T21:49:43.687620+0000 mon.smithi105 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:44.927 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:44 smithi167 bash[18945]: audit 2024-02-08T21:49:43.687916+0000 mon.smithi105 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:44.927 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:44 smithi167 bash[18945]: audit 2024-02-08T21:49:43.688236+0000 mon.smithi105 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:44.927 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:44 smithi167 bash[18945]: audit 2024-02-08T21:49:43.688533+0000 mon.smithi105 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:44.927 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:44 smithi167 bash[18945]: audit 2024-02-08T21:49:43.689112+0000 mon.smithi105 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:44.927 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:44 smithi167 bash[18945]: audit 2024-02-08T21:49:43.694698+0000 mon.smithi105 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:44.927 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:44 smithi167 bash[18945]: cluster 2024-02-08T21:49:44.335685+0000 mgr.smithi105.rfsypb (mgr.14180) 113 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-08T21:49:45.891 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:45 smithi167 bash[18945]: cluster 2024-02-08T21:49:43.652441+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-08T21:49:45.891 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:45 smithi167 bash[18945]: cluster 2024-02-08T21:49:43.652527+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-08T21:49:45.891 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:45 smithi167 bash[18945]: cluster 2024-02-08T21:49:44.695669+0000 mon.smithi105 (mon.0) 414 : cluster [INF] osd.2 [v2:172.21.15.167:6808/2378319137,v1:172.21.15.167:6809/2378319137] boot 2024-02-08T21:49:45.891 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:45 smithi167 bash[18945]: cluster 2024-02-08T21:49:44.695734+0000 mon.smithi105 (mon.0) 415 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-08T21:49:45.891 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:45 smithi167 bash[18945]: audit 2024-02-08T21:49:44.696326+0000 mon.smithi105 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:45.891 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:45 smithi167 bash[18945]: audit 2024-02-08T21:49:44.696922+0000 mon.smithi105 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:45.891 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:45 smithi167 bash[18945]: audit 2024-02-08T21:49:44.702014+0000 mon.smithi105 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:45.891 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:45 smithi167 bash[18945]: audit 2024-02-08T21:49:44.702185+0000 mon.smithi105 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:45.891 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:45 smithi167 bash[18945]: audit 2024-02-08T21:49:44.702362+0000 mon.smithi105 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:45.891 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:45 smithi167 bash[18945]: audit 2024-02-08T21:49:44.702520+0000 mon.smithi105 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:45.891 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:45 smithi167 bash[18945]: audit 2024-02-08T21:49:44.702680+0000 mon.smithi105 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:45.891 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:45 smithi167 bash[18945]: audit 2024-02-08T21:49:44.879914+0000 mon.smithi105 (mon.0) 423 : audit [INF] from='osd.1 [v2:172.21.15.105:6802/3554257934,v1:172.21.15.105:6803/3554257934]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-08T21:49:45.967 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:45 smithi105 bash[14197]: cluster 2024-02-08T21:49:43.652441+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-08T21:49:45.968 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:45 smithi105 bash[14197]: cluster 2024-02-08T21:49:43.652527+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-08T21:49:45.968 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:45 smithi105 bash[14197]: cluster 2024-02-08T21:49:44.695669+0000 mon.smithi105 (mon.0) 414 : cluster [INF] osd.2 [v2:172.21.15.167:6808/2378319137,v1:172.21.15.167:6809/2378319137] boot 2024-02-08T21:49:45.968 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:45 smithi105 bash[14197]: cluster 2024-02-08T21:49:44.695734+0000 mon.smithi105 (mon.0) 415 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-08T21:49:45.968 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:45 smithi105 bash[14197]: audit 2024-02-08T21:49:44.696326+0000 mon.smithi105 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:45.968 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:45 smithi105 bash[14197]: audit 2024-02-08T21:49:44.696922+0000 mon.smithi105 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-08T21:49:45.968 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:45 smithi105 bash[14197]: audit 2024-02-08T21:49:44.702014+0000 mon.smithi105 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:45.968 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:45 smithi105 bash[14197]: audit 2024-02-08T21:49:44.702185+0000 mon.smithi105 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:45.968 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:45 smithi105 bash[14197]: audit 2024-02-08T21:49:44.702362+0000 mon.smithi105 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:45.968 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:45 smithi105 bash[14197]: audit 2024-02-08T21:49:44.702520+0000 mon.smithi105 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:45.968 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:45 smithi105 bash[14197]: audit 2024-02-08T21:49:44.702680+0000 mon.smithi105 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:45.968 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:45 smithi105 bash[14197]: audit 2024-02-08T21:49:44.879914+0000 mon.smithi105 (mon.0) 423 : audit [INF] from='osd.1 [v2:172.21.15.105:6802/3554257934,v1:172.21.15.105:6803/3554257934]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-08T21:49:46.498 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:49:46.806 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:46 smithi105 bash[14197]: audit 2024-02-08T21:49:45.711461+0000 mon.smithi105 (mon.0) 424 : audit [INF] from='osd.1 [v2:172.21.15.105:6802/3554257934,v1:172.21.15.105:6803/3554257934]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-08T21:49:46.807 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:46 smithi105 bash[14197]: cluster 2024-02-08T21:49:45.711529+0000 mon.smithi105 (mon.0) 425 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-02-08T21:49:46.807 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:46 smithi105 bash[14197]: audit 2024-02-08T21:49:45.711672+0000 mon.smithi105 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:46.807 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:46 smithi105 bash[14197]: audit 2024-02-08T21:49:45.712101+0000 mon.smithi105 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:46.807 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:46 smithi105 bash[14197]: audit 2024-02-08T21:49:45.712374+0000 mon.smithi105 (mon.0) 428 : audit [INF] from='osd.1 [v2:172.21.15.105:6802/3554257934,v1:172.21.15.105:6803/3554257934]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-02-08T21:49:46.807 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:46 smithi105 bash[14197]: audit 2024-02-08T21:49:45.712718+0000 mon.smithi105 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:46.807 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:46 smithi105 bash[14197]: audit 2024-02-08T21:49:45.712946+0000 mon.smithi105 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:46.807 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:46 smithi105 bash[14197]: audit 2024-02-08T21:49:45.713314+0000 mon.smithi105 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:46.807 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:46 smithi105 bash[14197]: audit 2024-02-08T21:49:45.713636+0000 mon.smithi105 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:46.807 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:46 smithi105 bash[14197]: audit 2024-02-08T21:49:46.153222+0000 mon.smithi105 (mon.0) 433 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:49:46.807 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:46 smithi105 bash[14197]: cluster 2024-02-08T21:49:46.335996+0000 mgr.smithi105.rfsypb (mgr.14180) 114 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-08T21:49:46.807 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:46 smithi105 bash[14197]: audit 2024-02-08T21:49:46.496993+0000 mon.smithi105 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.105:0/8247613' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:49:46.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:46 smithi167 bash[18945]: audit 2024-02-08T21:49:45.711461+0000 mon.smithi105 (mon.0) 424 : audit [INF] from='osd.1 [v2:172.21.15.105:6802/3554257934,v1:172.21.15.105:6803/3554257934]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-08T21:49:46.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:46 smithi167 bash[18945]: cluster 2024-02-08T21:49:45.711529+0000 mon.smithi105 (mon.0) 425 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-02-08T21:49:46.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:46 smithi167 bash[18945]: audit 2024-02-08T21:49:45.711672+0000 mon.smithi105 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:46.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:46 smithi167 bash[18945]: audit 2024-02-08T21:49:45.712101+0000 mon.smithi105 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:46.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:46 smithi167 bash[18945]: audit 2024-02-08T21:49:45.712374+0000 mon.smithi105 (mon.0) 428 : audit [INF] from='osd.1 [v2:172.21.15.105:6802/3554257934,v1:172.21.15.105:6803/3554257934]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-02-08T21:49:46.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:46 smithi167 bash[18945]: audit 2024-02-08T21:49:45.712718+0000 mon.smithi105 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:46.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:46 smithi167 bash[18945]: audit 2024-02-08T21:49:45.712946+0000 mon.smithi105 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:46.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:46 smithi167 bash[18945]: audit 2024-02-08T21:49:45.713314+0000 mon.smithi105 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:46.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:46 smithi167 bash[18945]: audit 2024-02-08T21:49:45.713636+0000 mon.smithi105 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:46.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:46 smithi167 bash[18945]: audit 2024-02-08T21:49:46.153222+0000 mon.smithi105 (mon.0) 433 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:49:46.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:46 smithi167 bash[18945]: cluster 2024-02-08T21:49:46.335996+0000 mgr.smithi105.rfsypb (mgr.14180) 114 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-08T21:49:46.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:46 smithi167 bash[18945]: audit 2024-02-08T21:49:46.496993+0000 mon.smithi105 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.105:0/8247613' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:49:47.991 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:47 smithi105 bash[14197]: audit 2024-02-08T21:49:46.714185+0000 mon.smithi105 (mon.0) 435 : audit [INF] from='osd.1 [v2:172.21.15.105:6802/3554257934,v1:172.21.15.105:6803/3554257934]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-02-08T21:49:47.991 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:47 smithi105 bash[14197]: cluster 2024-02-08T21:49:46.714244+0000 mon.smithi105 (mon.0) 436 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-02-08T21:49:47.991 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:47 smithi105 bash[14197]: audit 2024-02-08T21:49:46.714732+0000 mon.smithi105 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:47.992 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:47 smithi105 bash[14197]: audit 2024-02-08T21:49:46.714985+0000 mon.smithi105 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:47.992 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:47 smithi105 bash[14197]: audit 2024-02-08T21:49:46.715599+0000 mon.smithi105 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:47.992 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:47 smithi105 bash[14197]: audit 2024-02-08T21:49:46.716168+0000 mon.smithi105 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:47.992 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:47 smithi105 bash[14197]: audit 2024-02-08T21:49:46.716381+0000 mon.smithi105 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:47.992 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:47 smithi105 bash[14197]: audit 2024-02-08T21:49:46.716537+0000 mon.smithi105 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:47.992 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:47 smithi105 bash[14197]: audit 2024-02-08T21:49:46.722766+0000 mon.smithi105 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:47.993 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":21,"num_osds":8,"num_up_osds":2,"osd_up_since":1707428984,"num_in_osds":8,"osd_in_since":1707428954,"num_remapped_pgs":0} 2024-02-08T21:49:47.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:47 smithi167 bash[18945]: audit 2024-02-08T21:49:46.714185+0000 mon.smithi105 (mon.0) 435 : audit [INF] from='osd.1 [v2:172.21.15.105:6802/3554257934,v1:172.21.15.105:6803/3554257934]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-02-08T21:49:47.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:47 smithi167 bash[18945]: cluster 2024-02-08T21:49:46.714244+0000 mon.smithi105 (mon.0) 436 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-02-08T21:49:47.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:47 smithi167 bash[18945]: audit 2024-02-08T21:49:46.714732+0000 mon.smithi105 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:47.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:47 smithi167 bash[18945]: audit 2024-02-08T21:49:46.714985+0000 mon.smithi105 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:47.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:47 smithi167 bash[18945]: audit 2024-02-08T21:49:46.715599+0000 mon.smithi105 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:47.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:47 smithi167 bash[18945]: audit 2024-02-08T21:49:46.716168+0000 mon.smithi105 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:47.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:47 smithi167 bash[18945]: audit 2024-02-08T21:49:46.716381+0000 mon.smithi105 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:47.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:47 smithi167 bash[18945]: audit 2024-02-08T21:49:46.716537+0000 mon.smithi105 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:47.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:47 smithi167 bash[18945]: audit 2024-02-08T21:49:46.722766+0000 mon.smithi105 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:48.993 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd stat -f json 2024-02-08T21:49:48.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:48 smithi167 bash[18945]: cluster 2024-02-08T21:49:45.922540+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-08T21:49:48.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:48 smithi167 bash[18945]: cluster 2024-02-08T21:49:45.922605+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-08T21:49:48.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:48 smithi167 bash[18945]: cluster 2024-02-08T21:49:47.723594+0000 mon.smithi105 (mon.0) 444 : cluster [INF] osd.1 [v2:172.21.15.105:6802/3554257934,v1:172.21.15.105:6803/3554257934] boot 2024-02-08T21:49:48.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:48 smithi167 bash[18945]: cluster 2024-02-08T21:49:47.723664+0000 mon.smithi105 (mon.0) 445 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-08T21:49:48.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:48 smithi167 bash[18945]: audit 2024-02-08T21:49:47.724159+0000 mon.smithi105 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:48.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:48 smithi167 bash[18945]: audit 2024-02-08T21:49:47.724629+0000 mon.smithi105 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:48.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:48 smithi167 bash[18945]: audit 2024-02-08T21:49:47.724928+0000 mon.smithi105 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:48.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:48 smithi167 bash[18945]: audit 2024-02-08T21:49:47.725348+0000 mon.smithi105 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:48.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:48 smithi167 bash[18945]: audit 2024-02-08T21:49:47.728886+0000 mon.smithi105 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:48.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:48 smithi167 bash[18945]: audit 2024-02-08T21:49:47.729094+0000 mon.smithi105 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:48.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:48 smithi167 bash[18945]: audit 2024-02-08T21:49:47.729344+0000 mon.smithi105 (mon.0) 452 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-08T21:49:48.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:48 smithi167 bash[18945]: cluster 2024-02-08T21:49:48.336457+0000 mgr.smithi105.rfsypb (mgr.14180) 115 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-08T21:49:49.003 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:48 smithi105 bash[14197]: cluster 2024-02-08T21:49:45.922540+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-08T21:49:49.003 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:48 smithi105 bash[14197]: cluster 2024-02-08T21:49:45.922605+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-08T21:49:49.003 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:48 smithi105 bash[14197]: cluster 2024-02-08T21:49:47.723594+0000 mon.smithi105 (mon.0) 444 : cluster [INF] osd.1 [v2:172.21.15.105:6802/3554257934,v1:172.21.15.105:6803/3554257934] boot 2024-02-08T21:49:49.003 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:48 smithi105 bash[14197]: cluster 2024-02-08T21:49:47.723664+0000 mon.smithi105 (mon.0) 445 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-08T21:49:49.003 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:48 smithi105 bash[14197]: audit 2024-02-08T21:49:47.724159+0000 mon.smithi105 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-08T21:49:49.003 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:48 smithi105 bash[14197]: audit 2024-02-08T21:49:47.724629+0000 mon.smithi105 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:49.003 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:48 smithi105 bash[14197]: audit 2024-02-08T21:49:47.724928+0000 mon.smithi105 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:49.003 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:48 smithi105 bash[14197]: audit 2024-02-08T21:49:47.725348+0000 mon.smithi105 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:49.003 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:48 smithi105 bash[14197]: audit 2024-02-08T21:49:47.728886+0000 mon.smithi105 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:49.003 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:48 smithi105 bash[14197]: audit 2024-02-08T21:49:47.729094+0000 mon.smithi105 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:49.003 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:48 smithi105 bash[14197]: audit 2024-02-08T21:49:47.729344+0000 mon.smithi105 (mon.0) 452 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-08T21:49:49.003 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:48 smithi105 bash[14197]: cluster 2024-02-08T21:49:48.336457+0000 mgr.smithi105.rfsypb (mgr.14180) 115 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-08T21:49:49.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:49 smithi167 bash[18945]: audit 2024-02-08T21:49:48.737009+0000 mon.smithi105 (mon.0) 453 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-08T21:49:49.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:49 smithi167 bash[18945]: cluster 2024-02-08T21:49:48.737068+0000 mon.smithi105 (mon.0) 454 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-08T21:49:49.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:49 smithi167 bash[18945]: audit 2024-02-08T21:49:48.737197+0000 mon.smithi105 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:49.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:49 smithi167 bash[18945]: audit 2024-02-08T21:49:48.737573+0000 mon.smithi105 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:49.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:49 smithi167 bash[18945]: audit 2024-02-08T21:49:48.737773+0000 mon.smithi105 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:49.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:49 smithi167 bash[18945]: audit 2024-02-08T21:49:48.738066+0000 mon.smithi105 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:49.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:49 smithi167 bash[18945]: audit 2024-02-08T21:49:48.738393+0000 mon.smithi105 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:49.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:49 smithi167 bash[18945]: audit 2024-02-08T21:49:48.739446+0000 mon.smithi105 (mon.0) 460 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-08T21:49:49.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:49 smithi167 bash[18945]: audit 2024-02-08T21:49:49.314470+0000 mon.smithi167 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.167:6816/2504216738,v1:172.21.15.167:6817/2504216738]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-08T21:49:49.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:49 smithi167 bash[18945]: audit 2024-02-08T21:49:49.315336+0000 mon.smithi105 (mon.0) 461 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-08T21:49:50.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:49 smithi105 bash[14197]: audit 2024-02-08T21:49:48.737009+0000 mon.smithi105 (mon.0) 453 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-08T21:49:50.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:49 smithi105 bash[14197]: cluster 2024-02-08T21:49:48.737068+0000 mon.smithi105 (mon.0) 454 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-08T21:49:50.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:49 smithi105 bash[14197]: audit 2024-02-08T21:49:48.737197+0000 mon.smithi105 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:50.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:49 smithi105 bash[14197]: audit 2024-02-08T21:49:48.737573+0000 mon.smithi105 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:50.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:49 smithi105 bash[14197]: audit 2024-02-08T21:49:48.737773+0000 mon.smithi105 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:50.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:49 smithi105 bash[14197]: audit 2024-02-08T21:49:48.738066+0000 mon.smithi105 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:50.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:49 smithi105 bash[14197]: audit 2024-02-08T21:49:48.738393+0000 mon.smithi105 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:50.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:49 smithi105 bash[14197]: audit 2024-02-08T21:49:48.739446+0000 mon.smithi105 (mon.0) 460 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-08T21:49:50.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:49 smithi105 bash[14197]: audit 2024-02-08T21:49:49.314470+0000 mon.smithi167 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.167:6816/2504216738,v1:172.21.15.167:6817/2504216738]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-08T21:49:50.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:49 smithi105 bash[14197]: audit 2024-02-08T21:49:49.315336+0000 mon.smithi105 (mon.0) 461 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-08T21:49:50.825 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:50 smithi105 bash[14197]: audit 2024-02-08T21:49:49.745472+0000 mon.smithi105 (mon.0) 462 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-08T21:49:50.825 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:50 smithi105 bash[14197]: audit 2024-02-08T21:49:49.745543+0000 mon.smithi105 (mon.0) 463 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-08T21:49:50.825 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:50 smithi105 bash[14197]: cluster 2024-02-08T21:49:49.745611+0000 mon.smithi105 (mon.0) 464 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-02-08T21:49:50.825 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:50 smithi105 bash[14197]: audit 2024-02-08T21:49:49.745768+0000 mon.smithi105 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:50.826 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:50 smithi105 bash[14197]: audit 2024-02-08T21:49:49.746097+0000 mon.smithi105 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:50.826 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:50 smithi105 bash[14197]: audit 2024-02-08T21:49:49.746268+0000 mon.smithi105 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:50.826 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:50 smithi105 bash[14197]: audit 2024-02-08T21:49:49.746461+0000 mon.smithi105 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:50.826 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:50 smithi105 bash[14197]: audit 2024-02-08T21:49:49.746615+0000 mon.smithi105 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:50.826 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:50 smithi105 bash[14197]: audit 2024-02-08T21:49:49.747904+0000 mon.smithi167 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.167:6816/2504216738,v1:172.21.15.167:6817/2504216738]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2024-02-08T21:49:50.826 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:50 smithi105 bash[14197]: audit 2024-02-08T21:49:49.748646+0000 mon.smithi105 (mon.0) 470 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2024-02-08T21:49:50.826 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:50 smithi105 bash[14197]: cluster 2024-02-08T21:49:50.336863+0000 mgr.smithi105.rfsypb (mgr.14180) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-08T21:49:51.129 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:50 smithi167 bash[18945]: audit 2024-02-08T21:49:49.745472+0000 mon.smithi105 (mon.0) 462 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-08T21:49:51.129 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:50 smithi167 bash[18945]: audit 2024-02-08T21:49:49.745543+0000 mon.smithi105 (mon.0) 463 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-08T21:49:51.129 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:50 smithi167 bash[18945]: cluster 2024-02-08T21:49:49.745611+0000 mon.smithi105 (mon.0) 464 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-02-08T21:49:51.129 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:50 smithi167 bash[18945]: audit 2024-02-08T21:49:49.745768+0000 mon.smithi105 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:51.129 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:50 smithi167 bash[18945]: audit 2024-02-08T21:49:49.746097+0000 mon.smithi105 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:51.129 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:50 smithi167 bash[18945]: audit 2024-02-08T21:49:49.746268+0000 mon.smithi105 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:51.129 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:50 smithi167 bash[18945]: audit 2024-02-08T21:49:49.746461+0000 mon.smithi105 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:51.129 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:50 smithi167 bash[18945]: audit 2024-02-08T21:49:49.746615+0000 mon.smithi105 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:51.129 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:50 smithi167 bash[18945]: audit 2024-02-08T21:49:49.747904+0000 mon.smithi167 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.167:6816/2504216738,v1:172.21.15.167:6817/2504216738]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2024-02-08T21:49:51.129 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:50 smithi167 bash[18945]: audit 2024-02-08T21:49:49.748646+0000 mon.smithi105 (mon.0) 470 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2024-02-08T21:49:51.129 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:50 smithi167 bash[18945]: cluster 2024-02-08T21:49:50.336863+0000 mgr.smithi105.rfsypb (mgr.14180) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-08T21:49:52.045 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:51 smithi167 bash[18945]: audit 2024-02-08T21:49:50.748845+0000 mon.smithi105 (mon.0) 471 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]': finished 2024-02-08T21:49:52.045 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:51 smithi167 bash[18945]: cluster 2024-02-08T21:49:50.748938+0000 mon.smithi105 (mon.0) 472 : cluster [DBG] osdmap e26: 8 total, 3 up, 8 in 2024-02-08T21:49:52.045 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:51 smithi167 bash[18945]: audit 2024-02-08T21:49:50.749482+0000 mon.smithi105 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:52.045 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:51 smithi167 bash[18945]: audit 2024-02-08T21:49:50.749858+0000 mon.smithi105 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:52.046 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:51 smithi167 bash[18945]: audit 2024-02-08T21:49:50.750066+0000 mon.smithi105 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:52.046 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:51 smithi167 bash[18945]: audit 2024-02-08T21:49:50.750288+0000 mon.smithi105 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:52.046 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:51 smithi167 bash[18945]: audit 2024-02-08T21:49:50.750507+0000 mon.smithi105 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:52.046 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:51 smithi167 bash[18945]: audit 2024-02-08T21:49:50.758096+0000 mon.smithi105 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:52.046 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:51 smithi167 bash[18945]: audit 2024-02-08T21:49:51.368796+0000 mon.smithi105 (mon.0) 479 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:49:52.046 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:51 smithi167 bash[18945]: audit 2024-02-08T21:49:51.369736+0000 mon.smithi105 (mon.0) 480 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-08T21:49:52.046 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:51 smithi167 bash[18945]: audit 2024-02-08T21:49:51.370567+0000 mon.smithi105 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:49:52.046 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:51 smithi167 bash[18945]: cephadm 2024-02-08T21:49:51.371193+0000 mgr.smithi105.rfsypb (mgr.14180) 117 : cephadm [INF] Deploying daemon osd.7 on smithi105 2024-02-08T21:49:52.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:51 smithi105 bash[14197]: audit 2024-02-08T21:49:50.748845+0000 mon.smithi105 (mon.0) 471 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]': finished 2024-02-08T21:49:52.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:51 smithi105 bash[14197]: cluster 2024-02-08T21:49:50.748938+0000 mon.smithi105 (mon.0) 472 : cluster [DBG] osdmap e26: 8 total, 3 up, 8 in 2024-02-08T21:49:52.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:51 smithi105 bash[14197]: audit 2024-02-08T21:49:50.749482+0000 mon.smithi105 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:52.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:51 smithi105 bash[14197]: audit 2024-02-08T21:49:50.749858+0000 mon.smithi105 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:52.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:51 smithi105 bash[14197]: audit 2024-02-08T21:49:50.750066+0000 mon.smithi105 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:52.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:51 smithi105 bash[14197]: audit 2024-02-08T21:49:50.750288+0000 mon.smithi105 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:52.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:51 smithi105 bash[14197]: audit 2024-02-08T21:49:50.750507+0000 mon.smithi105 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:52.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:51 smithi105 bash[14197]: audit 2024-02-08T21:49:50.758096+0000 mon.smithi105 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:52.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:51 smithi105 bash[14197]: audit 2024-02-08T21:49:51.368796+0000 mon.smithi105 (mon.0) 479 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:49:52.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:51 smithi105 bash[14197]: audit 2024-02-08T21:49:51.369736+0000 mon.smithi105 (mon.0) 480 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-08T21:49:52.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:51 smithi105 bash[14197]: audit 2024-02-08T21:49:51.370567+0000 mon.smithi105 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:49:52.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:51 smithi105 bash[14197]: cephadm 2024-02-08T21:49:51.371193+0000 mgr.smithi105.rfsypb (mgr.14180) 117 : cephadm [INF] Deploying daemon osd.7 on smithi105 2024-02-08T21:49:53.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:52 smithi105 bash[14197]: cluster 2024-02-08T21:49:50.327550+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-08T21:49:53.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:52 smithi105 bash[14197]: cluster 2024-02-08T21:49:50.327649+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-08T21:49:53.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:52 smithi105 bash[14197]: cluster 2024-02-08T21:49:51.760300+0000 mon.smithi105 (mon.0) 482 : cluster [INF] osd.4 [v2:172.21.15.167:6816/2504216738,v1:172.21.15.167:6817/2504216738] boot 2024-02-08T21:49:53.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:52 smithi105 bash[14197]: cluster 2024-02-08T21:49:51.760412+0000 mon.smithi105 (mon.0) 483 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-02-08T21:49:53.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:52 smithi105 bash[14197]: audit 2024-02-08T21:49:51.761115+0000 mon.smithi105 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:53.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:52 smithi105 bash[14197]: audit 2024-02-08T21:49:51.761376+0000 mon.smithi105 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:53.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:52 smithi105 bash[14197]: audit 2024-02-08T21:49:51.761620+0000 mon.smithi105 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:53.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:52 smithi105 bash[14197]: audit 2024-02-08T21:49:51.761774+0000 mon.smithi105 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:53.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:52 smithi105 bash[14197]: audit 2024-02-08T21:49:51.761969+0000 mon.smithi105 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:53.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:52 smithi105 bash[14197]: cluster 2024-02-08T21:49:52.337193+0000 mgr.smithi105.rfsypb (mgr.14180) 118 : cluster [DBG] pgmap v91: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-08T21:49:53.067 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:52 smithi167 bash[18945]: cluster 2024-02-08T21:49:50.327550+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-08T21:49:53.067 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:52 smithi167 bash[18945]: cluster 2024-02-08T21:49:50.327649+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-08T21:49:53.068 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:52 smithi167 bash[18945]: cluster 2024-02-08T21:49:51.760300+0000 mon.smithi105 (mon.0) 482 : cluster [INF] osd.4 [v2:172.21.15.167:6816/2504216738,v1:172.21.15.167:6817/2504216738] boot 2024-02-08T21:49:53.068 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:52 smithi167 bash[18945]: cluster 2024-02-08T21:49:51.760412+0000 mon.smithi105 (mon.0) 483 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-02-08T21:49:53.068 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:52 smithi167 bash[18945]: audit 2024-02-08T21:49:51.761115+0000 mon.smithi105 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:53.068 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:52 smithi167 bash[18945]: audit 2024-02-08T21:49:51.761376+0000 mon.smithi105 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-08T21:49:53.068 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:52 smithi167 bash[18945]: audit 2024-02-08T21:49:51.761620+0000 mon.smithi105 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:53.068 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:52 smithi167 bash[18945]: audit 2024-02-08T21:49:51.761774+0000 mon.smithi105 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:53.068 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:52 smithi167 bash[18945]: audit 2024-02-08T21:49:51.761969+0000 mon.smithi105 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:53.068 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:52 smithi167 bash[18945]: cluster 2024-02-08T21:49:52.337193+0000 mgr.smithi105.rfsypb (mgr.14180) 118 : cluster [DBG] pgmap v91: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-08T21:49:54.001 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:53 smithi105 bash[14197]: cluster 2024-02-08T21:49:52.772419+0000 mon.smithi105 (mon.0) 489 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-02-08T21:49:54.001 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:53 smithi105 bash[14197]: audit 2024-02-08T21:49:52.772704+0000 mon.smithi105 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:54.002 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:53 smithi105 bash[14197]: audit 2024-02-08T21:49:52.773705+0000 mon.smithi105 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:54.002 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:53 smithi105 bash[14197]: audit 2024-02-08T21:49:52.774082+0000 mon.smithi105 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:54.002 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:53 smithi105 bash[14197]: audit 2024-02-08T21:49:52.774449+0000 mon.smithi105 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:54.002 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:53 smithi105 bash[14197]: audit 2024-02-08T21:49:53.070513+0000 mon.smithi167 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.167:6824/2583694264,v1:172.21.15.167:6825/2583694264]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-08T21:49:54.002 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:53 smithi105 bash[14197]: audit 2024-02-08T21:49:53.071406+0000 mon.smithi105 (mon.0) 494 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-08T21:49:54.002 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:53 smithi105 bash[14197]: audit 2024-02-08T21:49:53.598077+0000 mon.smithi105 (mon.0) 495 : audit [INF] from='osd.3 [v2:172.21.15.105:6810/2976187675,v1:172.21.15.105:6811/2976187675]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-08T21:49:54.226 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:49:54.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:53 smithi167 bash[18945]: cluster 2024-02-08T21:49:52.772419+0000 mon.smithi105 (mon.0) 489 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-02-08T21:49:54.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:53 smithi167 bash[18945]: audit 2024-02-08T21:49:52.772704+0000 mon.smithi105 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:54.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:53 smithi167 bash[18945]: audit 2024-02-08T21:49:52.773705+0000 mon.smithi105 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:54.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:53 smithi167 bash[18945]: audit 2024-02-08T21:49:52.774082+0000 mon.smithi105 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:54.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:53 smithi167 bash[18945]: audit 2024-02-08T21:49:52.774449+0000 mon.smithi105 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:54.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:53 smithi167 bash[18945]: audit 2024-02-08T21:49:53.070513+0000 mon.smithi167 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.167:6824/2583694264,v1:172.21.15.167:6825/2583694264]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-08T21:49:54.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:53 smithi167 bash[18945]: audit 2024-02-08T21:49:53.071406+0000 mon.smithi105 (mon.0) 494 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-08T21:49:54.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:53 smithi167 bash[18945]: audit 2024-02-08T21:49:53.598077+0000 mon.smithi105 (mon.0) 495 : audit [INF] from='osd.3 [v2:172.21.15.105:6810/2976187675,v1:172.21.15.105:6811/2976187675]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-08T21:49:54.796 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:54 smithi167 bash[18945]: audit 2024-02-08T21:49:53.780484+0000 mon.smithi105 (mon.0) 496 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-08T21:49:54.796 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:54 smithi167 bash[18945]: audit 2024-02-08T21:49:53.780582+0000 mon.smithi105 (mon.0) 497 : audit [INF] from='osd.3 [v2:172.21.15.105:6810/2976187675,v1:172.21.15.105:6811/2976187675]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-08T21:49:54.796 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:54 smithi167 bash[18945]: cluster 2024-02-08T21:49:53.780649+0000 mon.smithi105 (mon.0) 498 : cluster [DBG] osdmap e29: 8 total, 4 up, 8 in 2024-02-08T21:49:54.796 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:54 smithi167 bash[18945]: audit 2024-02-08T21:49:53.780795+0000 mon.smithi105 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:54.796 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:54 smithi167 bash[18945]: audit 2024-02-08T21:49:53.781133+0000 mon.smithi105 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:54.796 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:54 smithi167 bash[18945]: audit 2024-02-08T21:49:53.781323+0000 mon.smithi105 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:54.796 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:54 smithi167 bash[18945]: audit 2024-02-08T21:49:53.781550+0000 mon.smithi105 (mon.0) 502 : audit [INF] from='osd.3 [v2:172.21.15.105:6810/2976187675,v1:172.21.15.105:6811/2976187675]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-02-08T21:49:54.796 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:54 smithi167 bash[18945]: audit 2024-02-08T21:49:53.781760+0000 mon.smithi105 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:54.796 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:54 smithi167 bash[18945]: audit 2024-02-08T21:49:53.782554+0000 mon.smithi167 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.167:6824/2583694264,v1:172.21.15.167:6825/2583694264]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2024-02-08T21:49:54.797 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:54 smithi167 bash[18945]: audit 2024-02-08T21:49:53.783278+0000 mon.smithi105 (mon.0) 504 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2024-02-08T21:49:54.797 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:54 smithi167 bash[18945]: audit 2024-02-08T21:49:54.225843+0000 mon.smithi105 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.105:0/406813437' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:49:54.797 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:54 smithi167 bash[18945]: cluster 2024-02-08T21:49:54.337667+0000 mgr.smithi105.rfsypb (mgr.14180) 119 : cluster [DBG] pgmap v94: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-08T21:49:55.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:54 smithi105 bash[14197]: audit 2024-02-08T21:49:53.780484+0000 mon.smithi105 (mon.0) 496 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-08T21:49:55.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:54 smithi105 bash[14197]: audit 2024-02-08T21:49:53.780582+0000 mon.smithi105 (mon.0) 497 : audit [INF] from='osd.3 [v2:172.21.15.105:6810/2976187675,v1:172.21.15.105:6811/2976187675]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-08T21:49:55.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:54 smithi105 bash[14197]: cluster 2024-02-08T21:49:53.780649+0000 mon.smithi105 (mon.0) 498 : cluster [DBG] osdmap e29: 8 total, 4 up, 8 in 2024-02-08T21:49:55.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:54 smithi105 bash[14197]: audit 2024-02-08T21:49:53.780795+0000 mon.smithi105 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:55.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:54 smithi105 bash[14197]: audit 2024-02-08T21:49:53.781133+0000 mon.smithi105 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:55.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:54 smithi105 bash[14197]: audit 2024-02-08T21:49:53.781323+0000 mon.smithi105 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:55.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:54 smithi105 bash[14197]: audit 2024-02-08T21:49:53.781550+0000 mon.smithi105 (mon.0) 502 : audit [INF] from='osd.3 [v2:172.21.15.105:6810/2976187675,v1:172.21.15.105:6811/2976187675]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-02-08T21:49:55.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:54 smithi105 bash[14197]: audit 2024-02-08T21:49:53.781760+0000 mon.smithi105 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:55.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:54 smithi105 bash[14197]: audit 2024-02-08T21:49:53.782554+0000 mon.smithi167 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.167:6824/2583694264,v1:172.21.15.167:6825/2583694264]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2024-02-08T21:49:55.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:54 smithi105 bash[14197]: audit 2024-02-08T21:49:53.783278+0000 mon.smithi105 (mon.0) 504 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2024-02-08T21:49:55.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:54 smithi105 bash[14197]: audit 2024-02-08T21:49:54.225843+0000 mon.smithi105 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.105:0/406813437' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:49:55.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:54 smithi105 bash[14197]: cluster 2024-02-08T21:49:54.337667+0000 mgr.smithi105.rfsypb (mgr.14180) 119 : cluster [DBG] pgmap v94: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-08T21:49:55.822 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":29,"num_osds":8,"num_up_osds":4,"osd_up_since":1707428991,"num_in_osds":8,"osd_in_since":1707428954,"num_remapped_pgs":0} 2024-02-08T21:49:56.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:55 smithi105 bash[14197]: audit 2024-02-08T21:49:54.785663+0000 mon.smithi105 (mon.0) 506 : audit [INF] from='osd.3 [v2:172.21.15.105:6810/2976187675,v1:172.21.15.105:6811/2976187675]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-02-08T21:49:56.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:55 smithi105 bash[14197]: audit 2024-02-08T21:49:54.785760+0000 mon.smithi105 (mon.0) 507 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]': finished 2024-02-08T21:49:56.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:55 smithi105 bash[14197]: cluster 2024-02-08T21:49:54.785864+0000 mon.smithi105 (mon.0) 508 : cluster [DBG] osdmap e30: 8 total, 4 up, 8 in 2024-02-08T21:49:56.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:55 smithi105 bash[14197]: audit 2024-02-08T21:49:54.786491+0000 mon.smithi105 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:56.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:55 smithi105 bash[14197]: audit 2024-02-08T21:49:54.786950+0000 mon.smithi105 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:56.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:55 smithi105 bash[14197]: audit 2024-02-08T21:49:54.787680+0000 mon.smithi105 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:56.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:55 smithi105 bash[14197]: audit 2024-02-08T21:49:54.787983+0000 mon.smithi105 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:56.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:55 smithi105 bash[14197]: audit 2024-02-08T21:49:54.794267+0000 mon.smithi105 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:56.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:55 smithi105 bash[14197]: audit 2024-02-08T21:49:54.794714+0000 mon.smithi105 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:56.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:55 smithi105 bash[14197]: audit 2024-02-08T21:49:55.033841+0000 mon.smithi105 (mon.0) 515 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:49:56.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:55 smithi105 bash[14197]: cluster 2024-02-08T21:49:55.787803+0000 mon.smithi105 (mon.0) 516 : cluster [INF] osd.3 [v2:172.21.15.105:6810/2976187675,v1:172.21.15.105:6811/2976187675] boot 2024-02-08T21:49:56.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:55 smithi105 bash[14197]: cluster 2024-02-08T21:49:55.787864+0000 mon.smithi105 (mon.0) 517 : cluster [INF] osd.6 [v2:172.21.15.167:6824/2583694264,v1:172.21.15.167:6825/2583694264] boot 2024-02-08T21:49:56.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:55 smithi105 bash[14197]: cluster 2024-02-08T21:49:55.787912+0000 mon.smithi105 (mon.0) 518 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-08T21:49:56.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:55 smithi105 bash[14197]: audit 2024-02-08T21:49:55.788599+0000 mon.smithi105 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:56.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:55 smithi167 bash[18945]: audit 2024-02-08T21:49:54.785663+0000 mon.smithi105 (mon.0) 506 : audit [INF] from='osd.3 [v2:172.21.15.105:6810/2976187675,v1:172.21.15.105:6811/2976187675]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-02-08T21:49:56.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:55 smithi167 bash[18945]: audit 2024-02-08T21:49:54.785760+0000 mon.smithi105 (mon.0) 507 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]': finished 2024-02-08T21:49:56.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:55 smithi167 bash[18945]: cluster 2024-02-08T21:49:54.785864+0000 mon.smithi105 (mon.0) 508 : cluster [DBG] osdmap e30: 8 total, 4 up, 8 in 2024-02-08T21:49:56.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:55 smithi167 bash[18945]: audit 2024-02-08T21:49:54.786491+0000 mon.smithi105 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:56.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:55 smithi167 bash[18945]: audit 2024-02-08T21:49:54.786950+0000 mon.smithi105 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:56.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:55 smithi167 bash[18945]: audit 2024-02-08T21:49:54.787680+0000 mon.smithi105 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:56.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:55 smithi167 bash[18945]: audit 2024-02-08T21:49:54.787983+0000 mon.smithi105 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:56.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:55 smithi167 bash[18945]: audit 2024-02-08T21:49:54.794267+0000 mon.smithi105 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:56.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:55 smithi167 bash[18945]: audit 2024-02-08T21:49:54.794714+0000 mon.smithi105 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:56.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:55 smithi167 bash[18945]: audit 2024-02-08T21:49:55.033841+0000 mon.smithi105 (mon.0) 515 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:49:56.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:55 smithi167 bash[18945]: cluster 2024-02-08T21:49:55.787803+0000 mon.smithi105 (mon.0) 516 : cluster [INF] osd.3 [v2:172.21.15.105:6810/2976187675,v1:172.21.15.105:6811/2976187675] boot 2024-02-08T21:49:56.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:55 smithi167 bash[18945]: cluster 2024-02-08T21:49:55.787864+0000 mon.smithi105 (mon.0) 517 : cluster [INF] osd.6 [v2:172.21.15.167:6824/2583694264,v1:172.21.15.167:6825/2583694264] boot 2024-02-08T21:49:56.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:55 smithi167 bash[18945]: cluster 2024-02-08T21:49:55.787912+0000 mon.smithi105 (mon.0) 518 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-08T21:49:56.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:55 smithi167 bash[18945]: audit 2024-02-08T21:49:55.788599+0000 mon.smithi105 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-08T21:49:56.825 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd stat -f json 2024-02-08T21:49:57.015 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:56 smithi105 bash[14197]: cluster 2024-02-08T21:49:54.022280+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-08T21:49:57.016 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:56 smithi105 bash[14197]: cluster 2024-02-08T21:49:54.022388+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-08T21:49:57.016 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:56 smithi105 bash[14197]: cluster 2024-02-08T21:49:54.641377+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-08T21:49:57.016 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:56 smithi105 bash[14197]: cluster 2024-02-08T21:49:54.641466+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-08T21:49:57.016 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:56 smithi105 bash[14197]: audit 2024-02-08T21:49:55.790013+0000 mon.smithi105 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:57.016 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:56 smithi105 bash[14197]: audit 2024-02-08T21:49:55.790420+0000 mon.smithi105 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:57.016 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:56 smithi105 bash[14197]: audit 2024-02-08T21:49:55.791012+0000 mon.smithi105 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:57.016 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:56 smithi105 bash[14197]: cluster 2024-02-08T21:49:56.338271+0000 mgr.smithi105.rfsypb (mgr.14180) 120 : cluster [DBG] pgmap v97: 1 pgs: 1 unknown; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-08T21:49:57.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:56 smithi167 bash[18945]: cluster 2024-02-08T21:49:54.022280+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-08T21:49:57.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:56 smithi167 bash[18945]: cluster 2024-02-08T21:49:54.022388+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-08T21:49:57.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:56 smithi167 bash[18945]: cluster 2024-02-08T21:49:54.641377+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-08T21:49:57.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:56 smithi167 bash[18945]: cluster 2024-02-08T21:49:54.641466+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-08T21:49:57.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:56 smithi167 bash[18945]: audit 2024-02-08T21:49:55.790013+0000 mon.smithi105 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:57.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:56 smithi167 bash[18945]: audit 2024-02-08T21:49:55.790420+0000 mon.smithi105 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-08T21:49:57.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:56 smithi167 bash[18945]: audit 2024-02-08T21:49:55.791012+0000 mon.smithi105 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:57.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:56 smithi167 bash[18945]: cluster 2024-02-08T21:49:56.338271+0000 mgr.smithi105.rfsypb (mgr.14180) 120 : cluster [DBG] pgmap v97: 1 pgs: 1 unknown; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-08T21:49:58.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:57 smithi105 bash[14197]: cluster 2024-02-08T21:49:56.801341+0000 mon.smithi105 (mon.0) 523 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-08T21:49:58.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:57 smithi105 bash[14197]: audit 2024-02-08T21:49:56.801609+0000 mon.smithi105 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:58.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:57 smithi105 bash[14197]: audit 2024-02-08T21:49:56.802241+0000 mon.smithi105 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:58.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:57 smithi167 bash[18945]: cluster 2024-02-08T21:49:56.801341+0000 mon.smithi105 (mon.0) 523 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-08T21:49:58.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:57 smithi167 bash[18945]: audit 2024-02-08T21:49:56.801609+0000 mon.smithi105 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:58.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:57 smithi167 bash[18945]: audit 2024-02-08T21:49:56.802241+0000 mon.smithi105 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:58.883 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:58 smithi105 bash[14197]: cluster 2024-02-08T21:49:57.809030+0000 mon.smithi105 (mon.0) 526 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-08T21:49:58.883 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:58 smithi105 bash[14197]: audit 2024-02-08T21:49:57.809211+0000 mon.smithi105 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:58.883 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:58 smithi105 bash[14197]: audit 2024-02-08T21:49:57.809590+0000 mon.smithi105 (mon.0) 528 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:58.883 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:49:58 smithi105 bash[14197]: cluster 2024-02-08T21:49:58.338841+0000 mgr.smithi105.rfsypb (mgr.14180) 121 : cluster [DBG] pgmap v100: 1 pgs: 1 unknown; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-08T21:49:59.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:58 smithi167 bash[18945]: cluster 2024-02-08T21:49:57.809030+0000 mon.smithi105 (mon.0) 526 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-08T21:49:59.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:58 smithi167 bash[18945]: audit 2024-02-08T21:49:57.809211+0000 mon.smithi105 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:49:59.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:58 smithi167 bash[18945]: audit 2024-02-08T21:49:57.809590+0000 mon.smithi105 (mon.0) 528 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:49:59.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:49:58 smithi167 bash[18945]: cluster 2024-02-08T21:49:58.338841+0000 mgr.smithi105.rfsypb (mgr.14180) 121 : cluster [DBG] pgmap v100: 1 pgs: 1 unknown; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-08T21:50:00.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:00 smithi105 bash[14197]: audit 2024-02-08T21:49:59.155584+0000 mon.smithi105 (mon.0) 529 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:50:00.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:00 smithi105 bash[14197]: cluster 2024-02-08T21:50:00.000155+0000 mon.smithi105 (mon.0) 530 : cluster [INF] overall HEALTH_OK 2024-02-08T21:50:00.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:00 smithi167 bash[18945]: audit 2024-02-08T21:49:59.155584+0000 mon.smithi105 (mon.0) 529 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:50:00.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:00 smithi167 bash[18945]: cluster 2024-02-08T21:50:00.000155+0000 mon.smithi105 (mon.0) 530 : cluster [INF] overall HEALTH_OK 2024-02-08T21:50:01.434 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:01 smithi105 bash[14197]: cluster 2024-02-08T21:50:00.339311+0000 mgr.smithi105.rfsypb (mgr.14180) 122 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-08T21:50:01.435 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:01 smithi105 bash[14197]: audit 2024-02-08T21:50:00.922458+0000 mon.smithi105 (mon.0) 531 : audit [INF] from='osd.5 [v2:172.21.15.105:6818/2705819638,v1:172.21.15.105:6819/2705819638]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-08T21:50:01.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:01 smithi167 bash[18945]: cluster 2024-02-08T21:50:00.339311+0000 mgr.smithi105.rfsypb (mgr.14180) 122 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-08T21:50:01.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:01 smithi167 bash[18945]: audit 2024-02-08T21:50:00.922458+0000 mon.smithi105 (mon.0) 531 : audit [INF] from='osd.5 [v2:172.21.15.105:6818/2705819638,v1:172.21.15.105:6819/2705819638]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-08T21:50:01.499 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:50:02.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:02 smithi167 bash[18945]: audit 2024-02-08T21:50:01.166326+0000 mon.smithi105 (mon.0) 532 : audit [INF] from='osd.5 [v2:172.21.15.105:6818/2705819638,v1:172.21.15.105:6819/2705819638]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-08T21:50:02.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:02 smithi167 bash[18945]: cluster 2024-02-08T21:50:01.166418+0000 mon.smithi105 (mon.0) 533 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-02-08T21:50:02.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:02 smithi167 bash[18945]: audit 2024-02-08T21:50:01.166795+0000 mon.smithi105 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:50:02.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:02 smithi167 bash[18945]: audit 2024-02-08T21:50:01.167125+0000 mon.smithi105 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:50:02.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:02 smithi167 bash[18945]: audit 2024-02-08T21:50:01.167363+0000 mon.smithi105 (mon.0) 536 : audit [INF] from='osd.5 [v2:172.21.15.105:6818/2705819638,v1:172.21.15.105:6819/2705819638]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-02-08T21:50:02.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:02 smithi167 bash[18945]: audit 2024-02-08T21:50:01.498325+0000 mon.smithi105 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.105:0/2052940182' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:50:02.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:02 smithi105 bash[14197]: audit 2024-02-08T21:50:01.166326+0000 mon.smithi105 (mon.0) 532 : audit [INF] from='osd.5 [v2:172.21.15.105:6818/2705819638,v1:172.21.15.105:6819/2705819638]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-08T21:50:02.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:02 smithi105 bash[14197]: cluster 2024-02-08T21:50:01.166418+0000 mon.smithi105 (mon.0) 533 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-02-08T21:50:02.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:02 smithi105 bash[14197]: audit 2024-02-08T21:50:01.166795+0000 mon.smithi105 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:50:02.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:02 smithi105 bash[14197]: audit 2024-02-08T21:50:01.167125+0000 mon.smithi105 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:50:02.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:02 smithi105 bash[14197]: audit 2024-02-08T21:50:01.167363+0000 mon.smithi105 (mon.0) 536 : audit [INF] from='osd.5 [v2:172.21.15.105:6818/2705819638,v1:172.21.15.105:6819/2705819638]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-02-08T21:50:02.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:02 smithi105 bash[14197]: audit 2024-02-08T21:50:01.498325+0000 mon.smithi105 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.105:0/2052940182' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:50:02.977 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":34,"num_osds":8,"num_up_osds":6,"osd_up_since":1707428995,"num_in_osds":8,"osd_in_since":1707428954,"num_remapped_pgs":0} 2024-02-08T21:50:03.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:03 smithi105 bash[14197]: audit 2024-02-08T21:50:02.170170+0000 mon.smithi105 (mon.0) 538 : audit [INF] from='osd.5 [v2:172.21.15.105:6818/2705819638,v1:172.21.15.105:6819/2705819638]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-02-08T21:50:03.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:03 smithi105 bash[14197]: cluster 2024-02-08T21:50:02.170286+0000 mon.smithi105 (mon.0) 539 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2024-02-08T21:50:03.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:03 smithi105 bash[14197]: audit 2024-02-08T21:50:02.170923+0000 mon.smithi105 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:50:03.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:03 smithi105 bash[14197]: audit 2024-02-08T21:50:02.171389+0000 mon.smithi105 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:50:03.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:03 smithi105 bash[14197]: audit 2024-02-08T21:50:02.177365+0000 mon.smithi105 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:50:03.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:03 smithi105 bash[14197]: cluster 2024-02-08T21:50:02.339794+0000 mgr.smithi105.rfsypb (mgr.14180) 123 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-08T21:50:03.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:03 smithi167 bash[18945]: audit 2024-02-08T21:50:02.170170+0000 mon.smithi105 (mon.0) 538 : audit [INF] from='osd.5 [v2:172.21.15.105:6818/2705819638,v1:172.21.15.105:6819/2705819638]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-02-08T21:50:03.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:03 smithi167 bash[18945]: cluster 2024-02-08T21:50:02.170286+0000 mon.smithi105 (mon.0) 539 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2024-02-08T21:50:03.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:03 smithi167 bash[18945]: audit 2024-02-08T21:50:02.170923+0000 mon.smithi105 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:50:03.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:03 smithi167 bash[18945]: audit 2024-02-08T21:50:02.171389+0000 mon.smithi105 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:50:03.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:03 smithi167 bash[18945]: audit 2024-02-08T21:50:02.177365+0000 mon.smithi105 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:50:03.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:03 smithi167 bash[18945]: cluster 2024-02-08T21:50:02.339794+0000 mgr.smithi105.rfsypb (mgr.14180) 123 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-08T21:50:03.978 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd stat -f json 2024-02-08T21:50:04.179 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:04 smithi105 bash[14197]: cluster 2024-02-08T21:50:01.938095+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-08T21:50:04.180 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:04 smithi105 bash[14197]: cluster 2024-02-08T21:50:01.938181+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-08T21:50:04.180 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:04 smithi105 bash[14197]: audit 2024-02-08T21:50:03.180757+0000 mon.smithi105 (mon.0) 543 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:50:04.300 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:04 smithi105 bash[14197]: cluster 2024-02-08T21:50:03.185456+0000 mon.smithi105 (mon.0) 544 : cluster [INF] osd.5 [v2:172.21.15.105:6818/2705819638,v1:172.21.15.105:6819/2705819638] boot 2024-02-08T21:50:04.300 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:04 smithi105 bash[14197]: cluster 2024-02-08T21:50:03.185503+0000 mon.smithi105 (mon.0) 545 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-08T21:50:04.301 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:04 smithi105 bash[14197]: audit 2024-02-08T21:50:03.185812+0000 mon.smithi105 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:50:04.301 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:04 smithi105 bash[14197]: audit 2024-02-08T21:50:03.186075+0000 mon.smithi105 (mon.0) 547 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:50:04.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:04 smithi167 bash[18945]: cluster 2024-02-08T21:50:01.938095+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-08T21:50:04.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:04 smithi167 bash[18945]: cluster 2024-02-08T21:50:01.938181+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-08T21:50:04.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:04 smithi167 bash[18945]: audit 2024-02-08T21:50:03.180757+0000 mon.smithi105 (mon.0) 543 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:50:04.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:04 smithi167 bash[18945]: cluster 2024-02-08T21:50:03.185456+0000 mon.smithi105 (mon.0) 544 : cluster [INF] osd.5 [v2:172.21.15.105:6818/2705819638,v1:172.21.15.105:6819/2705819638] boot 2024-02-08T21:50:04.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:04 smithi167 bash[18945]: cluster 2024-02-08T21:50:03.185503+0000 mon.smithi105 (mon.0) 545 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-08T21:50:04.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:04 smithi167 bash[18945]: audit 2024-02-08T21:50:03.185812+0000 mon.smithi105 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-08T21:50:04.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:04 smithi167 bash[18945]: audit 2024-02-08T21:50:03.186075+0000 mon.smithi105 (mon.0) 547 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:50:05.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:05 smithi167 bash[18945]: cluster 2024-02-08T21:50:04.187203+0000 mon.smithi105 (mon.0) 548 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-08T21:50:05.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:05 smithi167 bash[18945]: audit 2024-02-08T21:50:04.187349+0000 mon.smithi105 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:50:05.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:05 smithi167 bash[18945]: cluster 2024-02-08T21:50:04.340323+0000 mgr.smithi105.rfsypb (mgr.14180) 124 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-08T21:50:05.517 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:05 smithi105 bash[14197]: cluster 2024-02-08T21:50:04.187203+0000 mon.smithi105 (mon.0) 548 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-08T21:50:05.517 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:05 smithi105 bash[14197]: audit 2024-02-08T21:50:04.187349+0000 mon.smithi105 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:50:05.517 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:05 smithi105 bash[14197]: cluster 2024-02-08T21:50:04.340323+0000 mgr.smithi105.rfsypb (mgr.14180) 124 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-08T21:50:07.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:07 smithi105 bash[14197]: cluster 2024-02-08T21:50:06.340897+0000 mgr.smithi105.rfsypb (mgr.14180) 125 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-08T21:50:07.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:07 smithi105 bash[14197]: audit 2024-02-08T21:50:07.369471+0000 mon.smithi105 (mon.0) 550 : audit [INF] from='osd.7 [v2:172.21.15.105:6826/2050373936,v1:172.21.15.105:6827/2050373936]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-08T21:50:07.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:07 smithi167 bash[18945]: cluster 2024-02-08T21:50:06.340897+0000 mgr.smithi105.rfsypb (mgr.14180) 125 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-08T21:50:07.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:07 smithi167 bash[18945]: audit 2024-02-08T21:50:07.369471+0000 mon.smithi105 (mon.0) 550 : audit [INF] from='osd.7 [v2:172.21.15.105:6826/2050373936,v1:172.21.15.105:6827/2050373936]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-08T21:50:07.914 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:50:08.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:08 smithi105 bash[14197]: audit 2024-02-08T21:50:07.402320+0000 mon.smithi105 (mon.0) 551 : audit [INF] from='osd.7 [v2:172.21.15.105:6826/2050373936,v1:172.21.15.105:6827/2050373936]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-08T21:50:08.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:08 smithi105 bash[14197]: cluster 2024-02-08T21:50:07.402375+0000 mon.smithi105 (mon.0) 552 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-02-08T21:50:08.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:08 smithi105 bash[14197]: audit 2024-02-08T21:50:07.402861+0000 mon.smithi105 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:50:08.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:08 smithi105 bash[14197]: audit 2024-02-08T21:50:07.403440+0000 mon.smithi105 (mon.0) 554 : audit [INF] from='osd.7 [v2:172.21.15.105:6826/2050373936,v1:172.21.15.105:6827/2050373936]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-02-08T21:50:08.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:08 smithi105 bash[14197]: audit 2024-02-08T21:50:07.913227+0000 mon.smithi105 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.105:0/1561158794' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:50:08.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:08 smithi105 bash[14197]: audit 2024-02-08T21:50:08.400908+0000 mon.smithi105 (mon.0) 556 : audit [INF] from='osd.7 [v2:172.21.15.105:6826/2050373936,v1:172.21.15.105:6827/2050373936]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-02-08T21:50:08.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:08 smithi105 bash[14197]: cluster 2024-02-08T21:50:08.401002+0000 mon.smithi105 (mon.0) 557 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2024-02-08T21:50:08.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:08 smithi105 bash[14197]: audit 2024-02-08T21:50:08.401168+0000 mon.smithi105 (mon.0) 558 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:50:08.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:08 smithi167 bash[18945]: audit 2024-02-08T21:50:07.402320+0000 mon.smithi105 (mon.0) 551 : audit [INF] from='osd.7 [v2:172.21.15.105:6826/2050373936,v1:172.21.15.105:6827/2050373936]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-08T21:50:08.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:08 smithi167 bash[18945]: cluster 2024-02-08T21:50:07.402375+0000 mon.smithi105 (mon.0) 552 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-02-08T21:50:08.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:08 smithi167 bash[18945]: audit 2024-02-08T21:50:07.402861+0000 mon.smithi105 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:50:08.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:08 smithi167 bash[18945]: audit 2024-02-08T21:50:07.403440+0000 mon.smithi105 (mon.0) 554 : audit [INF] from='osd.7 [v2:172.21.15.105:6826/2050373936,v1:172.21.15.105:6827/2050373936]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-02-08T21:50:08.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:08 smithi167 bash[18945]: audit 2024-02-08T21:50:07.913227+0000 mon.smithi105 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.105:0/1561158794' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:50:08.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:08 smithi167 bash[18945]: audit 2024-02-08T21:50:08.400908+0000 mon.smithi105 (mon.0) 556 : audit [INF] from='osd.7 [v2:172.21.15.105:6826/2050373936,v1:172.21.15.105:6827/2050373936]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-02-08T21:50:08.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:08 smithi167 bash[18945]: cluster 2024-02-08T21:50:08.401002+0000 mon.smithi105 (mon.0) 557 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2024-02-08T21:50:08.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:08 smithi167 bash[18945]: audit 2024-02-08T21:50:08.401168+0000 mon.smithi105 (mon.0) 558 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:50:09.214 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":38,"num_osds":8,"num_up_osds":7,"osd_up_since":1707429003,"num_in_osds":8,"osd_in_since":1707428954,"num_remapped_pgs":0} 2024-02-08T21:50:09.519 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:09 smithi105 bash[14197]: cluster 2024-02-08T21:50:08.341348+0000 mgr.smithi105.rfsypb (mgr.14180) 126 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-08T21:50:09.519 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:09 smithi105 bash[14197]: audit 2024-02-08T21:50:08.405577+0000 mon.smithi105 (mon.0) 559 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:50:09.519 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:09 smithi105 bash[14197]: cluster 2024-02-08T21:50:08.863329+0000 mon.smithi105 (mon.0) 560 : cluster [INF] osd.7 [v2:172.21.15.105:6826/2050373936,v1:172.21.15.105:6827/2050373936] boot 2024-02-08T21:50:09.519 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:09 smithi105 bash[14197]: cluster 2024-02-08T21:50:08.863521+0000 mon.smithi105 (mon.0) 561 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-08T21:50:09.520 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:09 smithi105 bash[14197]: audit 2024-02-08T21:50:08.863799+0000 mon.smithi105 (mon.0) 562 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:50:09.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:09 smithi167 bash[18945]: cluster 2024-02-08T21:50:08.341348+0000 mgr.smithi105.rfsypb (mgr.14180) 126 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-08T21:50:09.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:09 smithi167 bash[18945]: audit 2024-02-08T21:50:08.405577+0000 mon.smithi105 (mon.0) 559 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:50:09.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:09 smithi167 bash[18945]: cluster 2024-02-08T21:50:08.863329+0000 mon.smithi105 (mon.0) 560 : cluster [INF] osd.7 [v2:172.21.15.105:6826/2050373936,v1:172.21.15.105:6827/2050373936] boot 2024-02-08T21:50:09.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:09 smithi167 bash[18945]: cluster 2024-02-08T21:50:08.863521+0000 mon.smithi105 (mon.0) 561 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-08T21:50:09.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:09 smithi167 bash[18945]: audit 2024-02-08T21:50:08.863799+0000 mon.smithi105 (mon.0) 562 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-08T21:50:10.215 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd stat -f json 2024-02-08T21:50:11.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:10 smithi167 bash[18945]: cluster 2024-02-08T21:50:08.324730+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-08T21:50:11.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:10 smithi167 bash[18945]: cluster 2024-02-08T21:50:08.324815+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-08T21:50:11.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:10 smithi167 bash[18945]: cluster 2024-02-08T21:50:09.867076+0000 mon.smithi105 (mon.0) 563 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-08T21:50:11.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:10 smithi167 bash[18945]: cluster 2024-02-08T21:50:10.341770+0000 mgr.smithi105.rfsypb (mgr.14180) 127 : cluster [DBG] pgmap v114: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:11.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:10 smithi105 bash[14197]: cluster 2024-02-08T21:50:08.324730+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-08T21:50:11.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:10 smithi105 bash[14197]: cluster 2024-02-08T21:50:08.324815+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-08T21:50:11.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:10 smithi105 bash[14197]: cluster 2024-02-08T21:50:09.867076+0000 mon.smithi105 (mon.0) 563 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-08T21:50:11.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:10 smithi105 bash[14197]: cluster 2024-02-08T21:50:10.341770+0000 mgr.smithi105.rfsypb (mgr.14180) 127 : cluster [DBG] pgmap v114: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:12.007 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:11 smithi105 bash[14197]: cluster 2024-02-08T21:50:10.874153+0000 mon.smithi105 (mon.0) 564 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-08T21:50:12.008 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:11 smithi105 bash[14197]: audit 2024-02-08T21:50:11.410760+0000 mon.smithi105 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:50:12.008 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:11 smithi105 bash[14197]: audit 2024-02-08T21:50:11.413938+0000 mon.smithi105 (mon.0) 566 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:50:12.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:11 smithi167 bash[18945]: cluster 2024-02-08T21:50:10.874153+0000 mon.smithi105 (mon.0) 564 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-08T21:50:12.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:11 smithi167 bash[18945]: audit 2024-02-08T21:50:11.410760+0000 mon.smithi105 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:50:12.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:11 smithi167 bash[18945]: audit 2024-02-08T21:50:11.413938+0000 mon.smithi105 (mon.0) 566 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:50:13.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:12 smithi167 bash[18945]: cluster 2024-02-08T21:50:12.342312+0000 mgr.smithi105.rfsypb (mgr.14180) 128 : cluster [DBG] pgmap v116: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:13.270 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:12 smithi105 bash[14197]: cluster 2024-02-08T21:50:12.342312+0000 mgr.smithi105.rfsypb (mgr.14180) 128 : cluster [DBG] pgmap v116: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:13.648 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:50:14.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:13 smithi105 bash[14197]: audit 2024-02-08T21:50:13.647118+0000 mon.smithi105 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.105:0/1696647721' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:50:14.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:13 smithi167 bash[18945]: audit 2024-02-08T21:50:13.647118+0000 mon.smithi105 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.105:0/1696647721' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-08T21:50:14.378 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":42,"num_osds":8,"num_up_osds":8,"osd_up_since":1707429008,"num_in_osds":8,"osd_in_since":1707428954,"num_remapped_pgs":0} 2024-02-08T21:50:14.378 INFO:tasks.cephadm:Setting up client nodes... 2024-02-08T21:50:14.379 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-08T21:50:15.247 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:14 smithi167 bash[18945]: cluster 2024-02-08T21:50:14.342865+0000 mgr.smithi105.rfsypb (mgr.14180) 129 : cluster [DBG] pgmap v117: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:15.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:14 smithi105 bash[14197]: cluster 2024-02-08T21:50:14.342865+0000 mgr.smithi105.rfsypb (mgr.14180) 129 : cluster [DBG] pgmap v117: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:17.329 INFO:teuthology.orchestra.run.smithi105.stdout:[client.0] 2024-02-08T21:50:17.330 INFO:teuthology.orchestra.run.smithi105.stdout: key = AQCZTMVlSmI/ExAAfweV2xOFiOlZHLh/ytBUqw== 2024-02-08T21:50:17.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:17 smithi167 bash[18945]: cluster 2024-02-08T21:50:16.343527+0000 mgr.smithi105.rfsypb (mgr.14180) 130 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:17.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:17 smithi167 bash[18945]: audit 2024-02-08T21:50:16.843379+0000 mon.smithi105 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:50:17.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:17 smithi167 bash[18945]: audit 2024-02-08T21:50:17.322620+0000 mon.smithi105 (mon.0) 569 : audit [INF] from='client.? 172.21.15.105:0/3912273740' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-08T21:50:17.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:17 smithi167 bash[18945]: audit 2024-02-08T21:50:17.328670+0000 mon.smithi105 (mon.0) 570 : audit [INF] from='client.? 172.21.15.105:0/3912273740' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-08T21:50:17.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:17 smithi105 bash[14197]: cluster 2024-02-08T21:50:16.343527+0000 mgr.smithi105.rfsypb (mgr.14180) 130 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:17.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:17 smithi105 bash[14197]: audit 2024-02-08T21:50:16.843379+0000 mon.smithi105 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:50:17.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:17 smithi105 bash[14197]: audit 2024-02-08T21:50:17.322620+0000 mon.smithi105 (mon.0) 569 : audit [INF] from='client.? 172.21.15.105:0/3912273740' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-08T21:50:17.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:17 smithi105 bash[14197]: audit 2024-02-08T21:50:17.328670+0000 mon.smithi105 (mon.0) 570 : audit [INF] from='client.? 172.21.15.105:0/3912273740' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-08T21:50:18.076 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-02-08T21:50:18.077 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-08T21:50:18.077 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-08T21:50:18.094 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-08T21:50:19.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:19 smithi167 bash[18945]: cluster 2024-02-08T21:50:18.344116+0000 mgr.smithi105.rfsypb (mgr.14180) 131 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:19.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:19 smithi167 bash[18945]: audit 2024-02-08T21:50:18.386133+0000 mon.smithi105 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:50:19.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:19 smithi105 bash[14197]: cluster 2024-02-08T21:50:18.344116+0000 mgr.smithi105.rfsypb (mgr.14180) 131 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:19.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:19 smithi105 bash[14197]: audit 2024-02-08T21:50:18.386133+0000 mon.smithi105 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:50:21.147 INFO:teuthology.orchestra.run.smithi167.stdout:[client.1] 2024-02-08T21:50:21.147 INFO:teuthology.orchestra.run.smithi167.stdout: key = AQCdTMVlu/dbCBAAYIP72ZLAfIovZxxAJMt6RQ== 2024-02-08T21:50:21.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:21 smithi167 bash[18945]: cluster 2024-02-08T21:50:20.344865+0000 mgr.smithi105.rfsypb (mgr.14180) 132 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:21.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:21 smithi167 bash[18945]: audit 2024-02-08T21:50:21.139082+0000 mon.smithi167 (mon.1) 19 : audit [INF] from='client.? 172.21.15.167:0/3704359217' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-08T21:50:21.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:21 smithi167 bash[18945]: audit 2024-02-08T21:50:21.140045+0000 mon.smithi105 (mon.0) 572 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-08T21:50:21.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:21 smithi167 bash[18945]: audit 2024-02-08T21:50:21.146008+0000 mon.smithi105 (mon.0) 573 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-08T21:50:21.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:21 smithi105 bash[14197]: cluster 2024-02-08T21:50:20.344865+0000 mgr.smithi105.rfsypb (mgr.14180) 132 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:21.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:21 smithi105 bash[14197]: audit 2024-02-08T21:50:21.139082+0000 mon.smithi167 (mon.1) 19 : audit [INF] from='client.? 172.21.15.167:0/3704359217' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-08T21:50:21.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:21 smithi105 bash[14197]: audit 2024-02-08T21:50:21.140045+0000 mon.smithi105 (mon.0) 572 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-08T21:50:21.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:21 smithi105 bash[14197]: audit 2024-02-08T21:50:21.146008+0000 mon.smithi105 (mon.0) 573 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-08T21:50:21.877 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-02-08T21:50:21.878 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-02-08T21:50:21.878 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-02-08T21:50:21.900 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd dump --format=json 2024-02-08T21:50:23.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:23 smithi105 bash[14197]: cluster 2024-02-08T21:50:22.345551+0000 mgr.smithi105.rfsypb (mgr.14180) 133 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:23.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:23 smithi167 bash[18945]: cluster 2024-02-08T21:50:22.345551+0000 mgr.smithi105.rfsypb (mgr.14180) 133 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:25.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:25 smithi167 bash[18945]: cluster 2024-02-08T21:50:24.346102+0000 mgr.smithi105.rfsypb (mgr.14180) 134 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:25.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:25 smithi105 bash[14197]: cluster 2024-02-08T21:50:24.346102+0000 mgr.smithi105.rfsypb (mgr.14180) 134 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:26.220 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/mon.smithi105/config 2024-02-08T21:50:27.709 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:27 smithi105 bash[14197]: cluster 2024-02-08T21:50:26.346795+0000 mgr.smithi105.rfsypb (mgr.14180) 135 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:27.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:27 smithi167 bash[18945]: cluster 2024-02-08T21:50:26.346795+0000 mgr.smithi105.rfsypb (mgr.14180) 135 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:28.950 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:28 smithi105 bash[14197]: cephadm 2024-02-08T21:50:27.573332+0000 mgr.smithi105.rfsypb (mgr.14180) 136 : cephadm [INF] Detected new or changed devices on smithi167 2024-02-08T21:50:28.950 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:28 smithi105 bash[14197]: audit 2024-02-08T21:50:27.580816+0000 mon.smithi105 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:50:28.950 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:28 smithi105 bash[14197]: audit 2024-02-08T21:50:27.872659+0000 mon.smithi105 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-08T21:50:28.950 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:28 smithi105 bash[14197]: audit 2024-02-08T21:50:27.873704+0000 mon.smithi105 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-08T21:50:28.950 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:28 smithi105 bash[14197]: audit 2024-02-08T21:50:27.874521+0000 mon.smithi105 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-08T21:50:28.950 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:28 smithi105 bash[14197]: audit 2024-02-08T21:50:27.875314+0000 mon.smithi105 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-08T21:50:28.950 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:28 smithi105 bash[14197]: audit 2024-02-08T21:50:27.883172+0000 mon.smithi105 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:50:28.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:28 smithi167 bash[18945]: cephadm 2024-02-08T21:50:27.573332+0000 mgr.smithi105.rfsypb (mgr.14180) 136 : cephadm [INF] Detected new or changed devices on smithi167 2024-02-08T21:50:28.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:28 smithi167 bash[18945]: audit 2024-02-08T21:50:27.580816+0000 mon.smithi105 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:50:28.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:28 smithi167 bash[18945]: audit 2024-02-08T21:50:27.872659+0000 mon.smithi105 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-08T21:50:28.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:28 smithi167 bash[18945]: audit 2024-02-08T21:50:27.873704+0000 mon.smithi105 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-08T21:50:28.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:28 smithi167 bash[18945]: audit 2024-02-08T21:50:27.874521+0000 mon.smithi105 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-08T21:50:28.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:28 smithi167 bash[18945]: audit 2024-02-08T21:50:27.875314+0000 mon.smithi105 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-08T21:50:28.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:28 smithi167 bash[18945]: audit 2024-02-08T21:50:27.883172+0000 mon.smithi105 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:50:29.347 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:50:29.347 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":42,"fsid":"374a06b4-c6cb-11ee-95b6-87774f69a715","created":"2024-02-08T21:45:17.842493+0000","modified":"2024-02-08T21:50:10.861762+0000","last_up_change":"2024-02-08T21:50:08.855663+0000","last_in_change":"2024-02-08T21:49:14.428522+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-08T21:49:48.195453+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":"68943f59-5f4c-4984-8503-585bc0308c47","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6800","nonce":3924789794},{"type":"v1","addr":"172.21.15.167:6801","nonce":3924789794}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6802","nonce":3924789794},{"type":"v1","addr":"172.21.15.167:6803","nonce":3924789794}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6806","nonce":3924789794},{"type":"v1","addr":"172.21.15.167:6807","nonce":3924789794}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6804","nonce":3924789794},{"type":"v1","addr":"172.21.15.167:6805","nonce":3924789794}]},"public_addr":"172.21.15.167:6801/3924789794","cluster_addr":"172.21.15.167:6803/3924789794","heartbeat_back_addr":"172.21.15.167:6807/3924789794","heartbeat_front_addr":"172.21.15.167:6805/3924789794","state":["exists","up"]},{"osd":1,"uuid":"a6b51c18-e317-4dc4-90ca-44ac1b82647f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":3554257934},{"type":"v1","addr":"172.21.15.105:6803","nonce":3554257934}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":3554257934},{"type":"v1","addr":"172.21.15.105:6805","nonce":3554257934}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6808","nonce":3554257934},{"type":"v1","addr":"172.21.15.105:6809","nonce":3554257934}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6806","nonce":3554257934},{"type":"v1","addr":"172.21.15.105:6807","nonce":3554257934}]},"public_addr":"172.21.15.105:6803/3554257934","cluster_addr":"172.21.15.105:6805/3554257934","heartbeat_back_addr":"172.21.15.105:6809/3554257934","heartbeat_front_addr":"172.21.15.105:6807/3554257934","state":["exists","up"]},{"osd":2,"uuid":"d21924b0-8d94-4cb7-8f72-4c396e980896","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6808","nonce":2378319137},{"type":"v1","addr":"172.21.15.167:6809","nonce":2378319137}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6810","nonce":2378319137},{"type":"v1","addr":"172.21.15.167:6811","nonce":2378319137}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6814","nonce":2378319137},{"type":"v1","addr":"172.21.15.167:6815","nonce":2378319137}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6812","nonce":2378319137},{"type":"v1","addr":"172.21.15.167:6813","nonce":2378319137}]},"public_addr":"172.21.15.167:6809/2378319137","cluster_addr":"172.21.15.167:6811/2378319137","heartbeat_back_addr":"172.21.15.167:6815/2378319137","heartbeat_front_addr":"172.21.15.167:6813/2378319137","state":["exists","up"]},{"osd":3,"uuid":"ec43bb0b-cf79-4e2f-9fc1-dc7745cb41a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6810","nonce":2976187675},{"type":"v1","addr":"172.21.15.105:6811","nonce":2976187675}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":2976187675},{"type":"v1","addr":"172.21.15.105:6813","nonce":2976187675}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6816","nonce":2976187675},{"type":"v1","addr":"172.21.15.105:6817","nonce":2976187675}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":2976187675},{"type":"v1","addr":"172.21.15.105:6815","nonce":2976187675}]},"public_addr":"172.21.15.105:6811/2976187675","cluster_addr":"172.21.15.105:6813/2976187675","heartbeat_back_addr":"172.21.15.105:6817/2976187675","heartbeat_front_addr":"172.21.15.105:6815/2976187675","state":["exists","up"]},{"osd":4,"uuid":"aca7d2cf-696c-4f6b-8e92-e60d983a1302","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6816","nonce":2504216738},{"type":"v1","addr":"172.21.15.167:6817","nonce":2504216738}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6818","nonce":2504216738},{"type":"v1","addr":"172.21.15.167:6819","nonce":2504216738}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6822","nonce":2504216738},{"type":"v1","addr":"172.21.15.167:6823","nonce":2504216738}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6820","nonce":2504216738},{"type":"v1","addr":"172.21.15.167:6821","nonce":2504216738}]},"public_addr":"172.21.15.167:6817/2504216738","cluster_addr":"172.21.15.167:6819/2504216738","heartbeat_back_addr":"172.21.15.167:6823/2504216738","heartbeat_front_addr":"172.21.15.167:6821/2504216738","state":["exists","up"]},{"osd":5,"uuid":"ff85e1d7-af40-43fc-ae8d-91f71e794bcd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6818","nonce":2705819638},{"type":"v1","addr":"172.21.15.105:6819","nonce":2705819638}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6820","nonce":2705819638},{"type":"v1","addr":"172.21.15.105:6821","nonce":2705819638}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6824","nonce":2705819638},{"type":"v1","addr":"172.21.15.105:6825","nonce":2705819638}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6822","nonce":2705819638},{"type":"v1","addr":"172.21.15.105:6823","nonce":2705819638}]},"public_addr":"172.21.15.105:6819/2705819638","cluster_addr":"172.21.15.105:6821/2705819638","heartbeat_back_addr":"172.21.15.105:6825/2705819638","heartbeat_front_addr":"172.21.15.105:6823/2705819638","state":["exists","up"]},{"osd":6,"uuid":"757e8599-705a-44fa-9a37-d7502a8057c8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6824","nonce":2583694264},{"type":"v1","addr":"172.21.15.167:6825","nonce":2583694264}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6826","nonce":2583694264},{"type":"v1","addr":"172.21.15.167:6827","nonce":2583694264}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6830","nonce":2583694264},{"type":"v1","addr":"172.21.15.167:6831","nonce":2583694264}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6828","nonce":2583694264},{"type":"v1","addr":"172.21.15.167:6829","nonce":2583694264}]},"public_addr":"172.21.15.167:6825/2583694264","cluster_addr":"172.21.15.167:6827/2583694264","heartbeat_back_addr":"172.21.15.167:6831/2583694264","heartbeat_front_addr":"172.21.15.167:6829/2583694264","state":["exists","up"]},{"osd":7,"uuid":"7e473efc-a19b-4f26-936c-17a2859fa4b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6826","nonce":2050373936},{"type":"v1","addr":"172.21.15.105:6827","nonce":2050373936}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6828","nonce":2050373936},{"type":"v1","addr":"172.21.15.105:6829","nonce":2050373936}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6832","nonce":2050373936},{"type":"v1","addr":"172.21.15.105:6833","nonce":2050373936}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6830","nonce":2050373936},{"type":"v1","addr":"172.21.15.105:6831","nonce":2050373936}]},"public_addr":"172.21.15.105:6827/2050373936","cluster_addr":"172.21.15.105:6829/2050373936","heartbeat_back_addr":"172.21.15.105:6833/2050373936","heartbeat_front_addr":"172.21.15.105:6831/2050373936","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-08T21:49:38.098095+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-08T21:49:45.922608+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-08T21:49:43.652531+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-08T21:49:54.641470+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-08T21:49:50.327654+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-08T21:50:01.938187+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-08T21:49:54.022393+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-08T21:50:08.324820+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.105:6801/1967757777":"2024-02-09T21:47:22.295512+0000","172.21.15.105:6800/1967757777":"2024-02-09T21:47:22.295512+0000","172.21.15.105:0/697006901":"2024-02-09T21:47:22.295512+0000","172.21.15.105:0/2770547252":"2024-02-09T21:47:22.295512+0000","172.21.15.105:6801/4180648438":"2024-02-09T21:46:23.251531+0000","172.21.15.105:6800/4180648438":"2024-02-09T21:46:23.251531+0000","172.21.15.105:0/988121061":"2024-02-09T21:46:23.251531+0000","172.21.15.105:0/91210663":"2024-02-09T21:46:23.251531+0000","172.21.15.105:6800/3562616253":"2024-02-09T21:45:44.263074+0000","172.21.15.105:6801/3562616253":"2024-02-09T21:45:44.263074+0000","172.21.15.105:0/3526930405":"2024-02-09T21:45:44.263074+0000","172.21.15.105:0/2334512122":"2024-02-09T21:45:44.263074+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-08T21:50:29.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:29 smithi105 bash[14197]: cephadm 2024-02-08T21:50:27.875938+0000 mgr.smithi105.rfsypb (mgr.14180) 137 : cephadm [INF] Adjusting osd_memory_target on smithi167 to 4028M 2024-02-08T21:50:29.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:29 smithi105 bash[14197]: cluster 2024-02-08T21:50:28.347500+0000 mgr.smithi105.rfsypb (mgr.14180) 138 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:29.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:29 smithi105 bash[14197]: audit 2024-02-08T21:50:29.017377+0000 mon.smithi105 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:50:29.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:29 smithi105 bash[14197]: audit 2024-02-08T21:50:29.311348+0000 mon.smithi105 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-08T21:50:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:29 smithi105 bash[14197]: audit 2024-02-08T21:50:29.312700+0000 mon.smithi105 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-08T21:50:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:29 smithi105 bash[14197]: audit 2024-02-08T21:50:29.313793+0000 mon.smithi105 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-08T21:50:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:29 smithi105 bash[14197]: audit 2024-02-08T21:50:29.314775+0000 mon.smithi105 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-08T21:50:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:29 smithi105 bash[14197]: audit 2024-02-08T21:50:29.320555+0000 mon.smithi105 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:50:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:29 smithi105 bash[14197]: audit 2024-02-08T21:50:29.322556+0000 mon.smithi105 (mon.0) 586 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:50:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:29 smithi105 bash[14197]: audit 2024-02-08T21:50:29.323530+0000 mon.smithi105 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T21:50:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:29 smithi105 bash[14197]: audit 2024-02-08T21:50:29.328779+0000 mon.smithi105 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:50:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:29 smithi105 bash[14197]: audit 2024-02-08T21:50:29.336181+0000 mon.smithi105 (mon.0) 589 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T21:50:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:29 smithi105 bash[14197]: audit 2024-02-08T21:50:29.342550+0000 mon.smithi105 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-08T21:50:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:29 smithi105 bash[14197]: audit 2024-02-08T21:50:29.344673+0000 mon.smithi105 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.105:0/4056445604' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-08T21:50:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:29 smithi105 bash[14197]: audit 2024-02-08T21:50:29.345667+0000 mon.smithi105 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-08T21:50:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:29 smithi105 bash[14197]: audit 2024-02-08T21:50:29.346249+0000 mon.smithi105 (mon.0) 593 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:50:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:29 smithi105 bash[14197]: audit 2024-02-08T21:50:29.347411+0000 mon.smithi105 (mon.0) 594 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:50:29.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:29 smithi167 bash[18945]: cephadm 2024-02-08T21:50:27.875938+0000 mgr.smithi105.rfsypb (mgr.14180) 137 : cephadm [INF] Adjusting osd_memory_target on smithi167 to 4028M 2024-02-08T21:50:29.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:29 smithi167 bash[18945]: cluster 2024-02-08T21:50:28.347500+0000 mgr.smithi105.rfsypb (mgr.14180) 138 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:29.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:29 smithi167 bash[18945]: audit 2024-02-08T21:50:29.017377+0000 mon.smithi105 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:50:29.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:29 smithi167 bash[18945]: audit 2024-02-08T21:50:29.311348+0000 mon.smithi105 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-08T21:50:29.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:29 smithi167 bash[18945]: audit 2024-02-08T21:50:29.312700+0000 mon.smithi105 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-08T21:50:29.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:29 smithi167 bash[18945]: audit 2024-02-08T21:50:29.313793+0000 mon.smithi105 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-08T21:50:29.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:29 smithi167 bash[18945]: audit 2024-02-08T21:50:29.314775+0000 mon.smithi105 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-08T21:50:29.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:29 smithi167 bash[18945]: audit 2024-02-08T21:50:29.320555+0000 mon.smithi105 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:50:29.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:29 smithi167 bash[18945]: audit 2024-02-08T21:50:29.322556+0000 mon.smithi105 (mon.0) 586 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:50:29.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:29 smithi167 bash[18945]: audit 2024-02-08T21:50:29.323530+0000 mon.smithi105 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T21:50:29.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:29 smithi167 bash[18945]: audit 2024-02-08T21:50:29.328779+0000 mon.smithi105 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:50:29.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:29 smithi167 bash[18945]: audit 2024-02-08T21:50:29.336181+0000 mon.smithi105 (mon.0) 589 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T21:50:29.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:29 smithi167 bash[18945]: audit 2024-02-08T21:50:29.342550+0000 mon.smithi105 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-08T21:50:29.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:29 smithi167 bash[18945]: audit 2024-02-08T21:50:29.344673+0000 mon.smithi105 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.105:0/4056445604' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-08T21:50:29.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:29 smithi167 bash[18945]: audit 2024-02-08T21:50:29.345667+0000 mon.smithi105 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-08T21:50:29.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:29 smithi167 bash[18945]: audit 2024-02-08T21:50:29.346249+0000 mon.smithi105 (mon.0) 593 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:50:29.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:29 smithi167 bash[18945]: audit 2024-02-08T21:50:29.347411+0000 mon.smithi105 (mon.0) 594 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:50:30.157 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-08T21:49:48.195453+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': {}}}] 2024-02-08T21:50:30.158 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-08T21:50:30.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:30 smithi167 bash[18945]: cephadm 2024-02-08T21:50:29.006262+0000 mgr.smithi105.rfsypb (mgr.14180) 139 : cephadm [INF] Detected new or changed devices on smithi105 2024-02-08T21:50:30.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:30 smithi167 bash[18945]: cephadm 2024-02-08T21:50:29.315629+0000 mgr.smithi105.rfsypb (mgr.14180) 140 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 3260M 2024-02-08T21:50:31.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:30 smithi105 bash[14197]: cephadm 2024-02-08T21:50:29.006262+0000 mgr.smithi105.rfsypb (mgr.14180) 139 : cephadm [INF] Detected new or changed devices on smithi105 2024-02-08T21:50:31.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:30 smithi105 bash[14197]: cephadm 2024-02-08T21:50:29.315629+0000 mgr.smithi105.rfsypb (mgr.14180) 140 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 3260M 2024-02-08T21:50:31.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:31 smithi167 bash[18945]: cluster 2024-02-08T21:50:30.348076+0000 mgr.smithi105.rfsypb (mgr.14180) 141 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:32.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:31 smithi105 bash[14197]: cluster 2024-02-08T21:50:30.348076+0000 mgr.smithi105.rfsypb (mgr.14180) 141 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:33.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:33 smithi167 bash[18945]: cluster 2024-02-08T21:50:32.348697+0000 mgr.smithi105.rfsypb (mgr.14180) 142 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:34.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:33 smithi105 bash[14197]: cluster 2024-02-08T21:50:32.348697+0000 mgr.smithi105.rfsypb (mgr.14180) 142 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:34.122 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/mon.smithi105/config 2024-02-08T21:50:35.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:35 smithi167 bash[18945]: cluster 2024-02-08T21:50:34.349375+0000 mgr.smithi105.rfsypb (mgr.14180) 143 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:36.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:35 smithi105 bash[14197]: cluster 2024-02-08T21:50:34.349375+0000 mgr.smithi105.rfsypb (mgr.14180) 143 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:37.931 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:37 smithi105 bash[14197]: cluster 2024-02-08T21:50:36.349978+0000 mgr.smithi105.rfsypb (mgr.14180) 144 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:37.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:37 smithi167 bash[18945]: cluster 2024-02-08T21:50:36.349978+0000 mgr.smithi105.rfsypb (mgr.14180) 144 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:38.373 INFO:teuthology.orchestra.run.smithi105.stdout:pg_num: 1 2024-02-08T21:50:38.802 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:38 smithi167 bash[18945]: audit 2024-02-08T21:50:38.372241+0000 mon.smithi105 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.105:0/3564502759' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-08T21:50:38.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:38 smithi105 bash[14197]: audit 2024-02-08T21:50:38.372241+0000 mon.smithi105 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.105:0/3564502759' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-08T21:50:39.070 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-08T21:50:39.070 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-08T21:50:39.071 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph mgr dump --format=json 2024-02-08T21:50:39.904 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:39 smithi105 bash[14197]: cluster 2024-02-08T21:50:38.350490+0000 mgr.smithi105.rfsypb (mgr.14180) 145 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:39.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:39 smithi167 bash[18945]: cluster 2024-02-08T21:50:38.350490+0000 mgr.smithi105.rfsypb (mgr.14180) 145 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:41.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:41 smithi167 bash[18945]: cluster 2024-02-08T21:50:40.351055+0000 mgr.smithi105.rfsypb (mgr.14180) 146 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:42.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:41 smithi105 bash[14197]: cluster 2024-02-08T21:50:40.351055+0000 mgr.smithi105.rfsypb (mgr.14180) 146 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:43.850 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/mon.smithi105/config 2024-02-08T21:50:43.910 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:43 smithi167 bash[18945]: cluster 2024-02-08T21:50:42.351604+0000 mgr.smithi105.rfsypb (mgr.14180) 147 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:44.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:43 smithi105 bash[14197]: cluster 2024-02-08T21:50:42.351604+0000 mgr.smithi105.rfsypb (mgr.14180) 147 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:45.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:45 smithi167 bash[18945]: cluster 2024-02-08T21:50:44.352092+0000 mgr.smithi105.rfsypb (mgr.14180) 148 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:46.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:45 smithi105 bash[14197]: cluster 2024-02-08T21:50:44.352092+0000 mgr.smithi105.rfsypb (mgr.14180) 148 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:47.307 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:50:47.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:47 smithi167 bash[18945]: cluster 2024-02-08T21:50:46.352780+0000 mgr.smithi105.rfsypb (mgr.14180) 149 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:47.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:47 smithi167 bash[18945]: audit 2024-02-08T21:50:47.296920+0000 mon.smithi105 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.105:0/610223552' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-08T21:50:48.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:47 smithi105 bash[14197]: cluster 2024-02-08T21:50:46.352780+0000 mgr.smithi105.rfsypb (mgr.14180) 149 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:48.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:47 smithi105 bash[14197]: audit 2024-02-08T21:50:47.296920+0000 mon.smithi105 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.105:0/610223552' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-08T21:50:48.413 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi105.rfsypb","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6800","nonce":944374172},{"type":"v1","addr":"172.21.15.105:6801","nonce":944374172}]},"active_addr":"172.21.15.105:6801/944374172","active_change":"2024-02-08T21:47:22.295724+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14200,"name":"smithi167.bszrka","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.105:8443/","prometheus":"http://172.21.15.105: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.105:0","nonce":3907013306}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.105:0","nonce":667723346}]}]} 2024-02-08T21:50:48.416 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-08T21:50:48.416 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-08T21:50:48.417 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd dump --format=json 2024-02-08T21:50:49.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:49 smithi105 bash[14197]: cluster 2024-02-08T21:50:48.353399+0000 mgr.smithi105.rfsypb (mgr.14180) 150 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:49.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:49 smithi167 bash[18945]: cluster 2024-02-08T21:50:48.353399+0000 mgr.smithi105.rfsypb (mgr.14180) 150 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:51.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:51 smithi167 bash[18945]: cluster 2024-02-08T21:50:50.354085+0000 mgr.smithi105.rfsypb (mgr.14180) 151 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:52.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:51 smithi105 bash[14197]: cluster 2024-02-08T21:50:50.354085+0000 mgr.smithi105.rfsypb (mgr.14180) 151 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:52.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:52 smithi167 bash[18945]: cluster 2024-02-08T21:50:52.354769+0000 mgr.smithi105.rfsypb (mgr.14180) 152 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:53.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:52 smithi105 bash[14197]: cluster 2024-02-08T21:50:52.354769+0000 mgr.smithi105.rfsypb (mgr.14180) 152 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:53.562 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/mon.smithi105/config 2024-02-08T21:50:55.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:55 smithi167 bash[18945]: cluster 2024-02-08T21:50:54.355528+0000 mgr.smithi105.rfsypb (mgr.14180) 153 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:55.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:55 smithi105 bash[14197]: cluster 2024-02-08T21:50:54.355528+0000 mgr.smithi105.rfsypb (mgr.14180) 153 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:56.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:56 smithi167 bash[18945]: audit 2024-02-08T21:50:55.731987+0000 mon.smithi105 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:50:56.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:56 smithi167 bash[18945]: cluster 2024-02-08T21:50:56.356143+0000 mgr.smithi105.rfsypb (mgr.14180) 154 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:57.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:56 smithi105 bash[14197]: audit 2024-02-08T21:50:55.731987+0000 mon.smithi105 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:50:57.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:56 smithi105 bash[14197]: cluster 2024-02-08T21:50:56.356143+0000 mgr.smithi105.rfsypb (mgr.14180) 154 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:57.277 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:50:57.278 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":42,"fsid":"374a06b4-c6cb-11ee-95b6-87774f69a715","created":"2024-02-08T21:45:17.842493+0000","modified":"2024-02-08T21:50:10.861762+0000","last_up_change":"2024-02-08T21:50:08.855663+0000","last_in_change":"2024-02-08T21:49:14.428522+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-08T21:49:48.195453+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":"68943f59-5f4c-4984-8503-585bc0308c47","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6800","nonce":3924789794},{"type":"v1","addr":"172.21.15.167:6801","nonce":3924789794}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6802","nonce":3924789794},{"type":"v1","addr":"172.21.15.167:6803","nonce":3924789794}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6806","nonce":3924789794},{"type":"v1","addr":"172.21.15.167:6807","nonce":3924789794}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6804","nonce":3924789794},{"type":"v1","addr":"172.21.15.167:6805","nonce":3924789794}]},"public_addr":"172.21.15.167:6801/3924789794","cluster_addr":"172.21.15.167:6803/3924789794","heartbeat_back_addr":"172.21.15.167:6807/3924789794","heartbeat_front_addr":"172.21.15.167:6805/3924789794","state":["exists","up"]},{"osd":1,"uuid":"a6b51c18-e317-4dc4-90ca-44ac1b82647f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":3554257934},{"type":"v1","addr":"172.21.15.105:6803","nonce":3554257934}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":3554257934},{"type":"v1","addr":"172.21.15.105:6805","nonce":3554257934}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6808","nonce":3554257934},{"type":"v1","addr":"172.21.15.105:6809","nonce":3554257934}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6806","nonce":3554257934},{"type":"v1","addr":"172.21.15.105:6807","nonce":3554257934}]},"public_addr":"172.21.15.105:6803/3554257934","cluster_addr":"172.21.15.105:6805/3554257934","heartbeat_back_addr":"172.21.15.105:6809/3554257934","heartbeat_front_addr":"172.21.15.105:6807/3554257934","state":["exists","up"]},{"osd":2,"uuid":"d21924b0-8d94-4cb7-8f72-4c396e980896","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6808","nonce":2378319137},{"type":"v1","addr":"172.21.15.167:6809","nonce":2378319137}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6810","nonce":2378319137},{"type":"v1","addr":"172.21.15.167:6811","nonce":2378319137}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6814","nonce":2378319137},{"type":"v1","addr":"172.21.15.167:6815","nonce":2378319137}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6812","nonce":2378319137},{"type":"v1","addr":"172.21.15.167:6813","nonce":2378319137}]},"public_addr":"172.21.15.167:6809/2378319137","cluster_addr":"172.21.15.167:6811/2378319137","heartbeat_back_addr":"172.21.15.167:6815/2378319137","heartbeat_front_addr":"172.21.15.167:6813/2378319137","state":["exists","up"]},{"osd":3,"uuid":"ec43bb0b-cf79-4e2f-9fc1-dc7745cb41a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6810","nonce":2976187675},{"type":"v1","addr":"172.21.15.105:6811","nonce":2976187675}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":2976187675},{"type":"v1","addr":"172.21.15.105:6813","nonce":2976187675}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6816","nonce":2976187675},{"type":"v1","addr":"172.21.15.105:6817","nonce":2976187675}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":2976187675},{"type":"v1","addr":"172.21.15.105:6815","nonce":2976187675}]},"public_addr":"172.21.15.105:6811/2976187675","cluster_addr":"172.21.15.105:6813/2976187675","heartbeat_back_addr":"172.21.15.105:6817/2976187675","heartbeat_front_addr":"172.21.15.105:6815/2976187675","state":["exists","up"]},{"osd":4,"uuid":"aca7d2cf-696c-4f6b-8e92-e60d983a1302","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6816","nonce":2504216738},{"type":"v1","addr":"172.21.15.167:6817","nonce":2504216738}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6818","nonce":2504216738},{"type":"v1","addr":"172.21.15.167:6819","nonce":2504216738}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6822","nonce":2504216738},{"type":"v1","addr":"172.21.15.167:6823","nonce":2504216738}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6820","nonce":2504216738},{"type":"v1","addr":"172.21.15.167:6821","nonce":2504216738}]},"public_addr":"172.21.15.167:6817/2504216738","cluster_addr":"172.21.15.167:6819/2504216738","heartbeat_back_addr":"172.21.15.167:6823/2504216738","heartbeat_front_addr":"172.21.15.167:6821/2504216738","state":["exists","up"]},{"osd":5,"uuid":"ff85e1d7-af40-43fc-ae8d-91f71e794bcd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6818","nonce":2705819638},{"type":"v1","addr":"172.21.15.105:6819","nonce":2705819638}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6820","nonce":2705819638},{"type":"v1","addr":"172.21.15.105:6821","nonce":2705819638}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6824","nonce":2705819638},{"type":"v1","addr":"172.21.15.105:6825","nonce":2705819638}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6822","nonce":2705819638},{"type":"v1","addr":"172.21.15.105:6823","nonce":2705819638}]},"public_addr":"172.21.15.105:6819/2705819638","cluster_addr":"172.21.15.105:6821/2705819638","heartbeat_back_addr":"172.21.15.105:6825/2705819638","heartbeat_front_addr":"172.21.15.105:6823/2705819638","state":["exists","up"]},{"osd":6,"uuid":"757e8599-705a-44fa-9a37-d7502a8057c8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6824","nonce":2583694264},{"type":"v1","addr":"172.21.15.167:6825","nonce":2583694264}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6826","nonce":2583694264},{"type":"v1","addr":"172.21.15.167:6827","nonce":2583694264}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6830","nonce":2583694264},{"type":"v1","addr":"172.21.15.167:6831","nonce":2583694264}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6828","nonce":2583694264},{"type":"v1","addr":"172.21.15.167:6829","nonce":2583694264}]},"public_addr":"172.21.15.167:6825/2583694264","cluster_addr":"172.21.15.167:6827/2583694264","heartbeat_back_addr":"172.21.15.167:6831/2583694264","heartbeat_front_addr":"172.21.15.167:6829/2583694264","state":["exists","up"]},{"osd":7,"uuid":"7e473efc-a19b-4f26-936c-17a2859fa4b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6826","nonce":2050373936},{"type":"v1","addr":"172.21.15.105:6827","nonce":2050373936}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6828","nonce":2050373936},{"type":"v1","addr":"172.21.15.105:6829","nonce":2050373936}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6832","nonce":2050373936},{"type":"v1","addr":"172.21.15.105:6833","nonce":2050373936}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6830","nonce":2050373936},{"type":"v1","addr":"172.21.15.105:6831","nonce":2050373936}]},"public_addr":"172.21.15.105:6827/2050373936","cluster_addr":"172.21.15.105:6829/2050373936","heartbeat_back_addr":"172.21.15.105:6833/2050373936","heartbeat_front_addr":"172.21.15.105:6831/2050373936","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-08T21:49:38.098095+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-08T21:49:45.922608+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-08T21:49:43.652531+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-08T21:49:54.641470+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-08T21:49:50.327654+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-08T21:50:01.938187+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-08T21:49:54.022393+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-08T21:50:08.324820+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.105:6801/1967757777":"2024-02-09T21:47:22.295512+0000","172.21.15.105:6800/1967757777":"2024-02-09T21:47:22.295512+0000","172.21.15.105:0/697006901":"2024-02-09T21:47:22.295512+0000","172.21.15.105:0/2770547252":"2024-02-09T21:47:22.295512+0000","172.21.15.105:6801/4180648438":"2024-02-09T21:46:23.251531+0000","172.21.15.105:6800/4180648438":"2024-02-09T21:46:23.251531+0000","172.21.15.105:0/988121061":"2024-02-09T21:46:23.251531+0000","172.21.15.105:0/91210663":"2024-02-09T21:46:23.251531+0000","172.21.15.105:6800/3562616253":"2024-02-09T21:45:44.263074+0000","172.21.15.105:6801/3562616253":"2024-02-09T21:45:44.263074+0000","172.21.15.105:0/3526930405":"2024-02-09T21:45:44.263074+0000","172.21.15.105:0/2334512122":"2024-02-09T21:45:44.263074+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-08T21:50:57.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:57 smithi167 bash[18945]: audit 2024-02-08T21:50:57.275256+0000 mon.smithi105 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.105:0/2355441306' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-08T21:50:58.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:57 smithi105 bash[14197]: audit 2024-02-08T21:50:57.275256+0000 mon.smithi105 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.105:0/2355441306' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-08T21:50:58.591 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-08T21:50:58.591 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd dump --format=json 2024-02-08T21:50:59.045 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:50:58 smithi167 bash[18945]: cluster 2024-02-08T21:50:58.356669+0000 mgr.smithi105.rfsypb (mgr.14180) 155 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:50:59.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:50:58 smithi105 bash[14197]: cluster 2024-02-08T21:50:58.356669+0000 mgr.smithi105.rfsypb (mgr.14180) 155 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:01.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:01 smithi105 bash[14197]: audit 2024-02-08T21:51:00.031894+0000 mon.smithi105 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:51:01.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:01 smithi105 bash[14197]: cluster 2024-02-08T21:51:00.357307+0000 mgr.smithi105.rfsypb (mgr.14180) 156 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:01.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:01 smithi167 bash[18945]: audit 2024-02-08T21:51:00.031894+0000 mon.smithi105 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:51:01.497 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:01 smithi167 bash[18945]: cluster 2024-02-08T21:51:00.357307+0000 mgr.smithi105.rfsypb (mgr.14180) 156 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:03.553 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/mon.smithi105/config 2024-02-08T21:51:03.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:03 smithi167 bash[18945]: cluster 2024-02-08T21:51:02.357824+0000 mgr.smithi105.rfsypb (mgr.14180) 157 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:03.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:03 smithi105 bash[14197]: cluster 2024-02-08T21:51:02.357824+0000 mgr.smithi105.rfsypb (mgr.14180) 157 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:05.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:05 smithi105 bash[14197]: cluster 2024-02-08T21:51:04.358245+0000 mgr.smithi105.rfsypb (mgr.14180) 158 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:05.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:05 smithi167 bash[18945]: cluster 2024-02-08T21:51:04.358245+0000 mgr.smithi105.rfsypb (mgr.14180) 158 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:06.419 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:51:06.419 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":42,"fsid":"374a06b4-c6cb-11ee-95b6-87774f69a715","created":"2024-02-08T21:45:17.842493+0000","modified":"2024-02-08T21:50:10.861762+0000","last_up_change":"2024-02-08T21:50:08.855663+0000","last_in_change":"2024-02-08T21:49:14.428522+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-08T21:49:48.195453+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":"68943f59-5f4c-4984-8503-585bc0308c47","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6800","nonce":3924789794},{"type":"v1","addr":"172.21.15.167:6801","nonce":3924789794}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6802","nonce":3924789794},{"type":"v1","addr":"172.21.15.167:6803","nonce":3924789794}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6806","nonce":3924789794},{"type":"v1","addr":"172.21.15.167:6807","nonce":3924789794}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6804","nonce":3924789794},{"type":"v1","addr":"172.21.15.167:6805","nonce":3924789794}]},"public_addr":"172.21.15.167:6801/3924789794","cluster_addr":"172.21.15.167:6803/3924789794","heartbeat_back_addr":"172.21.15.167:6807/3924789794","heartbeat_front_addr":"172.21.15.167:6805/3924789794","state":["exists","up"]},{"osd":1,"uuid":"a6b51c18-e317-4dc4-90ca-44ac1b82647f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":3554257934},{"type":"v1","addr":"172.21.15.105:6803","nonce":3554257934}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":3554257934},{"type":"v1","addr":"172.21.15.105:6805","nonce":3554257934}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6808","nonce":3554257934},{"type":"v1","addr":"172.21.15.105:6809","nonce":3554257934}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6806","nonce":3554257934},{"type":"v1","addr":"172.21.15.105:6807","nonce":3554257934}]},"public_addr":"172.21.15.105:6803/3554257934","cluster_addr":"172.21.15.105:6805/3554257934","heartbeat_back_addr":"172.21.15.105:6809/3554257934","heartbeat_front_addr":"172.21.15.105:6807/3554257934","state":["exists","up"]},{"osd":2,"uuid":"d21924b0-8d94-4cb7-8f72-4c396e980896","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6808","nonce":2378319137},{"type":"v1","addr":"172.21.15.167:6809","nonce":2378319137}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6810","nonce":2378319137},{"type":"v1","addr":"172.21.15.167:6811","nonce":2378319137}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6814","nonce":2378319137},{"type":"v1","addr":"172.21.15.167:6815","nonce":2378319137}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6812","nonce":2378319137},{"type":"v1","addr":"172.21.15.167:6813","nonce":2378319137}]},"public_addr":"172.21.15.167:6809/2378319137","cluster_addr":"172.21.15.167:6811/2378319137","heartbeat_back_addr":"172.21.15.167:6815/2378319137","heartbeat_front_addr":"172.21.15.167:6813/2378319137","state":["exists","up"]},{"osd":3,"uuid":"ec43bb0b-cf79-4e2f-9fc1-dc7745cb41a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6810","nonce":2976187675},{"type":"v1","addr":"172.21.15.105:6811","nonce":2976187675}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":2976187675},{"type":"v1","addr":"172.21.15.105:6813","nonce":2976187675}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6816","nonce":2976187675},{"type":"v1","addr":"172.21.15.105:6817","nonce":2976187675}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":2976187675},{"type":"v1","addr":"172.21.15.105:6815","nonce":2976187675}]},"public_addr":"172.21.15.105:6811/2976187675","cluster_addr":"172.21.15.105:6813/2976187675","heartbeat_back_addr":"172.21.15.105:6817/2976187675","heartbeat_front_addr":"172.21.15.105:6815/2976187675","state":["exists","up"]},{"osd":4,"uuid":"aca7d2cf-696c-4f6b-8e92-e60d983a1302","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6816","nonce":2504216738},{"type":"v1","addr":"172.21.15.167:6817","nonce":2504216738}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6818","nonce":2504216738},{"type":"v1","addr":"172.21.15.167:6819","nonce":2504216738}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6822","nonce":2504216738},{"type":"v1","addr":"172.21.15.167:6823","nonce":2504216738}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6820","nonce":2504216738},{"type":"v1","addr":"172.21.15.167:6821","nonce":2504216738}]},"public_addr":"172.21.15.167:6817/2504216738","cluster_addr":"172.21.15.167:6819/2504216738","heartbeat_back_addr":"172.21.15.167:6823/2504216738","heartbeat_front_addr":"172.21.15.167:6821/2504216738","state":["exists","up"]},{"osd":5,"uuid":"ff85e1d7-af40-43fc-ae8d-91f71e794bcd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6818","nonce":2705819638},{"type":"v1","addr":"172.21.15.105:6819","nonce":2705819638}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6820","nonce":2705819638},{"type":"v1","addr":"172.21.15.105:6821","nonce":2705819638}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6824","nonce":2705819638},{"type":"v1","addr":"172.21.15.105:6825","nonce":2705819638}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6822","nonce":2705819638},{"type":"v1","addr":"172.21.15.105:6823","nonce":2705819638}]},"public_addr":"172.21.15.105:6819/2705819638","cluster_addr":"172.21.15.105:6821/2705819638","heartbeat_back_addr":"172.21.15.105:6825/2705819638","heartbeat_front_addr":"172.21.15.105:6823/2705819638","state":["exists","up"]},{"osd":6,"uuid":"757e8599-705a-44fa-9a37-d7502a8057c8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6824","nonce":2583694264},{"type":"v1","addr":"172.21.15.167:6825","nonce":2583694264}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6826","nonce":2583694264},{"type":"v1","addr":"172.21.15.167:6827","nonce":2583694264}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6830","nonce":2583694264},{"type":"v1","addr":"172.21.15.167:6831","nonce":2583694264}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6828","nonce":2583694264},{"type":"v1","addr":"172.21.15.167:6829","nonce":2583694264}]},"public_addr":"172.21.15.167:6825/2583694264","cluster_addr":"172.21.15.167:6827/2583694264","heartbeat_back_addr":"172.21.15.167:6831/2583694264","heartbeat_front_addr":"172.21.15.167:6829/2583694264","state":["exists","up"]},{"osd":7,"uuid":"7e473efc-a19b-4f26-936c-17a2859fa4b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6826","nonce":2050373936},{"type":"v1","addr":"172.21.15.105:6827","nonce":2050373936}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6828","nonce":2050373936},{"type":"v1","addr":"172.21.15.105:6829","nonce":2050373936}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6832","nonce":2050373936},{"type":"v1","addr":"172.21.15.105:6833","nonce":2050373936}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6830","nonce":2050373936},{"type":"v1","addr":"172.21.15.105:6831","nonce":2050373936}]},"public_addr":"172.21.15.105:6827/2050373936","cluster_addr":"172.21.15.105:6829/2050373936","heartbeat_back_addr":"172.21.15.105:6833/2050373936","heartbeat_front_addr":"172.21.15.105:6831/2050373936","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-08T21:49:38.098095+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-08T21:49:45.922608+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-08T21:49:43.652531+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-08T21:49:54.641470+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-08T21:49:50.327654+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-08T21:50:01.938187+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-08T21:49:54.022393+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-08T21:50:08.324820+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.105:6801/1967757777":"2024-02-09T21:47:22.295512+0000","172.21.15.105:6800/1967757777":"2024-02-09T21:47:22.295512+0000","172.21.15.105:0/697006901":"2024-02-09T21:47:22.295512+0000","172.21.15.105:0/2770547252":"2024-02-09T21:47:22.295512+0000","172.21.15.105:6801/4180648438":"2024-02-09T21:46:23.251531+0000","172.21.15.105:6800/4180648438":"2024-02-09T21:46:23.251531+0000","172.21.15.105:0/988121061":"2024-02-09T21:46:23.251531+0000","172.21.15.105:0/91210663":"2024-02-09T21:46:23.251531+0000","172.21.15.105:6800/3562616253":"2024-02-09T21:45:44.263074+0000","172.21.15.105:6801/3562616253":"2024-02-09T21:45:44.263074+0000","172.21.15.105:0/3526930405":"2024-02-09T21:45:44.263074+0000","172.21.15.105:0/2334512122":"2024-02-09T21:45:44.263074+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-08T21:51:06.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:06 smithi167 bash[18945]: audit 2024-02-08T21:51:06.417121+0000 mon.smithi105 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.105:0/4214170682' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-08T21:51:06.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:06 smithi105 bash[14197]: audit 2024-02-08T21:51:06.417121+0000 mon.smithi105 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.105:0/4214170682' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-08T21:51:07.140 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-08T21:51:07.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:07 smithi167 bash[18945]: cluster 2024-02-08T21:51:06.358641+0000 mgr.smithi105.rfsypb (mgr.14180) 159 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:07.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:07 smithi105 bash[14197]: cluster 2024-02-08T21:51:06.358641+0000 mgr.smithi105.rfsypb (mgr.14180) 159 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:09.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:09 smithi167 bash[18945]: cluster 2024-02-08T21:51:08.359086+0000 mgr.smithi105.rfsypb (mgr.14180) 160 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:09.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:09 smithi105 bash[14197]: cluster 2024-02-08T21:51:08.359086+0000 mgr.smithi105.rfsypb (mgr.14180) 160 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:11.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:11 smithi167 bash[18945]: cluster 2024-02-08T21:51:10.359682+0000 mgr.smithi105.rfsypb (mgr.14180) 161 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:11.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:11 smithi105 bash[14197]: cluster 2024-02-08T21:51:10.359682+0000 mgr.smithi105.rfsypb (mgr.14180) 161 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:11.913 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/mon.smithi105/config 2024-02-08T21:51:13.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:13 smithi167 bash[18945]: cluster 2024-02-08T21:51:12.360269+0000 mgr.smithi105.rfsypb (mgr.14180) 162 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:13.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:13 smithi105 bash[14197]: cluster 2024-02-08T21:51:12.360269+0000 mgr.smithi105.rfsypb (mgr.14180) 162 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:15.136 INFO:teuthology.orchestra.run.smithi105.stdout:68719476757 2024-02-08T21:51:15.137 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-08T21:51:15.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:15 smithi167 bash[18945]: cluster 2024-02-08T21:51:14.360826+0000 mgr.smithi105.rfsypb (mgr.14180) 163 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:15.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:15 smithi105 bash[14197]: cluster 2024-02-08T21:51:14.360826+0000 mgr.smithi105.rfsypb (mgr.14180) 163 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:17.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:17 smithi167 bash[18945]: cluster 2024-02-08T21:51:16.361330+0000 mgr.smithi105.rfsypb (mgr.14180) 164 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:17.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:17 smithi105 bash[14197]: cluster 2024-02-08T21:51:16.361330+0000 mgr.smithi105.rfsypb (mgr.14180) 164 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:19.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:19 smithi167 bash[18945]: cluster 2024-02-08T21:51:18.361864+0000 mgr.smithi105.rfsypb (mgr.14180) 165 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:19.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:19 smithi105 bash[14197]: cluster 2024-02-08T21:51:18.361864+0000 mgr.smithi105.rfsypb (mgr.14180) 165 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:19.919 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/mon.smithi105/config 2024-02-08T21:51:21.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:21 smithi167 bash[18945]: cluster 2024-02-08T21:51:20.362327+0000 mgr.smithi105.rfsypb (mgr.14180) 166 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:21.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:21 smithi105 bash[14197]: cluster 2024-02-08T21:51:20.362327+0000 mgr.smithi105.rfsypb (mgr.14180) 166 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:23.315 INFO:teuthology.orchestra.run.smithi105.stdout:98784247830 2024-02-08T21:51:23.315 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-08T21:51:23.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:23 smithi167 bash[18945]: cluster 2024-02-08T21:51:22.362802+0000 mgr.smithi105.rfsypb (mgr.14180) 167 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:23.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:23 smithi105 bash[14197]: cluster 2024-02-08T21:51:22.362802+0000 mgr.smithi105.rfsypb (mgr.14180) 167 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:25.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:25 smithi167 bash[18945]: cluster 2024-02-08T21:51:24.363483+0000 mgr.smithi105.rfsypb (mgr.14180) 168 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:25.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:25 smithi105 bash[14197]: cluster 2024-02-08T21:51:24.363483+0000 mgr.smithi105.rfsypb (mgr.14180) 168 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:27.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:27 smithi167 bash[18945]: cluster 2024-02-08T21:51:26.364227+0000 mgr.smithi105.rfsypb (mgr.14180) 169 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:27.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:27 smithi105 bash[14197]: cluster 2024-02-08T21:51:26.364227+0000 mgr.smithi105.rfsypb (mgr.14180) 169 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:28.096 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/mon.smithi105/config 2024-02-08T21:51:29.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:29 smithi167 bash[18945]: cluster 2024-02-08T21:51:28.364871+0000 mgr.smithi105.rfsypb (mgr.14180) 170 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:29.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:29 smithi105 bash[14197]: cluster 2024-02-08T21:51:28.364871+0000 mgr.smithi105.rfsypb (mgr.14180) 170 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:31.183 INFO:teuthology.orchestra.run.smithi105.stdout:85899345943 2024-02-08T21:51:31.184 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-08T21:51:31.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:31 smithi167 bash[18945]: cluster 2024-02-08T21:51:30.365430+0000 mgr.smithi105.rfsypb (mgr.14180) 171 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:31.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:31 smithi105 bash[14197]: cluster 2024-02-08T21:51:30.365430+0000 mgr.smithi105.rfsypb (mgr.14180) 171 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:33.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:33 smithi167 bash[18945]: cluster 2024-02-08T21:51:32.365966+0000 mgr.smithi105.rfsypb (mgr.14180) 172 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:33.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:33 smithi105 bash[14197]: cluster 2024-02-08T21:51:32.365966+0000 mgr.smithi105.rfsypb (mgr.14180) 172 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:35.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:35 smithi105 bash[14197]: cluster 2024-02-08T21:51:34.366532+0000 mgr.smithi105.rfsypb (mgr.14180) 173 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:35.964 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/mon.smithi105/config 2024-02-08T21:51:36.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:35 smithi167 bash[18945]: cluster 2024-02-08T21:51:34.366532+0000 mgr.smithi105.rfsypb (mgr.14180) 173 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:37.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:37 smithi105 bash[14197]: cluster 2024-02-08T21:51:36.367130+0000 mgr.smithi105.rfsypb (mgr.14180) 174 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:37.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:37 smithi167 bash[18945]: cluster 2024-02-08T21:51:36.367130+0000 mgr.smithi105.rfsypb (mgr.14180) 174 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:39.446 INFO:teuthology.orchestra.run.smithi105.stdout:133143986199 2024-02-08T21:51:39.447 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-08T21:51:39.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:39 smithi105 bash[14197]: cluster 2024-02-08T21:51:38.367777+0000 mgr.smithi105.rfsypb (mgr.14180) 175 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:39.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:39 smithi167 bash[18945]: cluster 2024-02-08T21:51:38.367777+0000 mgr.smithi105.rfsypb (mgr.14180) 175 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:41.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:41 smithi105 bash[14197]: cluster 2024-02-08T21:51:40.368420+0000 mgr.smithi105.rfsypb (mgr.14180) 176 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:41.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:41 smithi167 bash[18945]: cluster 2024-02-08T21:51:40.368420+0000 mgr.smithi105.rfsypb (mgr.14180) 176 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:43.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:43 smithi105 bash[14197]: cluster 2024-02-08T21:51:42.369065+0000 mgr.smithi105.rfsypb (mgr.14180) 177 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:43.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:43 smithi167 bash[18945]: cluster 2024-02-08T21:51:42.369065+0000 mgr.smithi105.rfsypb (mgr.14180) 177 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:44.228 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/mon.smithi105/config 2024-02-08T21:51:45.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:45 smithi105 bash[14197]: cluster 2024-02-08T21:51:44.369478+0000 mgr.smithi105.rfsypb (mgr.14180) 178 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:45.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:45 smithi167 bash[18945]: cluster 2024-02-08T21:51:44.369478+0000 mgr.smithi105.rfsypb (mgr.14180) 178 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:47.498 INFO:teuthology.orchestra.run.smithi105.stdout:115964117017 2024-02-08T21:51:47.498 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-08T21:51:47.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:47 smithi105 bash[14197]: cluster 2024-02-08T21:51:46.370071+0000 mgr.smithi105.rfsypb (mgr.14180) 179 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:47.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:47 smithi167 bash[18945]: cluster 2024-02-08T21:51:46.370071+0000 mgr.smithi105.rfsypb (mgr.14180) 179 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:49.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:49 smithi105 bash[14197]: cluster 2024-02-08T21:51:48.370631+0000 mgr.smithi105.rfsypb (mgr.14180) 180 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:49.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:49 smithi167 bash[18945]: cluster 2024-02-08T21:51:48.370631+0000 mgr.smithi105.rfsypb (mgr.14180) 180 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:51.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:51 smithi105 bash[14197]: cluster 2024-02-08T21:51:50.371225+0000 mgr.smithi105.rfsypb (mgr.14180) 181 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:51.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:51 smithi167 bash[18945]: cluster 2024-02-08T21:51:50.371225+0000 mgr.smithi105.rfsypb (mgr.14180) 181 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:52.283 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/mon.smithi105/config 2024-02-08T21:51:53.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:53 smithi105 bash[14197]: cluster 2024-02-08T21:51:52.371827+0000 mgr.smithi105.rfsypb (mgr.14180) 182 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:53.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:53 smithi167 bash[18945]: cluster 2024-02-08T21:51:52.371827+0000 mgr.smithi105.rfsypb (mgr.14180) 182 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:55.466 INFO:teuthology.orchestra.run.smithi105.stdout:154618822681 2024-02-08T21:51:55.466 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-08T21:51:55.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:55 smithi105 bash[14197]: cluster 2024-02-08T21:51:54.372401+0000 mgr.smithi105.rfsypb (mgr.14180) 183 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:55.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:55 smithi167 bash[18945]: cluster 2024-02-08T21:51:54.372401+0000 mgr.smithi105.rfsypb (mgr.14180) 183 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:57.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:57 smithi105 bash[14197]: cluster 2024-02-08T21:51:56.372902+0000 mgr.smithi105.rfsypb (mgr.14180) 184 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:57.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:57 smithi167 bash[18945]: cluster 2024-02-08T21:51:56.372902+0000 mgr.smithi105.rfsypb (mgr.14180) 184 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:59.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:51:59 smithi105 bash[14197]: cluster 2024-02-08T21:51:58.373413+0000 mgr.smithi105.rfsypb (mgr.14180) 185 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:51:59.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:51:59 smithi167 bash[18945]: cluster 2024-02-08T21:51:58.373413+0000 mgr.smithi105.rfsypb (mgr.14180) 185 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:00.257 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/mon.smithi105/config 2024-02-08T21:52:00.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:00 smithi167 bash[18945]: audit 2024-02-08T21:52:00.036727+0000 mon.smithi105 (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:52:01.044 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:00 smithi105 bash[14197]: audit 2024-02-08T21:52:00.036727+0000 mon.smithi105 (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:52:01.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:01 smithi105 bash[14197]: cluster 2024-02-08T21:52:00.374032+0000 mgr.smithi105.rfsypb (mgr.14180) 186 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:01.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:01 smithi167 bash[18945]: cluster 2024-02-08T21:52:00.374032+0000 mgr.smithi105.rfsypb (mgr.14180) 186 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:03.591 INFO:teuthology.orchestra.run.smithi105.stdout:133143986204 2024-02-08T21:52:03.591 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-08T21:52:03.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:03 smithi167 bash[18945]: cluster 2024-02-08T21:52:02.374599+0000 mgr.smithi105.rfsypb (mgr.14180) 187 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:04.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:03 smithi105 bash[14197]: cluster 2024-02-08T21:52:02.374599+0000 mgr.smithi105.rfsypb (mgr.14180) 187 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:05.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:05 smithi167 bash[18945]: cluster 2024-02-08T21:52:04.375060+0000 mgr.smithi105.rfsypb (mgr.14180) 188 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:05.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:05 smithi167 bash[18945]: audit 2024-02-08T21:52:05.468664+0000 mon.smithi105 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:52:05.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:05 smithi167 bash[18945]: audit 2024-02-08T21:52:05.510989+0000 mon.smithi105 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:52:06.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:05 smithi105 bash[14197]: cluster 2024-02-08T21:52:04.375060+0000 mgr.smithi105.rfsypb (mgr.14180) 188 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:06.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:05 smithi105 bash[14197]: audit 2024-02-08T21:52:05.468664+0000 mon.smithi105 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:52:06.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:05 smithi105 bash[14197]: audit 2024-02-08T21:52:05.510989+0000 mon.smithi105 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:52:06.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:06 smithi167 bash[18945]: audit 2024-02-08T21:52:05.782041+0000 mon.smithi105 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:52:06.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:06 smithi167 bash[18945]: audit 2024-02-08T21:52:05.783778+0000 mon.smithi105 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T21:52:06.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:06 smithi167 bash[18945]: audit 2024-02-08T21:52:05.790886+0000 mon.smithi105 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:52:06.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:06 smithi167 bash[18945]: audit 2024-02-08T21:52:05.799277+0000 mon.smithi105 (mon.0) 607 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T21:52:07.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:06 smithi105 bash[14197]: audit 2024-02-08T21:52:05.782041+0000 mon.smithi105 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:52:07.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:06 smithi105 bash[14197]: audit 2024-02-08T21:52:05.783778+0000 mon.smithi105 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T21:52:07.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:06 smithi105 bash[14197]: audit 2024-02-08T21:52:05.790886+0000 mon.smithi105 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:52:07.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:06 smithi105 bash[14197]: audit 2024-02-08T21:52:05.799277+0000 mon.smithi105 (mon.0) 607 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T21:52:07.378 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/mon.smithi105/config 2024-02-08T21:52:07.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:07 smithi105 bash[14197]: cluster 2024-02-08T21:52:06.375695+0000 mgr.smithi105.rfsypb (mgr.14180) 189 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:07.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:07 smithi167 bash[18945]: cluster 2024-02-08T21:52:06.375695+0000 mgr.smithi105.rfsypb (mgr.14180) 189 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:09.837 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:09 smithi105 bash[14197]: cluster 2024-02-08T21:52:08.376251+0000 mgr.smithi105.rfsypb (mgr.14180) 190 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:09.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:09 smithi167 bash[18945]: cluster 2024-02-08T21:52:08.376251+0000 mgr.smithi105.rfsypb (mgr.14180) 190 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:10.782 INFO:teuthology.orchestra.run.smithi105.stdout:171798691867 2024-02-08T21:52:10.782 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-08T21:52:11.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:11 smithi167 bash[18945]: cluster 2024-02-08T21:52:10.376750+0000 mgr.smithi105.rfsypb (mgr.14180) 191 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:12.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:11 smithi105 bash[14197]: cluster 2024-02-08T21:52:10.376750+0000 mgr.smithi105.rfsypb (mgr.14180) 191 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:13.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:13 smithi167 bash[18945]: cluster 2024-02-08T21:52:12.377317+0000 mgr.smithi105.rfsypb (mgr.14180) 192 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:14.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:13 smithi105 bash[14197]: cluster 2024-02-08T21:52:12.377317+0000 mgr.smithi105.rfsypb (mgr.14180) 192 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:15.567 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/mon.smithi105/config 2024-02-08T21:52:15.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:15 smithi167 bash[18945]: cluster 2024-02-08T21:52:14.377854+0000 mgr.smithi105.rfsypb (mgr.14180) 193 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:16.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:15 smithi105 bash[14197]: cluster 2024-02-08T21:52:14.377854+0000 mgr.smithi105.rfsypb (mgr.14180) 193 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:17.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:17 smithi105 bash[14197]: cluster 2024-02-08T21:52:16.378503+0000 mgr.smithi105.rfsypb (mgr.14180) 194 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:17.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:17 smithi167 bash[18945]: cluster 2024-02-08T21:52:16.378503+0000 mgr.smithi105.rfsypb (mgr.14180) 194 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:18.255 INFO:teuthology.orchestra.run.smithi105.stdout:68719476770 2024-02-08T21:52:18.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:18 smithi105 bash[14197]: audit 2024-02-08T21:52:18.254114+0000 mon.smithi105 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.105:0/994956777' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-08T21:52:18.978 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476757 got 68719476770 for osd.0 2024-02-08T21:52:18.978 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-08T21:52:18.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:18 smithi167 bash[18945]: audit 2024-02-08T21:52:18.254114+0000 mon.smithi105 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.105:0/994956777' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-08T21:52:19.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:19 smithi167 bash[18945]: cluster 2024-02-08T21:52:18.379079+0000 mgr.smithi105.rfsypb (mgr.14180) 195 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:20.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:19 smithi105 bash[14197]: cluster 2024-02-08T21:52:18.379079+0000 mgr.smithi105.rfsypb (mgr.14180) 195 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:21.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:21 smithi167 bash[18945]: cluster 2024-02-08T21:52:20.379653+0000 mgr.smithi105.rfsypb (mgr.14180) 196 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:22.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:21 smithi105 bash[14197]: cluster 2024-02-08T21:52:20.379653+0000 mgr.smithi105.rfsypb (mgr.14180) 196 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:23.760 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/mon.smithi105/config 2024-02-08T21:52:23.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:23 smithi167 bash[18945]: cluster 2024-02-08T21:52:22.380207+0000 mgr.smithi105.rfsypb (mgr.14180) 197 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:24.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:23 smithi105 bash[14197]: cluster 2024-02-08T21:52:22.380207+0000 mgr.smithi105.rfsypb (mgr.14180) 197 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:26.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:25 smithi167 bash[18945]: cluster 2024-02-08T21:52:24.380708+0000 mgr.smithi105.rfsypb (mgr.14180) 198 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:26.018 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:25 smithi105 bash[14197]: cluster 2024-02-08T21:52:24.380708+0000 mgr.smithi105.rfsypb (mgr.14180) 198 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:26.417 INFO:teuthology.orchestra.run.smithi105.stdout:98784247843 2024-02-08T21:52:26.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:26 smithi105 bash[14197]: audit 2024-02-08T21:52:26.415762+0000 mon.smithi105 (mon.0) 609 : audit [DBG] from='client.? 172.21.15.105:0/1637742970' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-08T21:52:26.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:26 smithi167 bash[18945]: audit 2024-02-08T21:52:26.415762+0000 mon.smithi105 (mon.0) 609 : audit [DBG] from='client.? 172.21.15.105:0/1637742970' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-08T21:52:27.147 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247830 got 98784247843 for osd.1 2024-02-08T21:52:27.147 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-08T21:52:27.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:27 smithi167 bash[18945]: cluster 2024-02-08T21:52:26.381227+0000 mgr.smithi105.rfsypb (mgr.14180) 199 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:28.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:27 smithi105 bash[14197]: cluster 2024-02-08T21:52:26.381227+0000 mgr.smithi105.rfsypb (mgr.14180) 199 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:29.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:29 smithi167 bash[18945]: cluster 2024-02-08T21:52:28.381651+0000 mgr.smithi105.rfsypb (mgr.14180) 200 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:30.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:29 smithi105 bash[14197]: cluster 2024-02-08T21:52:28.381651+0000 mgr.smithi105.rfsypb (mgr.14180) 200 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:31.933 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/mon.smithi105/config 2024-02-08T21:52:31.961 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:31 smithi105 bash[14197]: cluster 2024-02-08T21:52:30.382200+0000 mgr.smithi105.rfsypb (mgr.14180) 201 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:31.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:31 smithi167 bash[18945]: cluster 2024-02-08T21:52:30.382200+0000 mgr.smithi105.rfsypb (mgr.14180) 201 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:33.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:33 smithi167 bash[18945]: cluster 2024-02-08T21:52:32.382581+0000 mgr.smithi105.rfsypb (mgr.14180) 202 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:34.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:33 smithi105 bash[14197]: cluster 2024-02-08T21:52:32.382581+0000 mgr.smithi105.rfsypb (mgr.14180) 202 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:34.561 INFO:teuthology.orchestra.run.smithi105.stdout:85899345956 2024-02-08T21:52:34.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:34 smithi167 bash[18945]: audit 2024-02-08T21:52:34.559688+0000 mon.smithi105 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.105:0/1099174502' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-08T21:52:35.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:34 smithi105 bash[14197]: audit 2024-02-08T21:52:34.559688+0000 mon.smithi105 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.105:0/1099174502' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-08T21:52:35.277 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345943 got 85899345956 for osd.2 2024-02-08T21:52:35.278 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-08T21:52:35.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:35 smithi167 bash[18945]: cluster 2024-02-08T21:52:34.382985+0000 mgr.smithi105.rfsypb (mgr.14180) 203 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:36.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:35 smithi105 bash[14197]: cluster 2024-02-08T21:52:34.382985+0000 mgr.smithi105.rfsypb (mgr.14180) 203 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:36.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:36 smithi167 bash[18945]: cluster 2024-02-08T21:52:36.383584+0000 mgr.smithi105.rfsypb (mgr.14180) 204 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:37.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:36 smithi105 bash[14197]: cluster 2024-02-08T21:52:36.383584+0000 mgr.smithi105.rfsypb (mgr.14180) 204 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:39.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:39 smithi167 bash[18945]: cluster 2024-02-08T21:52:38.384169+0000 mgr.smithi105.rfsypb (mgr.14180) 205 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:39.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:39 smithi105 bash[14197]: cluster 2024-02-08T21:52:38.384169+0000 mgr.smithi105.rfsypb (mgr.14180) 205 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:40.060 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/mon.smithi105/config 2024-02-08T21:52:41.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:41 smithi105 bash[14197]: cluster 2024-02-08T21:52:40.384914+0000 mgr.smithi105.rfsypb (mgr.14180) 206 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:41.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:41 smithi167 bash[18945]: cluster 2024-02-08T21:52:40.384914+0000 mgr.smithi105.rfsypb (mgr.14180) 206 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:42.945 INFO:teuthology.orchestra.run.smithi105.stdout:133143986212 2024-02-08T21:52:43.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:43 smithi105 bash[14197]: cluster 2024-02-08T21:52:42.385414+0000 mgr.smithi105.rfsypb (mgr.14180) 207 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:43.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:43 smithi105 bash[14197]: audit 2024-02-08T21:52:42.943784+0000 mon.smithi105 (mon.0) 611 : audit [DBG] from='client.? 172.21.15.105:0/89265302' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-08T21:52:43.715 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986199 got 133143986212 for osd.3 2024-02-08T21:52:43.715 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-08T21:52:43.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:43 smithi167 bash[18945]: cluster 2024-02-08T21:52:42.385414+0000 mgr.smithi105.rfsypb (mgr.14180) 207 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:43.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:43 smithi167 bash[18945]: audit 2024-02-08T21:52:42.943784+0000 mon.smithi105 (mon.0) 611 : audit [DBG] from='client.? 172.21.15.105:0/89265302' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-08T21:52:45.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:45 smithi167 bash[18945]: cluster 2024-02-08T21:52:44.385949+0000 mgr.smithi105.rfsypb (mgr.14180) 208 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:45.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:45 smithi105 bash[14197]: cluster 2024-02-08T21:52:44.385949+0000 mgr.smithi105.rfsypb (mgr.14180) 208 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:47.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:47 smithi167 bash[18945]: cluster 2024-02-08T21:52:46.386549+0000 mgr.smithi105.rfsypb (mgr.14180) 209 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:47.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:47 smithi105 bash[14197]: cluster 2024-02-08T21:52:46.386549+0000 mgr.smithi105.rfsypb (mgr.14180) 209 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:48.499 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/mon.smithi105/config 2024-02-08T21:52:49.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:49 smithi167 bash[18945]: cluster 2024-02-08T21:52:48.387079+0000 mgr.smithi105.rfsypb (mgr.14180) 210 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:49.753 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:49 smithi105 bash[14197]: cluster 2024-02-08T21:52:48.387079+0000 mgr.smithi105.rfsypb (mgr.14180) 210 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:51.428 INFO:teuthology.orchestra.run.smithi105.stdout:115964117030 2024-02-08T21:52:51.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:51 smithi167 bash[18945]: cluster 2024-02-08T21:52:50.387537+0000 mgr.smithi105.rfsypb (mgr.14180) 211 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:51.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:51 smithi167 bash[18945]: audit 2024-02-08T21:52:51.427202+0000 mon.smithi105 (mon.0) 612 : audit [DBG] from='client.? 172.21.15.105:0/203344170' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-08T21:52:51.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:51 smithi105 bash[14197]: cluster 2024-02-08T21:52:50.387537+0000 mgr.smithi105.rfsypb (mgr.14180) 211 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:51.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:51 smithi105 bash[14197]: audit 2024-02-08T21:52:51.427202+0000 mon.smithi105 (mon.0) 612 : audit [DBG] from='client.? 172.21.15.105:0/203344170' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-08T21:52:52.206 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117017 got 115964117030 for osd.4 2024-02-08T21:52:52.207 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-08T21:52:53.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:53 smithi167 bash[18945]: cluster 2024-02-08T21:52:52.387984+0000 mgr.smithi105.rfsypb (mgr.14180) 212 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:53.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:53 smithi105 bash[14197]: cluster 2024-02-08T21:52:52.387984+0000 mgr.smithi105.rfsypb (mgr.14180) 212 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:55.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:55 smithi167 bash[18945]: cluster 2024-02-08T21:52:54.388564+0000 mgr.smithi105.rfsypb (mgr.14180) 213 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:55.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:55 smithi105 bash[14197]: cluster 2024-02-08T21:52:54.388564+0000 mgr.smithi105.rfsypb (mgr.14180) 213 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:56.989 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/mon.smithi105/config 2024-02-08T21:52:57.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:57 smithi167 bash[18945]: cluster 2024-02-08T21:52:56.389200+0000 mgr.smithi105.rfsypb (mgr.14180) 214 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:57.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:57 smithi105 bash[14197]: cluster 2024-02-08T21:52:56.389200+0000 mgr.smithi105.rfsypb (mgr.14180) 214 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:59.747 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:52:59 smithi167 bash[18945]: cluster 2024-02-08T21:52:58.389708+0000 mgr.smithi105.rfsypb (mgr.14180) 215 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:59.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:52:59 smithi105 bash[14197]: cluster 2024-02-08T21:52:58.389708+0000 mgr.smithi105.rfsypb (mgr.14180) 215 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:52:59.828 INFO:teuthology.orchestra.run.smithi105.stdout:154618822693 2024-02-08T21:53:00.543 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822681 got 154618822693 for osd.5 2024-02-08T21:53:00.543 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-08T21:53:00.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:00 smithi105 bash[14197]: audit 2024-02-08T21:52:59.826965+0000 mon.smithi105 (mon.0) 613 : audit [DBG] from='client.? 172.21.15.105:0/3601238446' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-08T21:53:00.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:00 smithi167 bash[18945]: audit 2024-02-08T21:52:59.826965+0000 mon.smithi105 (mon.0) 613 : audit [DBG] from='client.? 172.21.15.105:0/3601238446' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-08T21:53:01.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:01 smithi105 bash[14197]: cluster 2024-02-08T21:53:00.390245+0000 mgr.smithi105.rfsypb (mgr.14180) 216 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:01.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:01 smithi167 bash[18945]: cluster 2024-02-08T21:53:00.390245+0000 mgr.smithi105.rfsypb (mgr.14180) 216 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:03.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:03 smithi105 bash[14197]: cluster 2024-02-08T21:53:02.390813+0000 mgr.smithi105.rfsypb (mgr.14180) 217 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:03.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:03 smithi167 bash[18945]: cluster 2024-02-08T21:53:02.390813+0000 mgr.smithi105.rfsypb (mgr.14180) 217 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:05.330 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/mon.smithi105/config 2024-02-08T21:53:05.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:05 smithi105 bash[14197]: cluster 2024-02-08T21:53:04.391419+0000 mgr.smithi105.rfsypb (mgr.14180) 218 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:05.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:05 smithi167 bash[18945]: cluster 2024-02-08T21:53:04.391419+0000 mgr.smithi105.rfsypb (mgr.14180) 218 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:06.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:06 smithi105 bash[14197]: audit 2024-02-08T21:53:05.808645+0000 mon.smithi105 (mon.0) 614 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:53:06.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:06 smithi167 bash[18945]: audit 2024-02-08T21:53:05.808645+0000 mon.smithi105 (mon.0) 614 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:53:07.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:07 smithi105 bash[14197]: cluster 2024-02-08T21:53:06.392177+0000 mgr.smithi105.rfsypb (mgr.14180) 219 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:07.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:07 smithi167 bash[18945]: cluster 2024-02-08T21:53:06.392177+0000 mgr.smithi105.rfsypb (mgr.14180) 219 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:08.218 INFO:teuthology.orchestra.run.smithi105.stdout:133143986217 2024-02-08T21:53:08.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:08 smithi105 bash[14197]: audit 2024-02-08T21:53:08.217481+0000 mon.smithi105 (mon.0) 615 : audit [DBG] from='client.? 172.21.15.105:0/4196167787' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-08T21:53:08.973 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986204 got 133143986217 for osd.6 2024-02-08T21:53:08.973 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-08T21:53:08.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:08 smithi167 bash[18945]: audit 2024-02-08T21:53:08.217481+0000 mon.smithi105 (mon.0) 615 : audit [DBG] from='client.? 172.21.15.105:0/4196167787' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-08T21:53:09.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:09 smithi105 bash[14197]: cluster 2024-02-08T21:53:08.392780+0000 mgr.smithi105.rfsypb (mgr.14180) 220 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:09.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:09 smithi167 bash[18945]: cluster 2024-02-08T21:53:08.392780+0000 mgr.smithi105.rfsypb (mgr.14180) 220 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:11.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:11 smithi105 bash[14197]: cluster 2024-02-08T21:53:10.393353+0000 mgr.smithi105.rfsypb (mgr.14180) 221 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:11.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:11 smithi105 bash[14197]: audit 2024-02-08T21:53:11.285952+0000 mon.smithi105 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:53:11.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:11 smithi167 bash[18945]: cluster 2024-02-08T21:53:10.393353+0000 mgr.smithi105.rfsypb (mgr.14180) 221 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:11.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:11 smithi167 bash[18945]: audit 2024-02-08T21:53:11.285952+0000 mon.smithi105 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:53:13.753 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/mon.smithi105/config 2024-02-08T21:53:13.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:13 smithi105 bash[14197]: cluster 2024-02-08T21:53:12.393757+0000 mgr.smithi105.rfsypb (mgr.14180) 222 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:13.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:13 smithi105 bash[14197]: audit 2024-02-08T21:53:12.910686+0000 mon.smithi105 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:53:13.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:13 smithi105 bash[14197]: audit 2024-02-08T21:53:13.217570+0000 mon.smithi105 (mon.0) 618 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:53:13.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:13 smithi105 bash[14197]: audit 2024-02-08T21:53:13.218865+0000 mon.smithi105 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T21:53:13.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:13 smithi105 bash[14197]: audit 2024-02-08T21:53:13.225122+0000 mon.smithi105 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:53:13.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:13 smithi105 bash[14197]: audit 2024-02-08T21:53:13.232111+0000 mon.smithi105 (mon.0) 621 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T21:53:13.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:13 smithi167 bash[18945]: cluster 2024-02-08T21:53:12.393757+0000 mgr.smithi105.rfsypb (mgr.14180) 222 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:13.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:13 smithi167 bash[18945]: audit 2024-02-08T21:53:12.910686+0000 mon.smithi105 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:53:13.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:13 smithi167 bash[18945]: audit 2024-02-08T21:53:13.217570+0000 mon.smithi105 (mon.0) 618 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:53:13.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:13 smithi167 bash[18945]: audit 2024-02-08T21:53:13.218865+0000 mon.smithi105 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T21:53:13.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:13 smithi167 bash[18945]: audit 2024-02-08T21:53:13.225122+0000 mon.smithi105 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:53:13.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:13 smithi167 bash[18945]: audit 2024-02-08T21:53:13.232111+0000 mon.smithi105 (mon.0) 621 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T21:53:15.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:15 smithi105 bash[14197]: cluster 2024-02-08T21:53:14.394220+0000 mgr.smithi105.rfsypb (mgr.14180) 223 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:15.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:15 smithi167 bash[18945]: cluster 2024-02-08T21:53:14.394220+0000 mgr.smithi105.rfsypb (mgr.14180) 223 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:16.749 INFO:teuthology.orchestra.run.smithi105.stdout:171798691880 2024-02-08T21:53:17.483 INFO:tasks.cephadm.ceph_manager.ceph:need seq 171798691867 got 171798691880 for osd.7 2024-02-08T21:53:17.483 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-08T21:53:17.483 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph pg dump --format=json 2024-02-08T21:53:17.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:17 smithi105 bash[14197]: cluster 2024-02-08T21:53:16.394812+0000 mgr.smithi105.rfsypb (mgr.14180) 224 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:17.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:17 smithi105 bash[14197]: audit 2024-02-08T21:53:16.747756+0000 mon.smithi105 (mon.0) 622 : audit [DBG] from='client.? 172.21.15.105:0/1908815621' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-08T21:53:17.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:17 smithi167 bash[18945]: cluster 2024-02-08T21:53:16.394812+0000 mgr.smithi105.rfsypb (mgr.14180) 224 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:17.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:17 smithi167 bash[18945]: audit 2024-02-08T21:53:16.747756+0000 mon.smithi105 (mon.0) 622 : audit [DBG] from='client.? 172.21.15.105:0/1908815621' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-08T21:53:19.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:19 smithi105 bash[14197]: cluster 2024-02-08T21:53:18.395344+0000 mgr.smithi105.rfsypb (mgr.14180) 225 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:19.997 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:19 smithi167 bash[18945]: cluster 2024-02-08T21:53:18.395344+0000 mgr.smithi105.rfsypb (mgr.14180) 225 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:21.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:21 smithi167 bash[18945]: cluster 2024-02-08T21:53:20.395936+0000 mgr.smithi105.rfsypb (mgr.14180) 226 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:22.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:21 smithi105 bash[14197]: cluster 2024-02-08T21:53:20.395936+0000 mgr.smithi105.rfsypb (mgr.14180) 226 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:22.279 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/mon.smithi105/config 2024-02-08T21:53:23.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:23 smithi105 bash[14197]: cluster 2024-02-08T21:53:22.396314+0000 mgr.smithi105.rfsypb (mgr.14180) 227 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:23.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:23 smithi167 bash[18945]: cluster 2024-02-08T21:53:22.396314+0000 mgr.smithi105.rfsypb (mgr.14180) 227 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:25.243 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:53:25.246 INFO:teuthology.orchestra.run.smithi105.stderr:dumped all 2024-02-08T21:53:25.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:25 smithi105 bash[14197]: cluster 2024-02-08T21:53:24.396877+0000 mgr.smithi105.rfsypb (mgr.14180) 228 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:25.957 INFO:teuthology.orchestra.run.smithi105.stdout:{"pg_ready":true,"pg_map":{"version":212,"stamp":"2024-02-08T21:53:24.396615+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":2380028,"kb_used_data":3260,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548420,"statfs":{"total":767926730752,"available":765489582080,"internally_reserved":0,"allocated":3338240,"data_stored":1302229,"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":42,"state":"active+clean","last_fresh":"2024-02-08T21:50:11.184614+0000","last_change":"2024-02-08T21:50:11.184614+0000","last_active":"2024-02-08T21:50:11.184614+0000","last_peered":"2024-02-08T21:50:11.184614+0000","last_clean":"2024-02-08T21:50:11.184614+0000","last_became_active":"2024-02-08T21:50:11.184146+0000","last_became_peered":"2024-02-08T21:50:11.184146+0000","last_unstale":"2024-02-08T21:50:11.184614+0000","last_undegraded":"2024-02-08T21:50:11.184614+0000","last_fullsized":"2024-02-08T21:50:11.184614+0000","mapping_epoch":41,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":42,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-08T21:49:48.726642+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-08T21:49:48.726642+0000","last_clean_scrub_stamp":"2024-02-08T21:49:48.726642+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":40,"seq":171798691881,"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":162503,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 8 21:53:12 2024","interfaces":[{"interface":"back","average":{"1min":0.86599999999999999,"5min":0.84899999999999998,"15min":0.83499999999999996},"min":{"1min":0.56999999999999995,"5min":0.497,"15min":0.497},"max":{"1min":1.097,"5min":1.244,"15min":1.244},"last":0.70399999999999996},{"interface":"front","average":{"1min":0.84399999999999997,"5min":0.83899999999999997,"15min":0.83399999999999996},"min":{"1min":0.65900000000000003,"5min":0.628,"15min":0.628},"max":{"1min":1.026,"5min":1.1140000000000001,"15min":1.1140000000000001},"last":1.038}]},{"osd":1,"last update":"Thu Feb 8 21:53:12 2024","interfaces":[{"interface":"back","average":{"1min":0.748,"5min":0.751,"15min":0.747},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.97199999999999998,"5min":1.1259999999999999,"15min":1.1259999999999999},"last":0.59199999999999997},{"interface":"front","average":{"1min":0.81000000000000005,"5min":0.753,"15min":0.72899999999999998},"min":{"1min":0.52500000000000002,"5min":0.504,"15min":0.504},"max":{"1min":1.1180000000000001,"5min":1.1180000000000001,"15min":1.1180000000000001},"last":0.72599999999999998}]},{"osd":2,"last update":"Thu Feb 8 21:53:12 2024","interfaces":[{"interface":"back","average":{"1min":0.82399999999999995,"5min":0.874,"15min":0.88},"min":{"1min":0.69899999999999995,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.038,"5min":1.1870000000000001,"15min":1.1870000000000001},"last":1.069},{"interface":"front","average":{"1min":0.88700000000000001,"5min":0.93999999999999995,"15min":0.94999999999999996},"min":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.091,"5min":1.276,"15min":1.276},"last":0.93200000000000005}]},{"osd":3,"last update":"Thu Feb 8 21:53:12 2024","interfaces":[{"interface":"back","average":{"1min":0.80000000000000004,"5min":0.83399999999999996,"15min":0.82599999999999996},"min":{"1min":0.53600000000000003,"5min":0.435,"15min":0.435},"max":{"1min":1.1910000000000001,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":0.89300000000000002},{"interface":"front","average":{"1min":0.79100000000000004,"5min":0.79900000000000004,"15min":0.79400000000000004},"min":{"1min":0.48299999999999998,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":1.2150000000000001,"5min":1.2150000000000001,"15min":1.2150000000000001},"last":0.95899999999999996}]},{"osd":4,"last update":"Thu Feb 8 21:53:12 2024","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.94999999999999996,"15min":0.94499999999999995},"min":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.1879999999999999,"5min":1.276,"15min":1.276},"last":0.77600000000000002},{"interface":"front","average":{"1min":0.97999999999999998,"5min":1.0069999999999999,"15min":1.0049999999999999},"min":{"1min":0.71399999999999997,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.2649999999999999,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":1.004}]},{"osd":5,"last update":"Thu Feb 8 21:53:12 2024","interfaces":[{"interface":"back","average":{"1min":0.95899999999999996,"5min":0.97799999999999998,"15min":0.97699999999999998},"min":{"1min":0.626,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.2430000000000001,"5min":1.373,"15min":1.373},"last":0.86199999999999999},{"interface":"front","average":{"1min":1.0289999999999999,"5min":1.032,"15min":1.02},"min":{"1min":0.68100000000000005,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.2889999999999999,"5min":1.3939999999999999,"15min":1.3939999999999999},"last":1.1879999999999999}]},{"osd":6,"last update":"Thu Feb 8 21:53:12 2024","interfaces":[{"interface":"back","average":{"1min":1.0860000000000001,"5min":1.0840000000000001,"15min":1.0700000000000001},"min":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"max":{"1min":1.444,"5min":1.462,"15min":1.462},"last":1.099},{"interface":"front","average":{"1min":1.0569999999999999,"5min":1.0760000000000001,"15min":1.0649999999999999},"min":{"1min":0.73999999999999999,"5min":0.71999999999999997,"15min":0.71999999999999997},"max":{"1min":1.3700000000000001,"5min":1.766,"15min":1.766},"last":1.175}]}]},{"osd":5,"up_from":36,"seq":154618822699,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":162818,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 8 21:53:08 2024","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":0.85299999999999998,"15min":0.85499999999999998},"min":{"1min":0.68100000000000005,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.1120000000000001,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":0.80800000000000005},{"interface":"front","average":{"1min":0.84699999999999998,"5min":0.84499999999999997,"15min":0.84899999999999998},"min":{"1min":0.65100000000000002,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.0820000000000001,"5min":1.198,"15min":1.198},"last":0.78300000000000003}]},{"osd":1,"last update":"Thu Feb 8 21:53:08 2024","interfaces":[{"interface":"back","average":{"1min":0.70599999999999996,"5min":0.71099999999999997,"15min":0.70599999999999996},"min":{"1min":0.52100000000000002,"5min":0.434,"15min":0.434},"max":{"1min":1.04,"5min":1.145,"15min":1.145},"last":0.64300000000000002},{"interface":"front","average":{"1min":0.76000000000000001,"5min":0.72599999999999998,"15min":0.71599999999999997},"min":{"1min":0.502,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.0549999999999999,"5min":1.157,"15min":1.157},"last":0.69299999999999995}]},{"osd":2,"last update":"Thu Feb 8 21:53:08 2024","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.90500000000000003,"15min":0.90000000000000002},"min":{"1min":0.64400000000000002,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.1539999999999999,"5min":1.464,"15min":1.464},"last":0.91900000000000004},{"interface":"front","average":{"1min":0.871,"5min":0.90700000000000003,"15min":0.90900000000000003},"min":{"1min":0.64100000000000001,"5min":0.436,"15min":0.436},"max":{"1min":1.163,"5min":1.5049999999999999,"15min":1.5049999999999999},"last":1.0009999999999999}]},{"osd":3,"last update":"Thu Feb 8 21:53:08 2024","interfaces":[{"interface":"back","average":{"1min":0.876,"5min":0.82299999999999995,"15min":0.80300000000000005},"min":{"1min":0.498,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.986,"5min":1.986,"15min":1.986},"last":0.66700000000000004},{"interface":"front","average":{"1min":0.82999999999999996,"5min":0.83999999999999997,"15min":0.83099999999999996},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":1.304,"5min":1.304,"15min":1.304},"last":0.73599999999999999}]},{"osd":4,"last update":"Thu Feb 8 21:53:08 2024","interfaces":[{"interface":"back","average":{"1min":0.97799999999999998,"5min":1.016,"15min":1.024},"min":{"1min":0.68899999999999995,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.389,"5min":2.8399999999999999,"15min":2.8399999999999999},"last":0.83799999999999997},{"interface":"front","average":{"1min":1.0089999999999999,"5min":0.96599999999999997,"15min":0.95499999999999996},"min":{"1min":0.76600000000000001,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.5249999999999999,"5min":1.5249999999999999,"15min":1.5249999999999999},"last":1.0229999999999999}]},{"osd":6,"last update":"Thu Feb 8 21:53:08 2024","interfaces":[{"interface":"back","average":{"1min":1.0620000000000001,"5min":1.0700000000000001,"15min":1.0840000000000001},"min":{"1min":0.71799999999999997,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.3819999999999999,"5min":2.915,"15min":2.915},"last":0.90400000000000003},{"interface":"front","average":{"1min":1.0669999999999999,"5min":1.018,"15min":0.999},"min":{"1min":0.73599999999999999,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.429,"5min":1.429,"15min":1.429},"last":0.97999999999999998}]},{"osd":7,"last update":"Thu Feb 8 21:53:19 2024","interfaces":[{"interface":"back","average":{"1min":1.042,"5min":0.94899999999999995,"15min":0.91900000000000004},"min":{"1min":0.60199999999999998,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.589,"5min":1.589,"15min":1.589},"last":1.1459999999999999},{"interface":"front","average":{"1min":1.087,"5min":0.998,"15min":0.96599999999999997},"min":{"1min":0.69599999999999995,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.4350000000000001,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":0.93200000000000005}]}]},{"osd":2,"up_from":20,"seq":85899345966,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":162818,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 8 21:52:50 2024","interfaces":[{"interface":"back","average":{"1min":0.67700000000000005,"5min":0.67500000000000004,"15min":0.65900000000000003},"min":{"1min":0.53000000000000003,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":0.98199999999999998,"5min":1.036,"15min":1.036},"last":0.77200000000000002},{"interface":"front","average":{"1min":0.751,"5min":0.755,"15min":0.746},"min":{"1min":0.57199999999999995,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.02,"5min":1.3340000000000001,"15min":1.3340000000000001},"last":1.125}]},{"osd":1,"last update":"Thu Feb 8 21:52:50 2024","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.879,"15min":0.85999999999999999},"min":{"1min":0.70999999999999996,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.1990000000000001,"5min":1.2010000000000001,"15min":1.2010000000000001},"last":0.995},{"interface":"front","average":{"1min":0.92800000000000005,"5min":0.89400000000000002,"15min":0.876},"min":{"1min":0.71199999999999997,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.2010000000000001,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":1.0960000000000001}]},{"osd":3,"last update":"Thu Feb 8 21:52:57 2024","interfaces":[{"interface":"back","average":{"1min":0.89900000000000002,"5min":0.92400000000000004,"15min":0.92800000000000005},"min":{"1min":0.66000000000000003,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.1539999999999999,"5min":1.359,"15min":1.359},"last":1.044},{"interface":"front","average":{"1min":0.95099999999999996,"5min":0.91000000000000003,"15min":0.89900000000000002},"min":{"1min":0.77400000000000002,"5min":0.72699999999999998,"15min":0.72699999999999998},"max":{"1min":1.252,"5min":1.252,"15min":1.252},"last":0.96899999999999997}]},{"osd":4,"last update":"Thu Feb 8 21:52:57 2024","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.86799999999999999,"15min":0.871},"min":{"1min":0.66100000000000003,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":1.2390000000000001,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":0.91500000000000004},{"interface":"front","average":{"1min":0.97999999999999998,"5min":0.94399999999999995,"15min":0.93400000000000005},"min":{"1min":0.70299999999999996,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.2,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.81599999999999995}]},{"osd":5,"last update":"Thu Feb 8 21:53:09 2024","interfaces":[{"interface":"back","average":{"1min":1.0049999999999999,"5min":0.998,"15min":0.99099999999999999},"min":{"1min":0.81100000000000005,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.351,"5min":1.502,"15min":1.502},"last":1.1559999999999999},{"interface":"front","average":{"1min":1.022,"5min":1.0329999999999999,"15min":1.0229999999999999},"min":{"1min":0.88500000000000001,"5min":0.76800000000000002,"15min":0.76800000000000002},"max":{"1min":1.167,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":1.071}]},{"osd":6,"last update":"Thu Feb 8 21:52:57 2024","interfaces":[{"interface":"back","average":{"1min":1.0629999999999999,"5min":1.0409999999999999,"15min":1.0329999999999999},"min":{"1min":0.88400000000000001,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.286,"5min":1.5649999999999999,"15min":1.5649999999999999},"last":1.016},{"interface":"front","average":{"1min":1.0489999999999999,"5min":1.107,"15min":1.113},"min":{"1min":0.78500000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.2390000000000001,"5min":1.5369999999999999,"15min":1.5369999999999999},"last":1.196}]},{"osd":7,"last update":"Thu Feb 8 21:53:14 2024","interfaces":[{"interface":"back","average":{"1min":1.129,"5min":1.167,"15min":1.175},"min":{"1min":0.92300000000000004,"5min":0.92300000000000004,"15min":0.92300000000000004},"max":{"1min":1.28,"5min":1.5740000000000001,"15min":1.5740000000000001},"last":1.27},{"interface":"front","average":{"1min":1.109,"5min":1.1319999999999999,"15min":1.135},"min":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"max":{"1min":1.3069999999999999,"5min":1.5309999999999999,"15min":1.5309999999999999},"last":1.2250000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476783,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":162818,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Feb 8 21:52:52 2024","interfaces":[{"interface":"back","average":{"1min":0.879,"5min":0.86299999999999999,"15min":0.85699999999999998},"min":{"1min":0.57599999999999996,"5min":0.497,"15min":0.497},"max":{"1min":1.202,"5min":1.202,"15min":1.202},"last":1.087},{"interface":"front","average":{"1min":0.89900000000000002,"5min":0.874,"15min":0.84999999999999998},"min":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.1799999999999999,"5min":2.339,"15min":2.339},"last":0.96199999999999997}]},{"osd":2,"last update":"Thu Feb 8 21:52:52 2024","interfaces":[{"interface":"back","average":{"1min":0.78900000000000003,"5min":0.82399999999999995,"15min":0.83799999999999997},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":1.2150000000000001,"5min":1.9299999999999999,"15min":1.9299999999999999},"last":0.70099999999999996},{"interface":"front","average":{"1min":0.81699999999999995,"5min":0.84299999999999997,"15min":0.85299999999999998},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.1859999999999999,"5min":1.4610000000000001,"15min":1.4610000000000001},"last":1.0149999999999999}]},{"osd":3,"last update":"Thu Feb 8 21:53:02 2024","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.89600000000000002,"15min":0.89000000000000001},"min":{"1min":0.60699999999999998,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.1100000000000001,"5min":2.419,"15min":2.419},"last":1.1180000000000001},{"interface":"front","average":{"1min":0.89000000000000001,"5min":0.92000000000000004,"15min":0.91000000000000003},"min":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":1.0589999999999999,"5min":2.2069999999999999,"15min":2.2069999999999999},"last":0.82799999999999996}]},{"osd":4,"last update":"Thu Feb 8 21:53:02 2024","interfaces":[{"interface":"back","average":{"1min":0.90300000000000002,"5min":0.93799999999999994,"15min":0.93200000000000005},"min":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.095,"5min":3.0790000000000002,"15min":3.0790000000000002},"last":0.90900000000000003},{"interface":"front","average":{"1min":0.94899999999999995,"5min":0.98699999999999999,"15min":0.99399999999999999},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":1.208,"5min":2.8900000000000001,"15min":2.8900000000000001},"last":0.66400000000000003}]},{"osd":5,"last update":"Thu Feb 8 21:53:04 2024","interfaces":[{"interface":"back","average":{"1min":0.997,"5min":0.995,"15min":0.99199999999999999},"min":{"1min":0.504,"5min":0.504,"15min":0.504},"max":{"1min":1.161,"5min":2.1299999999999999,"15min":2.1299999999999999},"last":0.88700000000000001},{"interface":"front","average":{"1min":1.0660000000000001,"5min":1.052,"15min":1.038},"min":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.29,"5min":2.488,"15min":2.488},"last":1.0409999999999999}]},{"osd":6,"last update":"Thu Feb 8 21:53:02 2024","interfaces":[{"interface":"back","average":{"1min":1.0529999999999999,"5min":1.071,"15min":1.087},"min":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"max":{"1min":1.339,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":0.73699999999999999},{"interface":"front","average":{"1min":1.1160000000000001,"5min":1.133,"15min":1.1359999999999999},"min":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.323,"5min":2.5619999999999998,"15min":2.5619999999999998},"last":1.1830000000000001}]},{"osd":7,"last update":"Thu Feb 8 21:53:09 2024","interfaces":[{"interface":"back","average":{"1min":1.143,"5min":1.125,"15min":1.135},"min":{"1min":0.90700000000000003,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.47,"5min":2.0219999999999998,"15min":2.0219999999999998},"last":0.99299999999999999},{"interface":"front","average":{"1min":1.204,"5min":1.161,"15min":1.155},"min":{"1min":0.93000000000000005,"5min":0.81399999999999995,"15min":0.81399999999999995},"max":{"1min":1.5149999999999999,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":1.1559999999999999}]}]},{"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":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":162818,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 8 21:52:52 2024","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.875,"15min":0.879},"min":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.1519999999999999,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":1.0880000000000001},{"interface":"front","average":{"1min":0.92200000000000004,"5min":0.94299999999999995,"15min":0.95099999999999996},"min":{"1min":0.66400000000000003,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.347,"5min":2.508,"15min":2.508},"last":1.0629999999999999}]},{"osd":2,"last update":"Thu Feb 8 21:52:52 2024","interfaces":[{"interface":"back","average":{"1min":0.88500000000000001,"5min":0.92300000000000004,"15min":0.92100000000000004},"min":{"1min":0.64800000000000002,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.173,"5min":1.2689999999999999,"15min":1.2689999999999999},"last":0.95799999999999996},{"interface":"front","average":{"1min":0.85599999999999998,"5min":0.85699999999999998,"15min":0.86499999999999999},"min":{"1min":0.68200000000000005,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.0609999999999999,"5min":1.1850000000000001,"15min":1.1850000000000001},"last":0.77800000000000002}]},{"osd":3,"last update":"Thu Feb 8 21:53:01 2024","interfaces":[{"interface":"back","average":{"1min":0.80400000000000005,"5min":0.81000000000000005,"15min":0.80000000000000004},"min":{"1min":0.53000000000000003,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.1160000000000001,"5min":2.6789999999999998,"15min":2.6789999999999998},"last":0.85999999999999999},{"interface":"front","average":{"1min":0.84399999999999997,"5min":0.80100000000000005,"15min":0.78300000000000003},"min":{"1min":0.503,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.278,"5min":1.278,"15min":1.278},"last":1.254}]},{"osd":4,"last update":"Thu Feb 8 21:52:59 2024","interfaces":[{"interface":"back","average":{"1min":1.028,"5min":0.98199999999999998,"15min":0.95799999999999996},"min":{"1min":0.69099999999999995,"5min":0.628,"15min":0.628},"max":{"1min":1.284,"5min":1.409,"15min":1.409},"last":1.1719999999999999},{"interface":"front","average":{"1min":0.871,"5min":0.86299999999999999,"15min":0.85099999999999998},"min":{"1min":0.58699999999999997,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.1000000000000001,"5min":1.256,"15min":1.256},"last":1.024}]},{"osd":5,"last update":"Thu Feb 8 21:53:12 2024","interfaces":[{"interface":"back","average":{"1min":0.83199999999999996,"5min":0.91700000000000004,"15min":0.93000000000000005},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.1220000000000001,"5min":2.5990000000000002,"15min":2.5990000000000002},"last":1.1439999999999999},{"interface":"front","average":{"1min":0.99099999999999999,"5min":0.93000000000000005,"15min":0.88800000000000001},"min":{"1min":0.56599999999999995,"5min":0.432,"15min":0.432},"max":{"1min":1.3879999999999999,"5min":1.575,"15min":1.575},"last":1.403}]},{"osd":6,"last update":"Thu Feb 8 21:53:01 2024","interfaces":[{"interface":"back","average":{"1min":1.1200000000000001,"5min":1.079,"15min":1.0620000000000001},"min":{"1min":0.872,"5min":0.77300000000000002,"15min":0.77300000000000002},"max":{"1min":1.4450000000000001,"5min":1.4590000000000001,"15min":1.4590000000000001},"last":1.4850000000000001},{"interface":"front","average":{"1min":0.96199999999999997,"5min":0.95799999999999996,"15min":0.94599999999999995},"min":{"1min":0.74399999999999999,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.2130000000000001,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":1.1220000000000001}]},{"osd":7,"last update":"Thu Feb 8 21:53:12 2024","interfaces":[{"interface":"back","average":{"1min":1.0309999999999999,"5min":1.048,"15min":1.0629999999999999},"min":{"1min":0.64900000000000002,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.276,"5min":2.7509999999999999,"15min":2.7509999999999999},"last":1.2849999999999999},{"interface":"front","average":{"1min":1.1339999999999999,"5min":1.113,"15min":1.103},"min":{"1min":0.81699999999999995,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.466,"5min":1.9379999999999999,"15min":1.9379999999999999},"last":1.6100000000000001}]}]},{"osd":4,"up_from":27,"seq":115964117037,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":162818,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 8 21:52:56 2024","interfaces":[{"interface":"back","average":{"1min":0.72899999999999998,"5min":0.73099999999999998,"15min":0.72699999999999998},"min":{"1min":0.53600000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.93600000000000005,"5min":1.161,"15min":1.161},"last":0.90600000000000003},{"interface":"front","average":{"1min":0.79400000000000004,"5min":0.753,"15min":0.74099999999999999},"min":{"1min":0.54300000000000004,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":0.99099999999999999,"5min":1.1950000000000001,"15min":1.1950000000000001},"last":0.73999999999999999}]},{"osd":1,"last update":"Thu Feb 8 21:52:56 2024","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.88600000000000001,"15min":0.90400000000000003},"min":{"1min":0.69299999999999995,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.1539999999999999,"5min":1.417,"15min":1.417},"last":0.83799999999999997},{"interface":"front","average":{"1min":0.91500000000000004,"5min":0.89300000000000002,"15min":0.89000000000000001},"min":{"1min":0.66200000000000003,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.129,"5min":1.153,"15min":1.153},"last":0.999}]},{"osd":2,"last update":"Thu Feb 8 21:52:56 2024","interfaces":[{"interface":"back","average":{"1min":0.83199999999999996,"5min":0.81499999999999995,"15min":0.80500000000000005},"min":{"1min":0.622,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":1.123,"5min":1.359,"15min":1.359},"last":0.65100000000000002},{"interface":"front","average":{"1min":0.88,"5min":0.85799999999999998,"15min":0.85899999999999999},"min":{"1min":0.57799999999999996,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.3069999999999999,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":0.77100000000000002}]},{"osd":3,"last update":"Thu Feb 8 21:53:01 2024","interfaces":[{"interface":"back","average":{"1min":0.96899999999999997,"5min":0.93999999999999995,"15min":0.92700000000000005},"min":{"1min":0.63,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.1559999999999999,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":0.96199999999999997},{"interface":"front","average":{"1min":0.98899999999999999,"5min":0.93799999999999994,"15min":0.92200000000000004},"min":{"1min":0.73499999999999999,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.2270000000000001,"5min":1.2270000000000001,"15min":1.2270000000000001},"last":1.115}]},{"osd":5,"last update":"Thu Feb 8 21:53:15 2024","interfaces":[{"interface":"back","average":{"1min":0.98699999999999999,"5min":0.98499999999999999,"15min":0.98699999999999999},"min":{"1min":0.80700000000000005,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.2070000000000001,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":0.94299999999999995},{"interface":"front","average":{"1min":1.024,"5min":1.022,"15min":1.024},"min":{"1min":0.73799999999999999,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.254,"5min":1.2849999999999999,"15min":1.2849999999999999},"last":1.077}]},{"osd":6,"last update":"Thu Feb 8 21:53:01 2024","interfaces":[{"interface":"back","average":{"1min":1.014,"5min":1.0129999999999999,"15min":1.0129999999999999},"min":{"1min":0.69299999999999995,"5min":0.68400000000000005,"15min":0.68400000000000005},"max":{"1min":1.373,"5min":1.373,"15min":1.373},"last":0.873},{"interface":"front","average":{"1min":1.0509999999999999,"5min":0.997,"15min":0.97299999999999998},"min":{"1min":0.80500000000000005,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.274,"5min":1.3460000000000001,"15min":1.3460000000000001},"last":1.0189999999999999}]},{"osd":7,"last update":"Thu Feb 8 21:53:17 2024","interfaces":[{"interface":"back","average":{"1min":1.115,"5min":1.0920000000000001,"15min":1.083},"min":{"1min":0.80000000000000004,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.6799999999999999,"5min":1.6799999999999999,"15min":1.6799999999999999},"last":1.3759999999999999},{"interface":"front","average":{"1min":1.1120000000000001,"5min":1.1220000000000001,"15min":1.1180000000000001},"min":{"1min":0.94799999999999995,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.3620000000000001,"5min":1.446,"15min":1.446},"last":1.141}]}]},{"osd":3,"up_from":31,"seq":133143986220,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":162818,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 8 21:53:00 2024","interfaces":[{"interface":"back","average":{"1min":0.80300000000000005,"5min":0.78900000000000003,"15min":0.76600000000000001},"min":{"1min":0.59799999999999998,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.038,"5min":1.1140000000000001,"15min":1.1140000000000001},"last":0.89400000000000002},{"interface":"front","average":{"1min":0.89700000000000002,"5min":0.84099999999999997,"15min":0.81699999999999995},"min":{"1min":0.68300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.218,"5min":1.218,"15min":1.218},"last":0.72299999999999998}]},{"osd":1,"last update":"Thu Feb 8 21:53:00 2024","interfaces":[{"interface":"back","average":{"1min":0.72199999999999998,"5min":0.66800000000000004,"15min":0.65000000000000002},"min":{"1min":0.52800000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.0249999999999999,"5min":1.0289999999999999,"15min":1.0289999999999999},"last":0.97799999999999998},{"interface":"front","average":{"1min":0.78400000000000003,"5min":0.70099999999999996,"15min":0.66700000000000004},"min":{"1min":0.60299999999999998,"5min":0.434,"15min":0.434},"max":{"1min":1.0920000000000001,"5min":1.0920000000000001,"15min":1.0920000000000001},"last":1.097}]},{"osd":2,"last update":"Thu Feb 8 21:53:00 2024","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.85999999999999999,"15min":0.84899999999999998},"min":{"1min":0.68300000000000005,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.1910000000000001,"5min":1.1910000000000001,"15min":1.1910000000000001},"last":0.755},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.89000000000000001,"15min":0.86599999999999999},"min":{"1min":0.65300000000000002,"5min":0.626,"15min":0.626},"max":{"1min":1.2290000000000001,"5min":1.274,"15min":1.274},"last":0.95499999999999996}]},{"osd":4,"last update":"Thu Feb 8 21:53:00 2024","interfaces":[{"interface":"back","average":{"1min":0.92500000000000004,"5min":0.89900000000000002,"15min":0.88900000000000001},"min":{"1min":0.68000000000000005,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.1339999999999999,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.85799999999999998},{"interface":"front","average":{"1min":0.99399999999999999,"5min":0.96799999999999997,"15min":0.94599999999999995},"min":{"1min":0.81200000000000006,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.242,"5min":1.242,"15min":1.242},"last":0.996}]},{"osd":5,"last update":"Thu Feb 8 21:53:09 2024","interfaces":[{"interface":"back","average":{"1min":0.88,"5min":0.86499999999999999,"15min":0.84599999999999997},"min":{"1min":0.58399999999999996,"5min":0.442,"15min":0.442},"max":{"1min":1.1240000000000001,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":0.80800000000000005},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.86899999999999999,"15min":0.84699999999999998},"min":{"1min":0.68700000000000006,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.169,"5min":1.331,"15min":1.331},"last":0.78800000000000003}]},{"osd":6,"last update":"Thu Feb 8 21:53:00 2024","interfaces":[{"interface":"back","average":{"1min":1.0649999999999999,"5min":1.026,"15min":0.998},"min":{"1min":0.77200000000000002,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.5680000000000001,"5min":1.655,"15min":1.655},"last":0.872},{"interface":"front","average":{"1min":1.03,"5min":0.99299999999999999,"15min":0.97299999999999998},"min":{"1min":0.83499999999999996,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.234,"5min":1.234,"15min":1.234},"last":0.92200000000000004}]},{"osd":7,"last update":"Thu Feb 8 21:53:14 2024","interfaces":[{"interface":"back","average":{"1min":1.052,"5min":1.038,"15min":1.036},"min":{"1min":0.71899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.4510000000000001,"5min":1.458,"15min":1.458},"last":1.032},{"interface":"front","average":{"1min":1.087,"5min":1.034,"15min":1.0189999999999999},"min":{"1min":0.82899999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.282,"5min":1.389,"15min":1.389},"last":1.1679999999999999}]}]},{"osd":6,"up_from":31,"seq":133143986220,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":162818,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 8 21:52:58 2024","interfaces":[{"interface":"back","average":{"1min":0.753,"5min":0.67100000000000004,"15min":0.64500000000000002},"min":{"1min":0.54700000000000004,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":2.508,"5min":2.508,"15min":2.508},"last":0.69699999999999995},{"interface":"front","average":{"1min":0.82799999999999996,"5min":0.80600000000000005,"15min":0.82199999999999995},"min":{"1min":0.61899999999999999,"5min":0.504,"15min":0.504},"max":{"1min":1.1379999999999999,"5min":1.708,"15min":1.708},"last":0.63600000000000001}]},{"osd":1,"last update":"Thu Feb 8 21:52:58 2024","interfaces":[{"interface":"back","average":{"1min":0.95899999999999996,"5min":0.93799999999999994,"15min":0.92600000000000005},"min":{"1min":0.70699999999999996,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.2789999999999999,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":0.99399999999999999},{"interface":"front","average":{"1min":1.012,"5min":0.93000000000000005,"15min":0.91600000000000004},"min":{"1min":0.85299999999999998,"5min":0.63,"15min":0.63},"max":{"1min":1.4199999999999999,"5min":1.421,"15min":1.421},"last":0.97599999999999998}]},{"osd":2,"last update":"Thu Feb 8 21:52:58 2024","interfaces":[{"interface":"back","average":{"1min":0.85999999999999999,"5min":0.79500000000000004,"15min":0.78700000000000003},"min":{"1min":0.61599999999999999,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.516,"5min":1.516,"15min":1.516},"last":1.0349999999999999},{"interface":"front","average":{"1min":0.88800000000000001,"5min":0.86099999999999999,"15min":0.86699999999999999},"min":{"1min":0.67700000000000005,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.2889999999999999,"5min":1.8899999999999999,"15min":1.8899999999999999},"last":0.83399999999999996}]},{"osd":3,"last update":"Thu Feb 8 21:52:58 2024","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.92600000000000005,"15min":0.92800000000000005},"min":{"1min":0.76600000000000001,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.1619999999999999,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.91500000000000004},{"interface":"front","average":{"1min":0.94999999999999996,"5min":0.92700000000000005,"15min":0.92100000000000004},"min":{"1min":0.77600000000000002,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.2949999999999999,"5min":1.343,"15min":1.343},"last":0.81000000000000005}]},{"osd":4,"last update":"Thu Feb 8 21:52:58 2024","interfaces":[{"interface":"back","average":{"1min":1.0529999999999999,"5min":0.96399999999999997,"15min":0.95399999999999996},"min":{"1min":0.753,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.8180000000000001,"5min":1.8180000000000001,"15min":1.8180000000000001},"last":0.95399999999999996},{"interface":"front","average":{"1min":1.0649999999999999,"5min":1.0209999999999999,"15min":1.01},"min":{"1min":0.72599999999999998,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.5640000000000001,"5min":1.5640000000000001,"15min":1.5640000000000001},"last":1.0609999999999999}]},{"osd":5,"last update":"Thu Feb 8 21:53:07 2024","interfaces":[{"interface":"back","average":{"1min":1.202,"5min":1.1080000000000001,"15min":1.0980000000000001},"min":{"1min":0.93000000000000005,"5min":0.79800000000000004,"15min":0.79800000000000004},"max":{"1min":2.2589999999999999,"5min":2.2589999999999999,"15min":2.2589999999999999},"last":1.0860000000000001},{"interface":"front","average":{"1min":1.167,"5min":1.125,"15min":1.119},"min":{"1min":0.95599999999999996,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.7490000000000001,"5min":1.7490000000000001,"15min":1.7490000000000001},"last":1.1319999999999999}]},{"osd":7,"last update":"Thu Feb 8 21:53:13 2024","interfaces":[{"interface":"back","average":{"1min":1.2370000000000001,"5min":1.1220000000000001,"15min":1.107},"min":{"1min":0.94299999999999995,"5min":0.77500000000000002,"15min":0.77500000000000002},"max":{"1min":2.1379999999999999,"5min":2.1379999999999999,"15min":2.1379999999999999},"last":1.179},{"interface":"front","average":{"1min":1.2050000000000001,"5min":1.1559999999999999,"15min":1.1379999999999999},"min":{"1min":0.92200000000000004,"5min":0.753,"15min":0.753},"max":{"1min":1.6619999999999999,"5min":1.6619999999999999,"15min":1.6619999999999999},"last":1.2010000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-08T21:53:25.958 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph pg dump --format=json 2024-02-08T21:53:25.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:25 smithi167 bash[18945]: cluster 2024-02-08T21:53:24.396877+0000 mgr.smithi105.rfsypb (mgr.14180) 228 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:26.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:26 smithi167 bash[18945]: audit 2024-02-08T21:53:25.234098+0000 mgr.smithi105.rfsypb (mgr.14180) 229 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:53:27.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:26 smithi105 bash[14197]: audit 2024-02-08T21:53:25.234098+0000 mgr.smithi105.rfsypb (mgr.14180) 229 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:53:27.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:27 smithi167 bash[18945]: cluster 2024-02-08T21:53:26.397424+0000 mgr.smithi105.rfsypb (mgr.14180) 230 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:28.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:27 smithi105 bash[14197]: cluster 2024-02-08T21:53:26.397424+0000 mgr.smithi105.rfsypb (mgr.14180) 230 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:29.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:29 smithi167 bash[18945]: cluster 2024-02-08T21:53:28.397989+0000 mgr.smithi105.rfsypb (mgr.14180) 231 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:30.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:29 smithi105 bash[14197]: cluster 2024-02-08T21:53:28.397989+0000 mgr.smithi105.rfsypb (mgr.14180) 231 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:30.743 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/mon.smithi105/config 2024-02-08T21:53:31.956 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:31 smithi105 bash[14197]: cluster 2024-02-08T21:53:30.398585+0000 mgr.smithi105.rfsypb (mgr.14180) 232 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:31.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:31 smithi167 bash[18945]: cluster 2024-02-08T21:53:30.398585+0000 mgr.smithi105.rfsypb (mgr.14180) 232 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:33.704 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:53:33.707 INFO:teuthology.orchestra.run.smithi105.stderr:dumped all 2024-02-08T21:53:33.931 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:33 smithi105 bash[14197]: cluster 2024-02-08T21:53:32.399165+0000 mgr.smithi105.rfsypb (mgr.14180) 233 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:33.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:33 smithi167 bash[18945]: cluster 2024-02-08T21:53:32.399165+0000 mgr.smithi105.rfsypb (mgr.14180) 233 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:34.464 INFO:teuthology.orchestra.run.smithi105.stdout:{"pg_ready":true,"pg_map":{"version":216,"stamp":"2024-02-08T21:53:32.398896+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":2380028,"kb_used_data":3260,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548420,"statfs":{"total":767926730752,"available":765489582080,"internally_reserved":0,"allocated":3338240,"data_stored":1302229,"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":42,"state":"active+clean","last_fresh":"2024-02-08T21:50:11.184614+0000","last_change":"2024-02-08T21:50:11.184614+0000","last_active":"2024-02-08T21:50:11.184614+0000","last_peered":"2024-02-08T21:50:11.184614+0000","last_clean":"2024-02-08T21:50:11.184614+0000","last_became_active":"2024-02-08T21:50:11.184146+0000","last_became_peered":"2024-02-08T21:50:11.184146+0000","last_unstale":"2024-02-08T21:50:11.184614+0000","last_undegraded":"2024-02-08T21:50:11.184614+0000","last_fullsized":"2024-02-08T21:50:11.184614+0000","mapping_epoch":41,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":42,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-08T21:49:48.726642+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-08T21:49:48.726642+0000","last_clean_scrub_stamp":"2024-02-08T21:49:48.726642+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":40,"seq":171798691883,"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":162503,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 8 21:53:12 2024","interfaces":[{"interface":"back","average":{"1min":0.86599999999999999,"5min":0.84899999999999998,"15min":0.83499999999999996},"min":{"1min":0.56999999999999995,"5min":0.497,"15min":0.497},"max":{"1min":1.097,"5min":1.244,"15min":1.244},"last":0.88500000000000001},{"interface":"front","average":{"1min":0.84399999999999997,"5min":0.83899999999999997,"15min":0.83399999999999996},"min":{"1min":0.65900000000000003,"5min":0.628,"15min":0.628},"max":{"1min":1.026,"5min":1.1140000000000001,"15min":1.1140000000000001},"last":0.98899999999999999}]},{"osd":1,"last update":"Thu Feb 8 21:53:12 2024","interfaces":[{"interface":"back","average":{"1min":0.748,"5min":0.751,"15min":0.747},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.97199999999999998,"5min":1.1259999999999999,"15min":1.1259999999999999},"last":0.61499999999999999},{"interface":"front","average":{"1min":0.81000000000000005,"5min":0.753,"15min":0.72899999999999998},"min":{"1min":0.52500000000000002,"5min":0.504,"15min":0.504},"max":{"1min":1.1180000000000001,"5min":1.1180000000000001,"15min":1.1180000000000001},"last":0.90900000000000003}]},{"osd":2,"last update":"Thu Feb 8 21:53:12 2024","interfaces":[{"interface":"back","average":{"1min":0.82399999999999995,"5min":0.874,"15min":0.88},"min":{"1min":0.69899999999999995,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.038,"5min":1.1870000000000001,"15min":1.1870000000000001},"last":0.96199999999999997},{"interface":"front","average":{"1min":0.88700000000000001,"5min":0.93999999999999995,"15min":0.94999999999999996},"min":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.091,"5min":1.276,"15min":1.276},"last":1.0089999999999999}]},{"osd":3,"last update":"Thu Feb 8 21:53:12 2024","interfaces":[{"interface":"back","average":{"1min":0.80000000000000004,"5min":0.83399999999999996,"15min":0.82599999999999996},"min":{"1min":0.53600000000000003,"5min":0.435,"15min":0.435},"max":{"1min":1.1910000000000001,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":0.82199999999999995},{"interface":"front","average":{"1min":0.79100000000000004,"5min":0.79900000000000004,"15min":0.79400000000000004},"min":{"1min":0.48299999999999998,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":1.2150000000000001,"5min":1.2150000000000001,"15min":1.2150000000000001},"last":0.84799999999999998}]},{"osd":4,"last update":"Thu Feb 8 21:53:12 2024","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.94999999999999996,"15min":0.94499999999999995},"min":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.1879999999999999,"5min":1.276,"15min":1.276},"last":1.0620000000000001},{"interface":"front","average":{"1min":0.97999999999999998,"5min":1.0069999999999999,"15min":1.0049999999999999},"min":{"1min":0.71399999999999997,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.2649999999999999,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":0.94599999999999995}]},{"osd":5,"last update":"Thu Feb 8 21:53:12 2024","interfaces":[{"interface":"back","average":{"1min":0.95899999999999996,"5min":0.97799999999999998,"15min":0.97699999999999998},"min":{"1min":0.626,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.2430000000000001,"5min":1.373,"15min":1.373},"last":0.73599999999999999},{"interface":"front","average":{"1min":1.0289999999999999,"5min":1.032,"15min":1.02},"min":{"1min":0.68100000000000005,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.2889999999999999,"5min":1.3939999999999999,"15min":1.3939999999999999},"last":1.0409999999999999}]},{"osd":6,"last update":"Thu Feb 8 21:53:12 2024","interfaces":[{"interface":"back","average":{"1min":1.0860000000000001,"5min":1.0840000000000001,"15min":1.0700000000000001},"min":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"max":{"1min":1.444,"5min":1.462,"15min":1.462},"last":1.0900000000000001},{"interface":"front","average":{"1min":1.0569999999999999,"5min":1.0760000000000001,"15min":1.0649999999999999},"min":{"1min":0.73999999999999999,"5min":0.71999999999999997,"15min":0.71999999999999997},"max":{"1min":1.3700000000000001,"5min":1.766,"15min":1.766},"last":1.268}]}]},{"osd":5,"up_from":36,"seq":154618822700,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":162818,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 8 21:53:08 2024","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":0.85299999999999998,"15min":0.85499999999999998},"min":{"1min":0.68100000000000005,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.1120000000000001,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":0.73599999999999999},{"interface":"front","average":{"1min":0.84699999999999998,"5min":0.84499999999999997,"15min":0.84899999999999998},"min":{"1min":0.65100000000000002,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.0820000000000001,"5min":1.198,"15min":1.198},"last":0.69199999999999995}]},{"osd":1,"last update":"Thu Feb 8 21:53:08 2024","interfaces":[{"interface":"back","average":{"1min":0.70599999999999996,"5min":0.71099999999999997,"15min":0.70599999999999996},"min":{"1min":0.52100000000000002,"5min":0.434,"15min":0.434},"max":{"1min":1.04,"5min":1.145,"15min":1.145},"last":0.86699999999999999},{"interface":"front","average":{"1min":0.76000000000000001,"5min":0.72599999999999998,"15min":0.71599999999999997},"min":{"1min":0.502,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.0549999999999999,"5min":1.157,"15min":1.157},"last":0.83399999999999996}]},{"osd":2,"last update":"Thu Feb 8 21:53:08 2024","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.90500000000000003,"15min":0.90000000000000002},"min":{"1min":0.64400000000000002,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.1539999999999999,"5min":1.464,"15min":1.464},"last":1.1140000000000001},{"interface":"front","average":{"1min":0.871,"5min":0.90700000000000003,"15min":0.90900000000000003},"min":{"1min":0.64100000000000001,"5min":0.436,"15min":0.436},"max":{"1min":1.163,"5min":1.5049999999999999,"15min":1.5049999999999999},"last":0.90700000000000003}]},{"osd":3,"last update":"Thu Feb 8 21:53:08 2024","interfaces":[{"interface":"back","average":{"1min":0.876,"5min":0.82299999999999995,"15min":0.80300000000000005},"min":{"1min":0.498,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.986,"5min":1.986,"15min":1.986},"last":1.069},{"interface":"front","average":{"1min":0.82999999999999996,"5min":0.83999999999999997,"15min":0.83099999999999996},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":1.304,"5min":1.304,"15min":1.304},"last":1.03}]},{"osd":4,"last update":"Thu Feb 8 21:53:08 2024","interfaces":[{"interface":"back","average":{"1min":0.97799999999999998,"5min":1.016,"15min":1.024},"min":{"1min":0.68899999999999995,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.389,"5min":2.8399999999999999,"15min":2.8399999999999999},"last":1.1879999999999999},{"interface":"front","average":{"1min":1.0089999999999999,"5min":0.96599999999999997,"15min":0.95499999999999996},"min":{"1min":0.76600000000000001,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.5249999999999999,"5min":1.5249999999999999,"15min":1.5249999999999999},"last":1.212}]},{"osd":6,"last update":"Thu Feb 8 21:53:08 2024","interfaces":[{"interface":"back","average":{"1min":1.0620000000000001,"5min":1.0700000000000001,"15min":1.0840000000000001},"min":{"1min":0.71799999999999997,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.3819999999999999,"5min":2.915,"15min":2.915},"last":0.97499999999999998},{"interface":"front","average":{"1min":1.0669999999999999,"5min":1.018,"15min":0.999},"min":{"1min":0.73599999999999999,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.429,"5min":1.429,"15min":1.429},"last":1.238}]},{"osd":7,"last update":"Thu Feb 8 21:53:19 2024","interfaces":[{"interface":"back","average":{"1min":1.042,"5min":0.94899999999999995,"15min":0.91900000000000004},"min":{"1min":0.60199999999999998,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.589,"5min":1.589,"15min":1.589},"last":1.2729999999999999},{"interface":"front","average":{"1min":1.087,"5min":0.998,"15min":0.96599999999999997},"min":{"1min":0.69599999999999995,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.4350000000000001,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":1.159}]}]},{"osd":2,"up_from":20,"seq":85899345968,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":162818,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 8 21:52:50 2024","interfaces":[{"interface":"back","average":{"1min":0.67700000000000005,"5min":0.67500000000000004,"15min":0.65900000000000003},"min":{"1min":0.53000000000000003,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":0.98199999999999998,"5min":1.036,"15min":1.036},"last":0.94499999999999995},{"interface":"front","average":{"1min":0.751,"5min":0.755,"15min":0.746},"min":{"1min":0.57199999999999995,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.02,"5min":1.3340000000000001,"15min":1.3340000000000001},"last":0.63800000000000001}]},{"osd":1,"last update":"Thu Feb 8 21:52:50 2024","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.879,"15min":0.85999999999999999},"min":{"1min":0.70999999999999996,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.1990000000000001,"5min":1.2010000000000001,"15min":1.2010000000000001},"last":1.014},{"interface":"front","average":{"1min":0.92800000000000005,"5min":0.89400000000000002,"15min":0.876},"min":{"1min":0.71199999999999997,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.2010000000000001,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":1.0389999999999999}]},{"osd":3,"last update":"Thu Feb 8 21:52:57 2024","interfaces":[{"interface":"back","average":{"1min":0.89900000000000002,"5min":0.92400000000000004,"15min":0.92800000000000005},"min":{"1min":0.66000000000000003,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.1539999999999999,"5min":1.359,"15min":1.359},"last":0.91700000000000004},{"interface":"front","average":{"1min":0.95099999999999996,"5min":0.91000000000000003,"15min":0.89900000000000002},"min":{"1min":0.77400000000000002,"5min":0.72699999999999998,"15min":0.72699999999999998},"max":{"1min":1.252,"5min":1.252,"15min":1.252},"last":1.139}]},{"osd":4,"last update":"Thu Feb 8 21:52:57 2024","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.86799999999999999,"15min":0.871},"min":{"1min":0.66100000000000003,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":1.2390000000000001,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":0.89000000000000001},{"interface":"front","average":{"1min":0.97999999999999998,"5min":0.94399999999999995,"15min":0.93400000000000005},"min":{"1min":0.70299999999999996,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.2,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":1.1599999999999999}]},{"osd":5,"last update":"Thu Feb 8 21:53:09 2024","interfaces":[{"interface":"back","average":{"1min":1.0049999999999999,"5min":0.998,"15min":0.99099999999999999},"min":{"1min":0.81100000000000005,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.351,"5min":1.502,"15min":1.502},"last":1.1859999999999999},{"interface":"front","average":{"1min":1.022,"5min":1.0329999999999999,"15min":1.0229999999999999},"min":{"1min":0.88500000000000001,"5min":0.76800000000000002,"15min":0.76800000000000002},"max":{"1min":1.167,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":0.98999999999999999}]},{"osd":6,"last update":"Thu Feb 8 21:52:57 2024","interfaces":[{"interface":"back","average":{"1min":1.0629999999999999,"5min":1.0409999999999999,"15min":1.0329999999999999},"min":{"1min":0.88400000000000001,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.286,"5min":1.5649999999999999,"15min":1.5649999999999999},"last":1.103},{"interface":"front","average":{"1min":1.0489999999999999,"5min":1.107,"15min":1.113},"min":{"1min":0.78500000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.2390000000000001,"5min":1.5369999999999999,"15min":1.5369999999999999},"last":1.0760000000000001}]},{"osd":7,"last update":"Thu Feb 8 21:53:14 2024","interfaces":[{"interface":"back","average":{"1min":1.129,"5min":1.167,"15min":1.175},"min":{"1min":0.92300000000000004,"5min":0.92300000000000004,"15min":0.92300000000000004},"max":{"1min":1.28,"5min":1.5740000000000001,"15min":1.5740000000000001},"last":1.2110000000000001},{"interface":"front","average":{"1min":1.109,"5min":1.1319999999999999,"15min":1.135},"min":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"max":{"1min":1.3069999999999999,"5min":1.5309999999999999,"15min":1.5309999999999999},"last":1.22}]}]},{"osd":0,"up_from":16,"seq":68719476785,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":162818,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Feb 8 21:52:52 2024","interfaces":[{"interface":"back","average":{"1min":0.879,"5min":0.86299999999999999,"15min":0.85699999999999998},"min":{"1min":0.57599999999999996,"5min":0.497,"15min":0.497},"max":{"1min":1.202,"5min":1.202,"15min":1.202},"last":0.64900000000000002},{"interface":"front","average":{"1min":0.89900000000000002,"5min":0.874,"15min":0.84999999999999998},"min":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.1799999999999999,"5min":2.339,"15min":2.339},"last":0.88300000000000001}]},{"osd":2,"last update":"Thu Feb 8 21:52:52 2024","interfaces":[{"interface":"back","average":{"1min":0.78900000000000003,"5min":0.82399999999999995,"15min":0.83799999999999997},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":1.2150000000000001,"5min":1.9299999999999999,"15min":1.9299999999999999},"last":1.105},{"interface":"front","average":{"1min":0.81699999999999995,"5min":0.84299999999999997,"15min":0.85299999999999998},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.1859999999999999,"5min":1.4610000000000001,"15min":1.4610000000000001},"last":0.78500000000000003}]},{"osd":3,"last update":"Thu Feb 8 21:53:02 2024","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.89600000000000002,"15min":0.89000000000000001},"min":{"1min":0.60699999999999998,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.1100000000000001,"5min":2.419,"15min":2.419},"last":0.749},{"interface":"front","average":{"1min":0.89000000000000001,"5min":0.92000000000000004,"15min":0.91000000000000003},"min":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":1.0589999999999999,"5min":2.2069999999999999,"15min":2.2069999999999999},"last":1.0309999999999999}]},{"osd":4,"last update":"Thu Feb 8 21:53:02 2024","interfaces":[{"interface":"back","average":{"1min":0.90300000000000002,"5min":0.93799999999999994,"15min":0.93200000000000005},"min":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.095,"5min":3.0790000000000002,"15min":3.0790000000000002},"last":0.85999999999999999},{"interface":"front","average":{"1min":0.94899999999999995,"5min":0.98699999999999999,"15min":0.99399999999999999},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":1.208,"5min":2.8900000000000001,"15min":2.8900000000000001},"last":0.95599999999999996}]},{"osd":5,"last update":"Thu Feb 8 21:53:04 2024","interfaces":[{"interface":"back","average":{"1min":0.997,"5min":0.995,"15min":0.99199999999999999},"min":{"1min":0.504,"5min":0.504,"15min":0.504},"max":{"1min":1.161,"5min":2.1299999999999999,"15min":2.1299999999999999},"last":1.1619999999999999},{"interface":"front","average":{"1min":1.0660000000000001,"5min":1.052,"15min":1.038},"min":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.29,"5min":2.488,"15min":2.488},"last":1.083}]},{"osd":6,"last update":"Thu Feb 8 21:53:02 2024","interfaces":[{"interface":"back","average":{"1min":1.0529999999999999,"5min":1.071,"15min":1.087},"min":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"max":{"1min":1.339,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":0.93600000000000005},{"interface":"front","average":{"1min":1.1160000000000001,"5min":1.133,"15min":1.1359999999999999},"min":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.323,"5min":2.5619999999999998,"15min":2.5619999999999998},"last":1.0009999999999999}]},{"osd":7,"last update":"Thu Feb 8 21:53:09 2024","interfaces":[{"interface":"back","average":{"1min":1.143,"5min":1.125,"15min":1.135},"min":{"1min":0.90700000000000003,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.47,"5min":2.0219999999999998,"15min":2.0219999999999998},"last":1.2130000000000001},{"interface":"front","average":{"1min":1.204,"5min":1.161,"15min":1.155},"min":{"1min":0.93000000000000005,"5min":0.81399999999999995,"15min":0.81399999999999995},"max":{"1min":1.5149999999999999,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":1.0580000000000001}]}]},{"osd":1,"up_from":23,"seq":98784247856,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":162818,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 8 21:52:52 2024","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.875,"15min":0.879},"min":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.1519999999999999,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":1.1850000000000001},{"interface":"front","average":{"1min":0.92200000000000004,"5min":0.94299999999999995,"15min":0.95099999999999996},"min":{"1min":0.66400000000000003,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.347,"5min":2.508,"15min":2.508},"last":0.88900000000000001}]},{"osd":2,"last update":"Thu Feb 8 21:52:52 2024","interfaces":[{"interface":"back","average":{"1min":0.88500000000000001,"5min":0.92300000000000004,"15min":0.92100000000000004},"min":{"1min":0.64800000000000002,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.173,"5min":1.2689999999999999,"15min":1.2689999999999999},"last":0.80500000000000005},{"interface":"front","average":{"1min":0.85599999999999998,"5min":0.85699999999999998,"15min":0.86499999999999999},"min":{"1min":0.68200000000000005,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.0609999999999999,"5min":1.1850000000000001,"15min":1.1850000000000001},"last":1.0349999999999999}]},{"osd":3,"last update":"Thu Feb 8 21:53:01 2024","interfaces":[{"interface":"back","average":{"1min":0.80400000000000005,"5min":0.81000000000000005,"15min":0.80000000000000004},"min":{"1min":0.53000000000000003,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.1160000000000001,"5min":2.6789999999999998,"15min":2.6789999999999998},"last":0.65100000000000002},{"interface":"front","average":{"1min":0.84399999999999997,"5min":0.80100000000000005,"15min":0.78300000000000003},"min":{"1min":0.503,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.278,"5min":1.278,"15min":1.278},"last":0.98199999999999998}]},{"osd":4,"last update":"Thu Feb 8 21:52:59 2024","interfaces":[{"interface":"back","average":{"1min":1.028,"5min":0.98199999999999998,"15min":0.95799999999999996},"min":{"1min":0.69099999999999995,"5min":0.628,"15min":0.628},"max":{"1min":1.284,"5min":1.409,"15min":1.409},"last":1.105},{"interface":"front","average":{"1min":0.871,"5min":0.86299999999999999,"15min":0.85099999999999998},"min":{"1min":0.58699999999999997,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.1000000000000001,"5min":1.256,"15min":1.256},"last":0.95399999999999996}]},{"osd":5,"last update":"Thu Feb 8 21:53:12 2024","interfaces":[{"interface":"back","average":{"1min":0.83199999999999996,"5min":0.91700000000000004,"15min":0.93000000000000005},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.1220000000000001,"5min":2.5990000000000002,"15min":2.5990000000000002},"last":1.0580000000000001},{"interface":"front","average":{"1min":0.99099999999999999,"5min":0.93000000000000005,"15min":0.88800000000000001},"min":{"1min":0.56599999999999995,"5min":0.432,"15min":0.432},"max":{"1min":1.3879999999999999,"5min":1.575,"15min":1.575},"last":1.276}]},{"osd":6,"last update":"Thu Feb 8 21:53:01 2024","interfaces":[{"interface":"back","average":{"1min":1.1200000000000001,"5min":1.079,"15min":1.0620000000000001},"min":{"1min":0.872,"5min":0.77300000000000002,"15min":0.77300000000000002},"max":{"1min":1.4450000000000001,"5min":1.4590000000000001,"15min":1.4590000000000001},"last":1.234},{"interface":"front","average":{"1min":0.96199999999999997,"5min":0.95799999999999996,"15min":0.94599999999999995},"min":{"1min":0.74399999999999999,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.2130000000000001,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":1.0920000000000001}]},{"osd":7,"last update":"Thu Feb 8 21:53:12 2024","interfaces":[{"interface":"back","average":{"1min":1.0309999999999999,"5min":1.048,"15min":1.0629999999999999},"min":{"1min":0.64900000000000002,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.276,"5min":2.7509999999999999,"15min":2.7509999999999999},"last":1.1599999999999999},{"interface":"front","average":{"1min":1.1339999999999999,"5min":1.113,"15min":1.103},"min":{"1min":0.81699999999999995,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.466,"5min":1.9379999999999999,"15min":1.9379999999999999},"last":1.323}]}]},{"osd":4,"up_from":27,"seq":115964117038,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":162818,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 8 21:52:56 2024","interfaces":[{"interface":"back","average":{"1min":0.72899999999999998,"5min":0.73099999999999998,"15min":0.72699999999999998},"min":{"1min":0.53600000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.93600000000000005,"5min":1.161,"15min":1.161},"last":0.56000000000000005},{"interface":"front","average":{"1min":0.79400000000000004,"5min":0.753,"15min":0.74099999999999999},"min":{"1min":0.54300000000000004,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":0.99099999999999999,"5min":1.1950000000000001,"15min":1.1950000000000001},"last":0.60399999999999998}]},{"osd":1,"last update":"Thu Feb 8 21:52:56 2024","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.88600000000000001,"15min":0.90400000000000003},"min":{"1min":0.69299999999999995,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.1539999999999999,"5min":1.417,"15min":1.417},"last":0.71699999999999997},{"interface":"front","average":{"1min":0.91500000000000004,"5min":0.89300000000000002,"15min":0.89000000000000001},"min":{"1min":0.66200000000000003,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.129,"5min":1.153,"15min":1.153},"last":0.90600000000000003}]},{"osd":2,"last update":"Thu Feb 8 21:52:56 2024","interfaces":[{"interface":"back","average":{"1min":0.83199999999999996,"5min":0.81499999999999995,"15min":0.80500000000000005},"min":{"1min":0.622,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":1.123,"5min":1.359,"15min":1.359},"last":0.88200000000000001},{"interface":"front","average":{"1min":0.88,"5min":0.85799999999999998,"15min":0.85899999999999999},"min":{"1min":0.57799999999999996,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.3069999999999999,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":0.93899999999999995}]},{"osd":3,"last update":"Thu Feb 8 21:53:01 2024","interfaces":[{"interface":"back","average":{"1min":0.96899999999999997,"5min":0.93999999999999995,"15min":0.92700000000000005},"min":{"1min":0.63,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.1559999999999999,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":1.2450000000000001},{"interface":"front","average":{"1min":0.98899999999999999,"5min":0.93799999999999994,"15min":0.92200000000000004},"min":{"1min":0.73499999999999999,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.2270000000000001,"5min":1.2270000000000001,"15min":1.2270000000000001},"last":0.81799999999999995}]},{"osd":5,"last update":"Thu Feb 8 21:53:15 2024","interfaces":[{"interface":"back","average":{"1min":0.98699999999999999,"5min":0.98499999999999999,"15min":0.98699999999999999},"min":{"1min":0.80700000000000005,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.2070000000000001,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":0.96799999999999997},{"interface":"front","average":{"1min":1.024,"5min":1.022,"15min":1.024},"min":{"1min":0.73799999999999999,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.254,"5min":1.2849999999999999,"15min":1.2849999999999999},"last":1.1200000000000001}]},{"osd":6,"last update":"Thu Feb 8 21:53:01 2024","interfaces":[{"interface":"back","average":{"1min":1.014,"5min":1.0129999999999999,"15min":1.0129999999999999},"min":{"1min":0.69299999999999995,"5min":0.68400000000000005,"15min":0.68400000000000005},"max":{"1min":1.373,"5min":1.373,"15min":1.373},"last":1.073},{"interface":"front","average":{"1min":1.0509999999999999,"5min":0.997,"15min":0.97299999999999998},"min":{"1min":0.80500000000000005,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.274,"5min":1.3460000000000001,"15min":1.3460000000000001},"last":1.2}]},{"osd":7,"last update":"Thu Feb 8 21:53:17 2024","interfaces":[{"interface":"back","average":{"1min":1.115,"5min":1.0920000000000001,"15min":1.083},"min":{"1min":0.80000000000000004,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.6799999999999999,"5min":1.6799999999999999,"15min":1.6799999999999999},"last":1.014},{"interface":"front","average":{"1min":1.1120000000000001,"5min":1.1220000000000001,"15min":1.1180000000000001},"min":{"1min":0.94799999999999995,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.3620000000000001,"5min":1.446,"15min":1.446},"last":1.1459999999999999}]}]},{"osd":3,"up_from":31,"seq":133143986222,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":162818,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 8 21:53:00 2024","interfaces":[{"interface":"back","average":{"1min":0.80300000000000005,"5min":0.78900000000000003,"15min":0.76600000000000001},"min":{"1min":0.59799999999999998,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.038,"5min":1.1140000000000001,"15min":1.1140000000000001},"last":0.93300000000000005},{"interface":"front","average":{"1min":0.89700000000000002,"5min":0.84099999999999997,"15min":0.81699999999999995},"min":{"1min":0.68300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.218,"5min":1.218,"15min":1.218},"last":0.78300000000000003}]},{"osd":1,"last update":"Thu Feb 8 21:53:00 2024","interfaces":[{"interface":"back","average":{"1min":0.72199999999999998,"5min":0.66800000000000004,"15min":0.65000000000000002},"min":{"1min":0.52800000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.0249999999999999,"5min":1.0289999999999999,"15min":1.0289999999999999},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.78400000000000003,"5min":0.70099999999999996,"15min":0.66700000000000004},"min":{"1min":0.60299999999999998,"5min":0.434,"15min":0.434},"max":{"1min":1.0920000000000001,"5min":1.0920000000000001,"15min":1.0920000000000001},"last":0.81200000000000006}]},{"osd":2,"last update":"Thu Feb 8 21:53:00 2024","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.85999999999999999,"15min":0.84899999999999998},"min":{"1min":0.68300000000000005,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.1910000000000001,"5min":1.1910000000000001,"15min":1.1910000000000001},"last":1.0189999999999999},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.89000000000000001,"15min":0.86599999999999999},"min":{"1min":0.65300000000000002,"5min":0.626,"15min":0.626},"max":{"1min":1.2290000000000001,"5min":1.274,"15min":1.274},"last":0.96599999999999997}]},{"osd":4,"last update":"Thu Feb 8 21:53:00 2024","interfaces":[{"interface":"back","average":{"1min":0.92500000000000004,"5min":0.89900000000000002,"15min":0.88900000000000001},"min":{"1min":0.68000000000000005,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.1339999999999999,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.995},{"interface":"front","average":{"1min":0.99399999999999999,"5min":0.96799999999999997,"15min":0.94599999999999995},"min":{"1min":0.81200000000000006,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.242,"5min":1.242,"15min":1.242},"last":0.98899999999999999}]},{"osd":5,"last update":"Thu Feb 8 21:53:09 2024","interfaces":[{"interface":"back","average":{"1min":0.88,"5min":0.86499999999999999,"15min":0.84599999999999997},"min":{"1min":0.58399999999999996,"5min":0.442,"15min":0.442},"max":{"1min":1.1240000000000001,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":0.85299999999999998},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.86899999999999999,"15min":0.84699999999999998},"min":{"1min":0.68700000000000006,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.169,"5min":1.331,"15min":1.331},"last":0.69899999999999995}]},{"osd":6,"last update":"Thu Feb 8 21:53:00 2024","interfaces":[{"interface":"back","average":{"1min":1.0649999999999999,"5min":1.026,"15min":0.998},"min":{"1min":0.77200000000000002,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.5680000000000001,"5min":1.655,"15min":1.655},"last":0.91200000000000003},{"interface":"front","average":{"1min":1.03,"5min":0.99299999999999999,"15min":0.97299999999999998},"min":{"1min":0.83499999999999996,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.234,"5min":1.234,"15min":1.234},"last":0.88200000000000001}]},{"osd":7,"last update":"Thu Feb 8 21:53:14 2024","interfaces":[{"interface":"back","average":{"1min":1.052,"5min":1.038,"15min":1.036},"min":{"1min":0.71899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.4510000000000001,"5min":1.458,"15min":1.458},"last":1.0369999999999999},{"interface":"front","average":{"1min":1.087,"5min":1.034,"15min":1.0189999999999999},"min":{"1min":0.82899999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.282,"5min":1.389,"15min":1.389},"last":1.081}]}]},{"osd":6,"up_from":31,"seq":133143986222,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":162818,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 8 21:52:58 2024","interfaces":[{"interface":"back","average":{"1min":0.753,"5min":0.67100000000000004,"15min":0.64500000000000002},"min":{"1min":0.54700000000000004,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":2.508,"5min":2.508,"15min":2.508},"last":0.76100000000000001},{"interface":"front","average":{"1min":0.82799999999999996,"5min":0.80600000000000005,"15min":0.82199999999999995},"min":{"1min":0.61899999999999999,"5min":0.504,"15min":0.504},"max":{"1min":1.1379999999999999,"5min":1.708,"15min":1.708},"last":0.79500000000000004}]},{"osd":1,"last update":"Thu Feb 8 21:52:58 2024","interfaces":[{"interface":"back","average":{"1min":0.95899999999999996,"5min":0.93799999999999994,"15min":0.92600000000000005},"min":{"1min":0.70699999999999996,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.2789999999999999,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":1.0609999999999999},{"interface":"front","average":{"1min":1.012,"5min":0.93000000000000005,"15min":0.91600000000000004},"min":{"1min":0.85299999999999998,"5min":0.63,"15min":0.63},"max":{"1min":1.4199999999999999,"5min":1.421,"15min":1.421},"last":0.94299999999999995}]},{"osd":2,"last update":"Thu Feb 8 21:52:58 2024","interfaces":[{"interface":"back","average":{"1min":0.85999999999999999,"5min":0.79500000000000004,"15min":0.78700000000000003},"min":{"1min":0.61599999999999999,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.516,"5min":1.516,"15min":1.516},"last":0.82899999999999996},{"interface":"front","average":{"1min":0.88800000000000001,"5min":0.86099999999999999,"15min":0.86699999999999999},"min":{"1min":0.67700000000000005,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.2889999999999999,"5min":1.8899999999999999,"15min":1.8899999999999999},"last":1.0229999999999999}]},{"osd":3,"last update":"Thu Feb 8 21:52:58 2024","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.92600000000000005,"15min":0.92800000000000005},"min":{"1min":0.76600000000000001,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.1619999999999999,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":1.121},{"interface":"front","average":{"1min":0.94999999999999996,"5min":0.92700000000000005,"15min":0.92100000000000004},"min":{"1min":0.77600000000000002,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.2949999999999999,"5min":1.343,"15min":1.343},"last":1.042}]},{"osd":4,"last update":"Thu Feb 8 21:52:58 2024","interfaces":[{"interface":"back","average":{"1min":1.0529999999999999,"5min":0.96399999999999997,"15min":0.95399999999999996},"min":{"1min":0.753,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.8180000000000001,"5min":1.8180000000000001,"15min":1.8180000000000001},"last":0.96499999999999997},{"interface":"front","average":{"1min":1.0649999999999999,"5min":1.0209999999999999,"15min":1.01},"min":{"1min":0.72599999999999998,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.5640000000000001,"5min":1.5640000000000001,"15min":1.5640000000000001},"last":1.161}]},{"osd":5,"last update":"Thu Feb 8 21:53:07 2024","interfaces":[{"interface":"back","average":{"1min":1.202,"5min":1.1080000000000001,"15min":1.0980000000000001},"min":{"1min":0.93000000000000005,"5min":0.79800000000000004,"15min":0.79800000000000004},"max":{"1min":2.2589999999999999,"5min":2.2589999999999999,"15min":2.2589999999999999},"last":1.093},{"interface":"front","average":{"1min":1.167,"5min":1.125,"15min":1.119},"min":{"1min":0.95599999999999996,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.7490000000000001,"5min":1.7490000000000001,"15min":1.7490000000000001},"last":1.1970000000000001}]},{"osd":7,"last update":"Thu Feb 8 21:53:13 2024","interfaces":[{"interface":"back","average":{"1min":1.2370000000000001,"5min":1.1220000000000001,"15min":1.107},"min":{"1min":0.94299999999999995,"5min":0.77500000000000002,"15min":0.77500000000000002},"max":{"1min":2.1379999999999999,"5min":2.1379999999999999,"15min":2.1379999999999999},"last":1.2090000000000001},{"interface":"front","average":{"1min":1.2050000000000001,"5min":1.1559999999999999,"15min":1.1379999999999999},"min":{"1min":0.92200000000000004,"5min":0.753,"15min":0.753},"max":{"1min":1.6619999999999999,"5min":1.6619999999999999,"15min":1.6619999999999999},"last":1.2330000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-08T21:53:34.466 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-08T21:53:34.466 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-08T21:53:34.466 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-08T21:53:34.467 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph health --format=json 2024-02-08T21:53:35.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:35 smithi167 bash[18945]: audit 2024-02-08T21:53:33.694836+0000 mgr.smithi105.rfsypb (mgr.14180) 234 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:53:35.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:35 smithi167 bash[18945]: cluster 2024-02-08T21:53:34.399676+0000 mgr.smithi105.rfsypb (mgr.14180) 235 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:36.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:35 smithi105 bash[14197]: audit 2024-02-08T21:53:33.694836+0000 mgr.smithi105.rfsypb (mgr.14180) 234 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:53:36.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:35 smithi105 bash[14197]: cluster 2024-02-08T21:53:34.399676+0000 mgr.smithi105.rfsypb (mgr.14180) 235 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:37.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:37 smithi167 bash[18945]: cluster 2024-02-08T21:53:36.400260+0000 mgr.smithi105.rfsypb (mgr.14180) 236 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:38.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:37 smithi105 bash[14197]: cluster 2024-02-08T21:53:36.400260+0000 mgr.smithi105.rfsypb (mgr.14180) 236 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:39.250 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/mon.smithi105/config 2024-02-08T21:53:39.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:39 smithi167 bash[18945]: cluster 2024-02-08T21:53:38.400821+0000 mgr.smithi105.rfsypb (mgr.14180) 237 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:40.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:39 smithi105 bash[14197]: cluster 2024-02-08T21:53:38.400821+0000 mgr.smithi105.rfsypb (mgr.14180) 237 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:41.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:41 smithi167 bash[18945]: cluster 2024-02-08T21:53:40.401445+0000 mgr.smithi105.rfsypb (mgr.14180) 238 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:42.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:41 smithi105 bash[14197]: cluster 2024-02-08T21:53:40.401445+0000 mgr.smithi105.rfsypb (mgr.14180) 238 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:42.145 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:53:42.695 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:42 smithi105 bash[14197]: audit 2024-02-08T21:53:42.144276+0000 mon.smithi105 (mon.0) 623 : audit [DBG] from='client.? 172.21.15.105:0/3251391444' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-08T21:53:42.925 INFO:teuthology.orchestra.run.smithi105.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-08T21:53:42.926 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-08T21:53:42.926 INFO:tasks.cephadm:Setup complete, yielding 2024-02-08T21:53:42.926 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-08T21:53:42.935 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi105.front.sepia.ceph.com 2024-02-08T21:53:42.936 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- bash -c 'ceph orch status' 2024-02-08T21:53:42.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:42 smithi167 bash[18945]: audit 2024-02-08T21:53:42.144276+0000 mon.smithi105 (mon.0) 623 : audit [DBG] from='client.? 172.21.15.105:0/3251391444' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-08T21:53:43.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:43 smithi167 bash[18945]: cluster 2024-02-08T21:53:42.401898+0000 mgr.smithi105.rfsypb (mgr.14180) 239 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:44.042 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:43 smithi105 bash[14197]: cluster 2024-02-08T21:53:42.401898+0000 mgr.smithi105.rfsypb (mgr.14180) 239 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:45.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:45 smithi167 bash[18945]: cluster 2024-02-08T21:53:44.402424+0000 mgr.smithi105.rfsypb (mgr.14180) 240 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:46.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:45 smithi105 bash[14197]: cluster 2024-02-08T21:53:44.402424+0000 mgr.smithi105.rfsypb (mgr.14180) 240 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:46.162 INFO:teuthology.orchestra.run.smithi105.stdout:Backend: cephadm 2024-02-08T21:53:46.162 INFO:teuthology.orchestra.run.smithi105.stdout:Available: Yes 2024-02-08T21:53:46.162 INFO:teuthology.orchestra.run.smithi105.stdout:Paused: No 2024-02-08T21:53:46.900 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-08T21:53:47.922 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:47 smithi105 bash[14197]: audit 2024-02-08T21:53:46.160719+0000 mgr.smithi105.rfsypb (mgr.14180) 241 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:53:47.923 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:47 smithi105 bash[14197]: cluster 2024-02-08T21:53:46.403028+0000 mgr.smithi105.rfsypb (mgr.14180) 242 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:47.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:47 smithi167 bash[18945]: audit 2024-02-08T21:53:46.160719+0000 mgr.smithi105.rfsypb (mgr.14180) 241 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:53:47.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:47 smithi167 bash[18945]: cluster 2024-02-08T21:53:46.403028+0000 mgr.smithi105.rfsypb (mgr.14180) 242 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:49.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:49 smithi105 bash[14197]: cluster 2024-02-08T21:53:48.403454+0000 mgr.smithi105.rfsypb (mgr.14180) 243 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:49.974 INFO:teuthology.orchestra.run.smithi105.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-08T21:53:49.974 INFO:teuthology.orchestra.run.smithi105.stdout:alertmanager.smithi105 smithi105 *:9093,9094 running (5m) 37s ago 6m 12.1M - 0.23.0 ba2b418f427c 6eefbc6b598d 2024-02-08T21:53:49.974 INFO:teuthology.orchestra.run.smithi105.stdout:crash.smithi105 smithi105 running (6m) 37s ago 6m 6972k - 16.2.14-530-g5db25abe b2573f70982b ec0e78154e83 2024-02-08T21:53:49.974 INFO:teuthology.orchestra.run.smithi105.stdout:crash.smithi167 smithi167 running (5m) 38s ago 5m 7096k - 16.2.14-530-g5db25abe b2573f70982b d75bd47581c7 2024-02-08T21:53:49.974 INFO:teuthology.orchestra.run.smithi105.stdout:grafana.smithi105 smithi105 *:3000 running (5m) 37s ago 6m 40.7M - 8.3.5 dad864ee21e9 36e8d72cfccd 2024-02-08T21:53:49.974 INFO:teuthology.orchestra.run.smithi105.stdout:mgr.smithi105.rfsypb smithi105 *:9283 running (8m) 37s ago 8m 426M - 16.2.14-530-g5db25abe b2573f70982b dbb79eaade43 2024-02-08T21:53:49.974 INFO:teuthology.orchestra.run.smithi105.stdout:mgr.smithi167.bszrka smithi167 *:8443,9283 running (5m) 38s ago 5m 374M - 16.2.14-530-g5db25abe b2573f70982b 360d0e459621 2024-02-08T21:53:49.975 INFO:teuthology.orchestra.run.smithi105.stdout:mon.smithi105 smithi105 running (8m) 37s ago 8m 60.7M 2048M 16.2.14-530-g5db25abe b2573f70982b 029e455f1635 2024-02-08T21:53:49.975 INFO:teuthology.orchestra.run.smithi105.stdout:mon.smithi167 smithi167 running (5m) 38s ago 5m 59.0M 2048M 16.2.14-530-g5db25abe b2573f70982b 7a23e8b33e21 2024-02-08T21:53:49.975 INFO:teuthology.orchestra.run.smithi105.stdout:node-exporter.smithi105 smithi105 *:9100 running (6m) 37s ago 6m 9956k - 1.3.1 1dbe0e931976 e2bb19a15e81 2024-02-08T21:53:49.975 INFO:teuthology.orchestra.run.smithi105.stdout:node-exporter.smithi167 smithi167 *:9100 running (5m) 38s ago 5m 10.1M - 1.3.1 1dbe0e931976 bc846ee81ee6 2024-02-08T21:53:49.975 INFO:teuthology.orchestra.run.smithi105.stdout:osd.0 smithi167 running (4m) 38s ago 4m 33.1M 4028M 16.2.14-530-g5db25abe b2573f70982b 8f72a90d7241 2024-02-08T21:53:49.975 INFO:teuthology.orchestra.run.smithi105.stdout:osd.1 smithi105 running (4m) 37s ago 4m 33.2M 3260M 16.2.14-530-g5db25abe b2573f70982b beccd7240c11 2024-02-08T21:53:49.975 INFO:teuthology.orchestra.run.smithi105.stdout:osd.2 smithi167 running (4m) 38s ago 4m 33.2M 4028M 16.2.14-530-g5db25abe b2573f70982b 5e983a1b35a8 2024-02-08T21:53:49.975 INFO:teuthology.orchestra.run.smithi105.stdout:osd.3 smithi105 running (4m) 37s ago 4m 32.8M 3260M 16.2.14-530-g5db25abe b2573f70982b 68a3b3c85e5b 2024-02-08T21:53:49.975 INFO:teuthology.orchestra.run.smithi105.stdout:osd.4 smithi167 running (4m) 38s ago 4m 32.9M 4028M 16.2.14-530-g5db25abe b2573f70982b 13d28a7a5fc2 2024-02-08T21:53:49.975 INFO:teuthology.orchestra.run.smithi105.stdout:osd.5 smithi105 running (3m) 37s ago 3m 32.9M 3260M 16.2.14-530-g5db25abe b2573f70982b 543e1b7a0ec2 2024-02-08T21:53:49.975 INFO:teuthology.orchestra.run.smithi105.stdout:osd.6 smithi167 running (4m) 38s ago 4m 32.7M 4028M 16.2.14-530-g5db25abe b2573f70982b 80fe52dd7c95 2024-02-08T21:53:49.975 INFO:teuthology.orchestra.run.smithi105.stdout:osd.7 smithi105 running (3m) 37s ago 3m 32.6M 3260M 16.2.14-530-g5db25abe b2573f70982b 3d27450f6b5b 2024-02-08T21:53:49.975 INFO:teuthology.orchestra.run.smithi105.stdout:prometheus.smithi105 smithi105 *:9095 running (5m) 37s ago 6m 53.3M - 2.33.4 514e6a882f6e 44e1579615a6 2024-02-08T21:53:49.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:49 smithi167 bash[18945]: cluster 2024-02-08T21:53:48.403454+0000 mgr.smithi105.rfsypb (mgr.14180) 243 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:50.758 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-08T21:53:51.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:51 smithi167 bash[18945]: audit 2024-02-08T21:53:49.954812+0000 mgr.smithi105.rfsypb (mgr.14180) 244 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:53:51.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:51 smithi167 bash[18945]: cluster 2024-02-08T21:53:50.403952+0000 mgr.smithi105.rfsypb (mgr.14180) 245 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:52.012 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:51 smithi105 bash[14197]: audit 2024-02-08T21:53:49.954812+0000 mgr.smithi105.rfsypb (mgr.14180) 244 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:53:52.012 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:51 smithi105 bash[14197]: cluster 2024-02-08T21:53:50.403952+0000 mgr.smithi105.rfsypb (mgr.14180) 245 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:53.940 INFO:teuthology.orchestra.run.smithi105.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-08T21:53:53.940 INFO:teuthology.orchestra.run.smithi105.stdout:alertmanager ?:9093,9094 1/1 41s ago 7m count:1 2024-02-08T21:53:53.940 INFO:teuthology.orchestra.run.smithi105.stdout:crash 2/2 42s ago 7m * 2024-02-08T21:53:53.940 INFO:teuthology.orchestra.run.smithi105.stdout:grafana ?:3000 1/1 41s ago 7m count:1 2024-02-08T21:53:53.941 INFO:teuthology.orchestra.run.smithi105.stdout:mgr 2/2 42s ago 7m count:2 2024-02-08T21:53:53.941 INFO:teuthology.orchestra.run.smithi105.stdout:mon 2/2 42s ago 6m smithi105:172.21.15.105=smithi105;smithi167:172.21.15.167=smithi167;count:2 2024-02-08T21:53:53.941 INFO:teuthology.orchestra.run.smithi105.stdout:node-exporter ?:9100 2/2 42s ago 7m * 2024-02-08T21:53:53.941 INFO:teuthology.orchestra.run.smithi105.stdout:osd.all-available-devices 8 42s ago 5m * 2024-02-08T21:53:53.941 INFO:teuthology.orchestra.run.smithi105.stdout:prometheus ?:9095 1/1 41s ago 7m count:1 2024-02-08T21:53:53.992 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:53 smithi105 bash[14197]: cluster 2024-02-08T21:53:52.404531+0000 mgr.smithi105.rfsypb (mgr.14180) 246 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:53.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:53 smithi167 bash[18945]: cluster 2024-02-08T21:53:52.404531+0000 mgr.smithi105.rfsypb (mgr.14180) 246 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:54.728 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-08T21:53:55.940 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:55 smithi105 bash[14197]: audit 2024-02-08T21:53:53.928593+0000 mgr.smithi105.rfsypb (mgr.14180) 247 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:53:55.940 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:55 smithi105 bash[14197]: cluster 2024-02-08T21:53:54.405116+0000 mgr.smithi105.rfsypb (mgr.14180) 248 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:55.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:55 smithi167 bash[18945]: audit 2024-02-08T21:53:53.928593+0000 mgr.smithi105.rfsypb (mgr.14180) 247 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:53:55.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:55 smithi167 bash[18945]: cluster 2024-02-08T21:53:54.405116+0000 mgr.smithi105.rfsypb (mgr.14180) 248 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:57.741 INFO:teuthology.orchestra.run.smithi105.stdout:HOST ADDR LABELS STATUS 2024-02-08T21:53:57.742 INFO:teuthology.orchestra.run.smithi105.stdout:smithi105 172.21.15.105 2024-02-08T21:53:57.742 INFO:teuthology.orchestra.run.smithi105.stdout:smithi167 172.21.15.167 2024-02-08T21:53:57.742 INFO:teuthology.orchestra.run.smithi105.stdout:2 hosts in cluster 2024-02-08T21:53:57.977 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:57 smithi105 bash[14197]: cluster 2024-02-08T21:53:56.405690+0000 mgr.smithi105.rfsypb (mgr.14180) 249 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:57.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:57 smithi167 bash[18945]: cluster 2024-02-08T21:53:56.405690+0000 mgr.smithi105.rfsypb (mgr.14180) 249 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:58.504 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-08T21:53:59.985 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:59 smithi105 bash[14197]: audit 2024-02-08T21:53:57.738969+0000 mgr.smithi105.rfsypb (mgr.14180) 250 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:53:59.985 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:53:59 smithi105 bash[14197]: cluster 2024-02-08T21:53:58.406046+0000 mgr.smithi105.rfsypb (mgr.14180) 251 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:53:59.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:59 smithi167 bash[18945]: audit 2024-02-08T21:53:57.738969+0000 mgr.smithi105.rfsypb (mgr.14180) 250 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:53:59.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:53:59 smithi167 bash[18945]: cluster 2024-02-08T21:53:58.406046+0000 mgr.smithi105.rfsypb (mgr.14180) 251 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:01.784 INFO:teuthology.orchestra.run.smithi105.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-08T21:54:01.784 INFO:teuthology.orchestra.run.smithi105.stdout:smithi105 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400TR400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-02-08T21:54:01.784 INFO:teuthology.orchestra.run.smithi105.stdout:smithi105 /dev/nvme1n1 ssd Linux_15440c51d77950a7690f 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-08T21:54:01.784 INFO:teuthology.orchestra.run.smithi105.stdout:smithi105 /dev/nvme2n1 ssd Linux_b181cb38f40b53c03645 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-08T21:54:01.784 INFO:teuthology.orchestra.run.smithi105.stdout:smithi105 /dev/nvme3n1 ssd Linux_6cc1a3e593743e2ad21e 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-08T21:54:01.784 INFO:teuthology.orchestra.run.smithi105.stdout:smithi105 /dev/nvme4n1 ssd Linux_d06a8df2eeef21d478b0 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-08T21:54:01.784 INFO:teuthology.orchestra.run.smithi105.stdout:smithi167 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT62330080400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-02-08T21:54:01.784 INFO:teuthology.orchestra.run.smithi105.stdout:smithi167 /dev/nvme1n1 ssd Linux_541921fab6f89e9083f1 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-08T21:54:01.784 INFO:teuthology.orchestra.run.smithi105.stdout:smithi167 /dev/nvme2n1 ssd Linux_83e392aad608ac110efb 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-08T21:54:01.784 INFO:teuthology.orchestra.run.smithi105.stdout:smithi167 /dev/nvme3n1 ssd Linux_498c9995a8b20bf049f0 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-08T21:54:01.785 INFO:teuthology.orchestra.run.smithi105.stdout:smithi167 /dev/nvme4n1 ssd Linux_97300e8e390cfd7383a2 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-08T21:54:01.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:01 smithi167 bash[18945]: cluster 2024-02-08T21:54:00.406396+0000 mgr.smithi105.rfsypb (mgr.14180) 252 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:02.027 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:01 smithi105 bash[14197]: cluster 2024-02-08T21:54:00.406396+0000 mgr.smithi105.rfsypb (mgr.14180) 252 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:02.492 INFO:teuthology.run_tasks:Running task vip... 2024-02-08T21:54:02.501 INFO:tasks.vip:Allocating static IPs for each host... 2024-02-08T21:54:02.501 INFO:tasks.vip:peername 172.21.15.105 2024-02-08T21:54:02.505 INFO:tasks.vip:172.21.15.105 in 172.21.0.0/20, pos 3944 2024-02-08T21:54:02.510 INFO:tasks.vip:smithi105.front.sepia.ceph.com static 10.0.15.105, vnet 10.0.0.0/16 2024-02-08T21:54:02.510 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-02-08T21:54:02.510 DEBUG:teuthology.orchestra.run.smithi105:> sudo ip route ls 2024-02-08T21:54:02.525 INFO:teuthology.orchestra.run.smithi105.stdout:default via 172.21.15.254 dev enp3s0f1 2024-02-08T21:54:02.526 INFO:teuthology.orchestra.run.smithi105.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.105 metric 100 2024-02-08T21:54:02.526 INFO:teuthology.orchestra.run.smithi105.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-02-08T21:54:02.526 INFO:teuthology.orchestra.run.smithi105.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.105 2024-02-08T21:54:02.526 INFO:teuthology.orchestra.run.smithi105.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.105 metric 100 2024-02-08T21:54:02.527 INFO:tasks.vip:Configuring 10.0.15.105 on smithi105.front.sepia.ceph.com iface enp3s0f1... 2024-02-08T21:54:02.527 DEBUG:teuthology.orchestra.run.smithi105:> sudo ip addr add 10.0.15.105/16 dev enp3s0f1 2024-02-08T21:54:02.584 INFO:tasks.vip:peername 172.21.15.167 2024-02-08T21:54:02.587 INFO:tasks.vip:172.21.15.167 in 172.21.0.0/20, pos 4006 2024-02-08T21:54:02.591 INFO:tasks.vip:smithi167.front.sepia.ceph.com static 10.0.15.167, vnet 10.0.0.0/16 2024-02-08T21:54:02.591 DEBUG:teuthology.orchestra.run.smithi167:> sudo ip route ls 2024-02-08T21:54:02.607 INFO:teuthology.orchestra.run.smithi167.stdout:default via 172.21.15.254 dev enp3s0f1 2024-02-08T21:54:02.607 INFO:teuthology.orchestra.run.smithi167.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.167 metric 100 2024-02-08T21:54:02.607 INFO:teuthology.orchestra.run.smithi167.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-02-08T21:54:02.608 INFO:teuthology.orchestra.run.smithi167.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.167 2024-02-08T21:54:02.608 INFO:teuthology.orchestra.run.smithi167.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.167 metric 100 2024-02-08T21:54:02.608 INFO:tasks.vip:Configuring 10.0.15.167 on smithi167.front.sepia.ceph.com iface enp3s0f1... 2024-02-08T21:54:02.609 DEBUG:teuthology.orchestra.run.smithi167:> sudo ip addr add 10.0.15.167/16 dev enp3s0f1 2024-02-08T21:54:02.668 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-08T21:54:02.677 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi105.front.sepia.ceph.com 2024-02-08T21:54:02.677 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-02-08T21:54:03.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:03 smithi167 bash[18945]: audit 2024-02-08T21:54:01.779121+0000 mgr.smithi105.rfsypb (mgr.14180) 253 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:54:03.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:03 smithi167 bash[18945]: cluster 2024-02-08T21:54:02.407002+0000 mgr.smithi105.rfsypb (mgr.14180) 254 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:04.035 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:03 smithi105 bash[14197]: audit 2024-02-08T21:54:01.779121+0000 mgr.smithi105.rfsypb (mgr.14180) 253 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:54:04.035 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:03 smithi105 bash[14197]: cluster 2024-02-08T21:54:02.407002+0000 mgr.smithi105.rfsypb (mgr.14180) 254 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:05.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:05 smithi105 bash[14197]: cluster 2024-02-08T21:54:04.407627+0000 mgr.smithi105.rfsypb (mgr.14180) 255 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:05.837 INFO:teuthology.orchestra.run.smithi105.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-08T21:54:05.837 INFO:teuthology.orchestra.run.smithi105.stdout:smithi105 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400TR400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-02-08T21:54:05.838 INFO:teuthology.orchestra.run.smithi105.stdout:smithi105 /dev/nvme1n1 ssd Linux_15440c51d77950a7690f 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-08T21:54:05.838 INFO:teuthology.orchestra.run.smithi105.stdout:smithi105 /dev/nvme2n1 ssd Linux_b181cb38f40b53c03645 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-08T21:54:05.838 INFO:teuthology.orchestra.run.smithi105.stdout:smithi105 /dev/nvme3n1 ssd Linux_6cc1a3e593743e2ad21e 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-08T21:54:05.838 INFO:teuthology.orchestra.run.smithi105.stdout:smithi105 /dev/nvme4n1 ssd Linux_d06a8df2eeef21d478b0 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-08T21:54:05.838 INFO:teuthology.orchestra.run.smithi105.stdout:smithi167 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT62330080400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-02-08T21:54:05.838 INFO:teuthology.orchestra.run.smithi105.stdout:smithi167 /dev/nvme1n1 ssd Linux_541921fab6f89e9083f1 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-08T21:54:05.838 INFO:teuthology.orchestra.run.smithi105.stdout:smithi167 /dev/nvme2n1 ssd Linux_83e392aad608ac110efb 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-08T21:54:05.838 INFO:teuthology.orchestra.run.smithi105.stdout:smithi167 /dev/nvme3n1 ssd Linux_498c9995a8b20bf049f0 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-08T21:54:05.838 INFO:teuthology.orchestra.run.smithi105.stdout:smithi167 /dev/nvme4n1 ssd Linux_97300e8e390cfd7383a2 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-08T21:54:05.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:05 smithi167 bash[18945]: cluster 2024-02-08T21:54:04.407627+0000 mgr.smithi105.rfsypb (mgr.14180) 255 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:06.531 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-08T21:54:06.543 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi105.front.sepia.ceph.com 2024-02-08T21:54:06.543 DEBUG:teuthology.orchestra.run.smithi105:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-08T21:54:06.557 INFO:teuthology.orchestra.run.smithi105.stderr:+ systemctl stop nfs-server 2024-02-08T21:54:06.717 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi167.front.sepia.ceph.com 2024-02-08T21:54:06.717 DEBUG:teuthology.orchestra.run.smithi167:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-08T21:54:06.731 INFO:teuthology.orchestra.run.smithi167.stderr:+ systemctl stop nfs-server 2024-02-08T21:54:06.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:06 smithi105 bash[14197]: audit 2024-02-08T21:54:05.829484+0000 mgr.smithi105.rfsypb (mgr.14180) 256 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:54:06.822 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:06 smithi105 bash[14197]: audit 2024-02-08T21:54:05.843431+0000 mon.smithi105 (mon.0) 624 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:54:06.822 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:06 smithi105 bash[14197]: cluster 2024-02-08T21:54:06.408229+0000 mgr.smithi105.rfsypb (mgr.14180) 257 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:06.858 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-08T21:54:06.895 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi105.front.sepia.ceph.com 2024-02-08T21:54:06.896 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2024-02-08T21:54:06.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:06 smithi167 bash[18945]: audit 2024-02-08T21:54:05.829484+0000 mgr.smithi105.rfsypb (mgr.14180) 256 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:54:06.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:06 smithi167 bash[18945]: audit 2024-02-08T21:54:05.843431+0000 mon.smithi105 (mon.0) 624 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:54:06.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:06 smithi167 bash[18945]: cluster 2024-02-08T21:54:06.408229+0000 mgr.smithi105.rfsypb (mgr.14180) 257 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:09.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:09 smithi167 bash[18945]: cluster 2024-02-08T21:54:08.408786+0000 mgr.smithi105.rfsypb (mgr.14180) 258 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:09.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:09 smithi105 bash[14197]: cluster 2024-02-08T21:54:08.408786+0000 mgr.smithi105.rfsypb (mgr.14180) 258 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:09.915 INFO:teuthology.orchestra.run.smithi105.stdout:Scheduled rgw.foorgw update... 2024-02-08T21:54:10.649 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.105/16' 2024-02-08T21:54:11.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:10 smithi167 bash[18945]: audit 2024-02-08T21:54:09.904058+0000 mgr.smithi105.rfsypb (mgr.14180) 259 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:54:11.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:10 smithi167 bash[18945]: cephadm 2024-02-08T21:54:09.907120+0000 mgr.smithi105.rfsypb (mgr.14180) 260 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-08T21:54:11.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:10 smithi167 bash[18945]: audit 2024-02-08T21:54:09.913174+0000 mon.smithi105 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:11.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:10 smithi167 bash[18945]: cluster 2024-02-08T21:54:10.409413+0000 mgr.smithi105.rfsypb (mgr.14180) 261 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:11.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:10 smithi105 bash[14197]: audit 2024-02-08T21:54:09.904058+0000 mgr.smithi105.rfsypb (mgr.14180) 259 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:54:11.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:10 smithi105 bash[14197]: cephadm 2024-02-08T21:54:09.907120+0000 mgr.smithi105.rfsypb (mgr.14180) 260 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-08T21:54:11.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:10 smithi105 bash[14197]: audit 2024-02-08T21:54:09.913174+0000 mon.smithi105 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:11.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:10 smithi105 bash[14197]: cluster 2024-02-08T21:54:10.409413+0000 mgr.smithi105.rfsypb (mgr.14180) 261 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:12.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:12 smithi105 bash[14197]: audit 2024-02-08T21:54:11.310805+0000 mon.smithi105 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:12.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:12 smithi105 bash[14197]: audit 2024-02-08T21:54:12.197537+0000 mon.smithi105 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:12.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:12 smithi167 bash[18945]: audit 2024-02-08T21:54:11.310805+0000 mon.smithi105 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:12.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:12 smithi167 bash[18945]: audit 2024-02-08T21:54:12.197537+0000 mon.smithi105 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:13.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:13 smithi167 bash[18945]: cluster 2024-02-08T21:54:12.409937+0000 mgr.smithi105.rfsypb (mgr.14180) 262 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:13.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:13 smithi105 bash[14197]: cluster 2024-02-08T21:54:12.409937+0000 mgr.smithi105.rfsypb (mgr.14180) 262 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:14.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:14 smithi167 bash[18945]: audit 2024-02-08T21:54:13.953825+0000 mon.smithi105 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-08T21:54:14.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:14 smithi105 bash[14197]: audit 2024-02-08T21:54:13.953825+0000 mon.smithi105 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-08T21:54:15.507 INFO:teuthology.orchestra.run.smithi105.stdout:NFS Cluster Created Successfully 2024-02-08T21:54:15.725 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:15 smithi105 bash[14197]: audit 2024-02-08T21:54:13.950847+0000 mgr.smithi105.rfsypb (mgr.14180) 263 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.105/16", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:54:15.725 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:15 smithi105 bash[14197]: cluster 2024-02-08T21:54:14.410580+0000 mgr.smithi105.rfsypb (mgr.14180) 264 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:15.726 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:15 smithi105 bash[14197]: audit 2024-02-08T21:54:14.458318+0000 mon.smithi105 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-08T21:54:15.726 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:15 smithi105 bash[14197]: cluster 2024-02-08T21:54:14.458433+0000 mon.smithi105 (mon.0) 630 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-08T21:54:15.726 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:15 smithi105 bash[14197]: audit 2024-02-08T21:54:14.468598+0000 mon.smithi105 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-08T21:54:15.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:15 smithi167 bash[18945]: audit 2024-02-08T21:54:13.950847+0000 mgr.smithi105.rfsypb (mgr.14180) 263 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.105/16", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:54:15.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:15 smithi167 bash[18945]: cluster 2024-02-08T21:54:14.410580+0000 mgr.smithi105.rfsypb (mgr.14180) 264 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:15.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:15 smithi167 bash[18945]: audit 2024-02-08T21:54:14.458318+0000 mon.smithi105 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-08T21:54:15.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:15 smithi167 bash[18945]: cluster 2024-02-08T21:54:14.458433+0000 mon.smithi105 (mon.0) 630 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-08T21:54:15.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:15 smithi167 bash[18945]: audit 2024-02-08T21:54:14.468598+0000 mon.smithi105 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-08T21:54:16.300 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-08T21:54:16.315 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi105.front.sepia.ceph.com 2024-02-08T21:54:16.315 DEBUG:teuthology.orchestra.run.smithi105:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2024-02-08T21:54:16.331 INFO:teuthology.orchestra.run.smithi105.stderr:+ dnf install -y python3-boto3 2024-02-08T21:54:16.332 INFO:teuthology.orchestra.run.smithi105.stderr:bash: dnf: command not found 2024-02-08T21:54:16.332 INFO:teuthology.orchestra.run.smithi105.stderr:+ apt install -y python3-boto3 2024-02-08T21:54:16.338 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-02-08T21:54:16.339 INFO:teuthology.orchestra.run.smithi105.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2024-02-08T21:54:16.339 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-02-08T21:54:16.399 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2024-02-08T21:54:16.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:16 smithi105 bash[14197]: audit 2024-02-08T21:54:15.463565+0000 mon.smithi105 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-08T21:54:16.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:16 smithi105 bash[14197]: cluster 2024-02-08T21:54:15.464008+0000 mon.smithi105 (mon.0) 633 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-08T21:54:16.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:16 smithi105 bash[14197]: cephadm 2024-02-08T21:54:15.496077+0000 mgr.smithi105.rfsypb (mgr.14180) 265 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-08T21:54:16.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:16 smithi105 bash[14197]: audit 2024-02-08T21:54:15.499994+0000 mon.smithi105 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:16.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:16 smithi105 bash[14197]: cephadm 2024-02-08T21:54:15.501854+0000 mgr.smithi105.rfsypb (mgr.14180) 266 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-08T21:54:16.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:16 smithi105 bash[14197]: audit 2024-02-08T21:54:15.505238+0000 mon.smithi105 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:16.622 INFO:teuthology.orchestra.run.smithi105.stdout:Building dependency tree... 2024-02-08T21:54:16.622 INFO:teuthology.orchestra.run.smithi105.stdout:Reading state information... 2024-02-08T21:54:16.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:16 smithi167 bash[18945]: audit 2024-02-08T21:54:15.463565+0000 mon.smithi105 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-08T21:54:16.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:16 smithi167 bash[18945]: cluster 2024-02-08T21:54:15.464008+0000 mon.smithi105 (mon.0) 633 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-08T21:54:16.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:16 smithi167 bash[18945]: cephadm 2024-02-08T21:54:15.496077+0000 mgr.smithi105.rfsypb (mgr.14180) 265 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-08T21:54:16.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:16 smithi167 bash[18945]: audit 2024-02-08T21:54:15.499994+0000 mon.smithi105 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:16.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:16 smithi167 bash[18945]: cephadm 2024-02-08T21:54:15.501854+0000 mgr.smithi105.rfsypb (mgr.14180) 266 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-08T21:54:16.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:16 smithi167 bash[18945]: audit 2024-02-08T21:54:15.505238+0000 mon.smithi105 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:16.826 INFO:teuthology.orchestra.run.smithi105.stdout:The following additional packages will be installed: 2024-02-08T21:54:16.827 INFO:teuthology.orchestra.run.smithi105.stdout: docutils-common libpaper-utils libpaper1 python3-botocore python3-docutils 2024-02-08T21:54:16.827 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jmespath python3-pygments python3-roman python3-s3transfer 2024-02-08T21:54:16.828 INFO:teuthology.orchestra.run.smithi105.stdout:Suggested packages: 2024-02-08T21:54:16.828 INFO:teuthology.orchestra.run.smithi105.stdout: docutils-doc fonts-linuxlibertine | ttf-linux-libertine texlive-lang-french 2024-02-08T21:54:16.828 INFO:teuthology.orchestra.run.smithi105.stdout: texlive-latex-base texlive-latex-recommended python-pygments-doc 2024-02-08T21:54:16.866 INFO:teuthology.orchestra.run.smithi105.stdout:The following NEW packages will be installed: 2024-02-08T21:54:16.868 INFO:teuthology.orchestra.run.smithi105.stdout: docutils-common libpaper-utils libpaper1 python3-boto3 python3-botocore 2024-02-08T21:54:16.868 INFO:teuthology.orchestra.run.smithi105.stdout: python3-docutils python3-jmespath python3-pygments python3-roman 2024-02-08T21:54:16.868 INFO:teuthology.orchestra.run.smithi105.stdout: python3-s3transfer 2024-02-08T21:54:17.055 INFO:teuthology.orchestra.run.smithi105.stdout:0 upgraded, 10 newly installed, 0 to remove and 266 not upgraded. 2024-02-08T21:54:17.055 INFO:teuthology.orchestra.run.smithi105.stdout:Need to get 4,480 kB of archives. 2024-02-08T21:54:17.055 INFO:teuthology.orchestra.run.smithi105.stdout:After this operation, 53.0 MB of additional disk space will be used. 2024-02-08T21:54:17.055 INFO:teuthology.orchestra.run.smithi105.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 docutils-common all 0.16+dfsg-2 [116 kB] 2024-02-08T21:54:17.421 INFO:teuthology.orchestra.run.smithi105.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libpaper1 amd64 1.1.28 [13.0 kB] 2024-02-08T21:54:17.427 INFO:teuthology.orchestra.run.smithi105.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libpaper-utils amd64 1.1.28 [8,400 B] 2024-02-08T21:54:17.431 INFO:teuthology.orchestra.run.smithi105.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-roman all 2.0.0-3build1 [8,728 B] 2024-02-08T21:54:17.436 INFO:teuthology.orchestra.run.smithi105.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-docutils all 0.16+dfsg-2 [368 kB] 2024-02-08T21:54:17.605 INFO:teuthology.orchestra.run.smithi105.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jmespath all 0.9.4-2ubuntu1 [21.5 kB] 2024-02-08T21:54:17.611 INFO:teuthology.orchestra.run.smithi105.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-botocore all 1.16.19+repack-1ubuntu0.20.04.1 [3,255 kB] 2024-02-08T21:54:17.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:17 smithi167 bash[18945]: cluster 2024-02-08T21:54:16.411197+0000 mgr.smithi105.rfsypb (mgr.14180) 267 : cluster [DBG] pgmap v240: 33 pgs: 2 creating+peering, 19 active+clean, 12 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:17.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:17 smithi167 bash[18945]: cluster 2024-02-08T21:54:16.475907+0000 mon.smithi105 (mon.0) 636 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-08T21:54:17.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:17 smithi105 bash[14197]: cluster 2024-02-08T21:54:16.411197+0000 mgr.smithi105.rfsypb (mgr.14180) 267 : cluster [DBG] pgmap v240: 33 pgs: 2 creating+peering, 19 active+clean, 12 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:17.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:17 smithi105 bash[14197]: cluster 2024-02-08T21:54:16.475907+0000 mon.smithi105 (mon.0) 636 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-08T21:54:17.855 INFO:teuthology.orchestra.run.smithi105.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-s3transfer all 0.3.3-1 [46.6 kB] 2024-02-08T21:54:17.856 INFO:teuthology.orchestra.run.smithi105.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-boto3 all 1.9.253-1 [63.7 kB] 2024-02-08T21:54:17.857 INFO:teuthology.orchestra.run.smithi105.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pygments all 2.3.1+dfsg-1ubuntu2.2 [579 kB] 2024-02-08T21:54:18.239 INFO:teuthology.orchestra.run.smithi105.stderr:debconf: unable to initialize frontend: Dialog 2024-02-08T21:54:18.239 INFO:teuthology.orchestra.run.smithi105.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2024-02-08T21:54:18.239 INFO:teuthology.orchestra.run.smithi105.stderr:debconf: falling back to frontend: Readline 2024-02-08T21:54:18.424 INFO:teuthology.orchestra.run.smithi105.stderr:debconf: unable to initialize frontend: Readline 2024-02-08T21:54:18.424 INFO:teuthology.orchestra.run.smithi105.stderr:debconf: (This frontend requires a controlling tty.) 2024-02-08T21:54:18.424 INFO:teuthology.orchestra.run.smithi105.stderr:debconf: falling back to frontend: Teletype 2024-02-08T21:54:18.430 INFO:teuthology.orchestra.run.smithi105.stderr:dpkg-preconfigure: unable to re-open stdin: 2024-02-08T21:54:18.484 INFO:teuthology.orchestra.run.smithi105.stdout:Fetched 4,480 kB in 1s (4,494 kB/s) 2024-02-08T21:54:18.784 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:18 smithi167 bash[18945]: cluster 2024-02-08T21:54:17.520025+0000 mon.smithi105 (mon.0) 637 : cluster [DBG] mgrmap e19: smithi105.rfsypb(active, since 6m), standbys: smithi167.bszrka 2024-02-08T21:54:18.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:18 smithi105 bash[14197]: cluster 2024-02-08T21:54:17.520025+0000 mon.smithi105 (mon.0) 637 : cluster [DBG] mgrmap e19: smithi105.rfsypb(active, since 6m), standbys: smithi167.bszrka 2024-02-08T21:54:18.935 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package docutils-common. 2024-02-08T21:54:18.981 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 ... 112645 files and directories currently installed.) 2024-02-08T21:54:18.985 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../0-docutils-common_0.16+dfsg-2_all.deb ... 2024-02-08T21:54:19.205 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking docutils-common (0.16+dfsg-2) ... 2024-02-08T21:54:19.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:19 smithi105 bash[14197]: cluster 2024-02-08T21:54:18.411622+0000 mgr.smithi105.rfsypb (mgr.14180) 268 : cluster [DBG] pgmap v242: 33 pgs: 2 creating+peering, 21 active+clean, 10 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:19.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:19 smithi167 bash[18945]: cluster 2024-02-08T21:54:18.411622+0000 mgr.smithi105.rfsypb (mgr.14180) 268 : cluster [DBG] pgmap v242: 33 pgs: 2 creating+peering, 21 active+clean, 10 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:21.569 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package libpaper1:amd64. 2024-02-08T21:54:21.581 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../1-libpaper1_1.1.28_amd64.deb ... 2024-02-08T21:54:21.711 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking libpaper1:amd64 (1.1.28) ... 2024-02-08T21:54:21.800 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:21 smithi105 bash[14197]: cluster 2024-02-08T21:54:20.412329+0000 mgr.smithi105.rfsypb (mgr.14180) 269 : cluster [DBG] pgmap v243: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:21.800 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:21 smithi105 bash[14197]: audit 2024-02-08T21:54:21.494611+0000 mon.smithi105 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:21.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:21 smithi167 bash[18945]: cluster 2024-02-08T21:54:20.412329+0000 mgr.smithi105.rfsypb (mgr.14180) 269 : cluster [DBG] pgmap v243: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:21.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:21 smithi167 bash[18945]: audit 2024-02-08T21:54:21.494611+0000 mon.smithi105 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:22.039 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package libpaper-utils. 2024-02-08T21:54:22.050 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../2-libpaper-utils_1.1.28_amd64.deb ... 2024-02-08T21:54:22.088 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking libpaper-utils (1.1.28) ... 2024-02-08T21:54:22.402 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package python3-roman. 2024-02-08T21:54:22.418 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../3-python3-roman_2.0.0-3build1_all.deb ... 2024-02-08T21:54:22.464 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking python3-roman (2.0.0-3build1) ... 2024-02-08T21:54:22.788 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package python3-docutils. 2024-02-08T21:54:22.801 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../4-python3-docutils_0.16+dfsg-2_all.deb ... 2024-02-08T21:54:22.838 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking python3-docutils (0.16+dfsg-2) ... 2024-02-08T21:54:23.251 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package python3-jmespath. 2024-02-08T21:54:23.264 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../5-python3-jmespath_0.9.4-2ubuntu1_all.deb ... 2024-02-08T21:54:23.301 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking python3-jmespath (0.9.4-2ubuntu1) ... 2024-02-08T21:54:23.632 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package python3-botocore. 2024-02-08T21:54:23.645 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../6-python3-botocore_1.16.19+repack-1ubuntu0.20.04.1_all.deb ... 2024-02-08T21:54:23.693 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking python3-botocore (1.16.19+repack-1ubuntu0.20.04.1) ... 2024-02-08T21:54:23.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:23 smithi105 bash[14197]: cluster 2024-02-08T21:54:22.413071+0000 mgr.smithi105.rfsypb (mgr.14180) 270 : cluster [DBG] pgmap v244: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:23.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:23 smithi167 bash[18945]: cluster 2024-02-08T21:54:22.413071+0000 mgr.smithi105.rfsypb (mgr.14180) 270 : cluster [DBG] pgmap v244: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:25.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:25 smithi105 bash[14197]: cluster 2024-02-08T21:54:24.413679+0000 mgr.smithi105.rfsypb (mgr.14180) 271 : cluster [DBG] pgmap v245: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:25.960 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package python3-s3transfer. 2024-02-08T21:54:25.974 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../7-python3-s3transfer_0.3.3-1_all.deb ... 2024-02-08T21:54:25.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:25 smithi167 bash[18945]: cluster 2024-02-08T21:54:24.413679+0000 mgr.smithi105.rfsypb (mgr.14180) 271 : cluster [DBG] pgmap v245: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:26.027 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking python3-s3transfer (0.3.3-1) ... 2024-02-08T21:54:26.343 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package python3-boto3. 2024-02-08T21:54:26.357 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../8-python3-boto3_1.9.253-1_all.deb ... 2024-02-08T21:54:26.405 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking python3-boto3 (1.9.253-1) ... 2024-02-08T21:54:26.772 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package python3-pygments. 2024-02-08T21:54:26.786 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../9-python3-pygments_2.3.1+dfsg-1ubuntu2.2_all.deb ... 2024-02-08T21:54:26.830 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2024-02-08T21:54:26.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:26 smithi167 bash[18945]: audit 2024-02-08T21:54:25.723492+0000 mon.smithi105 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:26.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:26 smithi167 bash[18945]: audit 2024-02-08T21:54:26.018257+0000 mon.smithi105 (mon.0) 640 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:54:26.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:26 smithi167 bash[18945]: audit 2024-02-08T21:54:26.019301+0000 mon.smithi105 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T21:54:26.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:26 smithi167 bash[18945]: audit 2024-02-08T21:54:26.026246+0000 mon.smithi105 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:26.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:26 smithi167 bash[18945]: audit 2024-02-08T21:54:26.033948+0000 mon.smithi105 (mon.0) 643 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T21:54:26.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:26 smithi167 bash[18945]: cephadm 2024-02-08T21:54:26.040027+0000 mgr.smithi105.rfsypb (mgr.14180) 272 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-08T21:54:26.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:26 smithi167 bash[18945]: audit 2024-02-08T21:54:26.043865+0000 mon.smithi105 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:26.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:26 smithi167 bash[18945]: audit 2024-02-08T21:54:26.044575+0000 mon.smithi105 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi167.jsclnn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-08T21:54:26.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:26 smithi167 bash[18945]: audit 2024-02-08T21:54:26.050138+0000 mon.smithi105 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi167.jsclnn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-08T21:54:26.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:26 smithi167 bash[18945]: audit 2024-02-08T21:54:26.055557+0000 mon.smithi105 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:26.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:26 smithi167 bash[18945]: audit 2024-02-08T21:54:26.056671+0000 mon.smithi105 (mon.0) 648 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:54:26.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:26 smithi167 bash[18945]: cephadm 2024-02-08T21:54:26.057677+0000 mgr.smithi105.rfsypb (mgr.14180) 273 : cephadm [INF] Deploying daemon rgw.foorgw.smithi167.jsclnn on smithi167 2024-02-08T21:54:26.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:26 smithi167 bash[18945]: cluster 2024-02-08T21:54:26.414315+0000 mgr.smithi105.rfsypb (mgr.14180) 274 : cluster [DBG] pgmap v246: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:27.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:26 smithi105 bash[14197]: audit 2024-02-08T21:54:25.723492+0000 mon.smithi105 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:27.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:26 smithi105 bash[14197]: audit 2024-02-08T21:54:26.018257+0000 mon.smithi105 (mon.0) 640 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:54:27.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:26 smithi105 bash[14197]: audit 2024-02-08T21:54:26.019301+0000 mon.smithi105 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T21:54:27.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:26 smithi105 bash[14197]: audit 2024-02-08T21:54:26.026246+0000 mon.smithi105 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:27.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:26 smithi105 bash[14197]: audit 2024-02-08T21:54:26.033948+0000 mon.smithi105 (mon.0) 643 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T21:54:27.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:26 smithi105 bash[14197]: cephadm 2024-02-08T21:54:26.040027+0000 mgr.smithi105.rfsypb (mgr.14180) 272 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-08T21:54:27.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:26 smithi105 bash[14197]: audit 2024-02-08T21:54:26.043865+0000 mon.smithi105 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:27.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:26 smithi105 bash[14197]: audit 2024-02-08T21:54:26.044575+0000 mon.smithi105 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi167.jsclnn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-08T21:54:27.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:26 smithi105 bash[14197]: audit 2024-02-08T21:54:26.050138+0000 mon.smithi105 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi167.jsclnn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-08T21:54:27.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:26 smithi105 bash[14197]: audit 2024-02-08T21:54:26.055557+0000 mon.smithi105 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:27.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:26 smithi105 bash[14197]: audit 2024-02-08T21:54:26.056671+0000 mon.smithi105 (mon.0) 648 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:54:27.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:26 smithi105 bash[14197]: cephadm 2024-02-08T21:54:26.057677+0000 mgr.smithi105.rfsypb (mgr.14180) 273 : cephadm [INF] Deploying daemon rgw.foorgw.smithi167.jsclnn on smithi167 2024-02-08T21:54:27.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:26 smithi105 bash[14197]: cluster 2024-02-08T21:54:26.414315+0000 mgr.smithi105.rfsypb (mgr.14180) 274 : cluster [DBG] pgmap v246: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:27.254 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up libpaper1:amd64 (1.1.28) ... 2024-02-08T21:54:27.432 INFO:teuthology.orchestra.run.smithi105.stdout:debconf: unable to initialize frontend: Dialog 2024-02-08T21:54:27.433 INFO:teuthology.orchestra.run.smithi105.stdout:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2024-02-08T21:54:27.433 INFO:teuthology.orchestra.run.smithi105.stdout:debconf: falling back to frontend: Readline 2024-02-08T21:54:27.660 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:54:27.660 INFO:teuthology.orchestra.run.smithi105.stdout:Creating config file /etc/papersize with new version 2024-02-08T21:54:27.904 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up libpaper-utils (1.1.28) ... 2024-02-08T21:54:28.031 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up python3-roman (2.0.0-3build1) ... 2024-02-08T21:54:28.309 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2024-02-08T21:54:29.008 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up python3-jmespath (0.9.4-2ubuntu1) ... 2024-02-08T21:54:29.869 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up docutils-common (0.16+dfsg-2) ... 2024-02-08T21:54:30.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:29 smithi167 bash[18945]: cluster 2024-02-08T21:54:28.414898+0000 mgr.smithi105.rfsypb (mgr.14180) 275 : cluster [DBG] pgmap v247: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:30.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:29 smithi167 bash[18945]: audit 2024-02-08T21:54:28.604045+0000 mon.smithi105 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:30.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:29 smithi167 bash[18945]: audit 2024-02-08T21:54:28.605977+0000 mon.smithi105 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi105.niiyhf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-08T21:54:30.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:29 smithi167 bash[18945]: audit 2024-02-08T21:54:28.612528+0000 mon.smithi105 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi105.niiyhf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-08T21:54:30.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:29 smithi167 bash[18945]: audit 2024-02-08T21:54:28.620627+0000 mon.smithi105 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:30.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:29 smithi167 bash[18945]: audit 2024-02-08T21:54:28.622019+0000 mon.smithi105 (mon.0) 653 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:54:30.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:29 smithi167 bash[18945]: cephadm 2024-02-08T21:54:28.623166+0000 mgr.smithi105.rfsypb (mgr.14180) 276 : cephadm [INF] Deploying daemon rgw.foorgw.smithi105.niiyhf on smithi105 2024-02-08T21:54:30.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:29 smithi105 bash[14197]: cluster 2024-02-08T21:54:28.414898+0000 mgr.smithi105.rfsypb (mgr.14180) 275 : cluster [DBG] pgmap v247: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:30.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:29 smithi105 bash[14197]: audit 2024-02-08T21:54:28.604045+0000 mon.smithi105 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:30.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:29 smithi105 bash[14197]: audit 2024-02-08T21:54:28.605977+0000 mon.smithi105 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi105.niiyhf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-08T21:54:30.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:29 smithi105 bash[14197]: audit 2024-02-08T21:54:28.612528+0000 mon.smithi105 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi105.niiyhf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-08T21:54:30.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:29 smithi105 bash[14197]: audit 2024-02-08T21:54:28.620627+0000 mon.smithi105 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:30.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:29 smithi105 bash[14197]: audit 2024-02-08T21:54:28.622019+0000 mon.smithi105 (mon.0) 653 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:54:30.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:29 smithi105 bash[14197]: cephadm 2024-02-08T21:54:28.623166+0000 mgr.smithi105.rfsypb (mgr.14180) 276 : cephadm [INF] Deploying daemon rgw.foorgw.smithi105.niiyhf on smithi105 2024-02-08T21:54:30.392 INFO:teuthology.orchestra.run.smithi105.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-02-08T21:54:31.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:31 smithi105 bash[14197]: cluster 2024-02-08T21:54:30.049399+0000 mon.smithi105 (mon.0) 654 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-08T21:54:31.074 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:31 smithi105 bash[14197]: audit 2024-02-08T21:54:30.054865+0000 mon.smithi167 (mon.1) 20 : audit [INF] from='client.? 172.21.15.167:0/3895490988' entity='client.rgw.foorgw.smithi167.jsclnn' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-08T21:54:31.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:31 smithi105 bash[14197]: audit 2024-02-08T21:54:30.057560+0000 mon.smithi105 (mon.0) 655 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi167.jsclnn' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-08T21:54:31.075 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:31 smithi105 bash[14197]: cluster 2024-02-08T21:54:30.415494+0000 mgr.smithi105.rfsypb (mgr.14180) 277 : cluster [DBG] pgmap v249: 65 pgs: 32 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:31.389 INFO:teuthology.orchestra.run.smithi105.stdout:Processing triggers for shared-mime-info (1.15-1) ... 2024-02-08T21:54:31.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:31 smithi167 bash[18945]: cluster 2024-02-08T21:54:30.049399+0000 mon.smithi105 (mon.0) 654 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-08T21:54:31.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:31 smithi167 bash[18945]: audit 2024-02-08T21:54:30.054865+0000 mon.smithi167 (mon.1) 20 : audit [INF] from='client.? 172.21.15.167:0/3895490988' entity='client.rgw.foorgw.smithi167.jsclnn' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-08T21:54:31.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:31 smithi167 bash[18945]: audit 2024-02-08T21:54:30.057560+0000 mon.smithi105 (mon.0) 655 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi167.jsclnn' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-08T21:54:31.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:31 smithi167 bash[18945]: cluster 2024-02-08T21:54:30.415494+0000 mgr.smithi105.rfsypb (mgr.14180) 277 : cluster [DBG] pgmap v249: 65 pgs: 32 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:32.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:32 smithi105 bash[14197]: audit 2024-02-08T21:54:31.052601+0000 mon.smithi105 (mon.0) 656 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi167.jsclnn' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-08T21:54:32.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:32 smithi105 bash[14197]: cluster 2024-02-08T21:54:31.052820+0000 mon.smithi105 (mon.0) 657 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-08T21:54:32.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:32 smithi105 bash[14197]: audit 2024-02-08T21:54:31.958074+0000 mon.smithi105 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:32.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:32 smithi105 bash[14197]: audit 2024-02-08T21:54:31.966872+0000 mon.smithi105 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:32.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:32 smithi105 bash[14197]: audit 2024-02-08T21:54:31.991187+0000 mon.smithi105 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi105.jxscoh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-08T21:54:32.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:32 smithi105 bash[14197]: audit 2024-02-08T21:54:31.998775+0000 mon.smithi105 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi105.jxscoh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-08T21:54:32.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:32 smithi105 bash[14197]: audit 2024-02-08T21:54:31.999748+0000 mon.smithi105 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-08T21:54:32.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:32 smithi105 bash[14197]: audit 2024-02-08T21:54:32.004964+0000 mon.smithi105 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-08T21:54:32.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:32 smithi105 bash[14197]: audit 2024-02-08T21:54:32.007734+0000 mon.smithi105 (mon.0) 664 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:54:32.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:32 smithi167 bash[18945]: audit 2024-02-08T21:54:31.052601+0000 mon.smithi105 (mon.0) 656 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi167.jsclnn' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-08T21:54:32.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:32 smithi167 bash[18945]: cluster 2024-02-08T21:54:31.052820+0000 mon.smithi105 (mon.0) 657 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-08T21:54:32.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:32 smithi167 bash[18945]: audit 2024-02-08T21:54:31.958074+0000 mon.smithi105 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:32.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:32 smithi167 bash[18945]: audit 2024-02-08T21:54:31.966872+0000 mon.smithi105 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:32.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:32 smithi167 bash[18945]: audit 2024-02-08T21:54:31.991187+0000 mon.smithi105 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi105.jxscoh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-08T21:54:32.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:32 smithi167 bash[18945]: audit 2024-02-08T21:54:31.998775+0000 mon.smithi105 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi105.jxscoh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-08T21:54:32.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:32 smithi167 bash[18945]: audit 2024-02-08T21:54:31.999748+0000 mon.smithi105 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-08T21:54:32.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:32 smithi167 bash[18945]: audit 2024-02-08T21:54:32.004964+0000 mon.smithi105 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-08T21:54:32.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:32 smithi167 bash[18945]: audit 2024-02-08T21:54:32.007734+0000 mon.smithi105 (mon.0) 664 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:54:33.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:33 smithi167 bash[18945]: cephadm 2024-02-08T21:54:31.990902+0000 mgr.smithi105.rfsypb (mgr.14180) 278 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi105.jxscoh 2024-02-08T21:54:33.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:33 smithi167 bash[18945]: cephadm 2024-02-08T21:54:31.999504+0000 mgr.smithi105.rfsypb (mgr.14180) 279 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-08T21:54:33.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:33 smithi167 bash[18945]: audit 2024-02-08T21:54:32.065514+0000 mon.smithi105 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-08T21:54:33.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:33 smithi167 bash[18945]: cluster 2024-02-08T21:54:32.070726+0000 mon.smithi105 (mon.0) 666 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-08T21:54:33.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:33 smithi167 bash[18945]: audit 2024-02-08T21:54:32.073204+0000 mon.smithi167 (mon.1) 21 : audit [INF] from='client.? 172.21.15.167:0/3895490988' entity='client.rgw.foorgw.smithi167.jsclnn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-08T21:54:33.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:33 smithi167 bash[18945]: audit 2024-02-08T21:54:32.077549+0000 mon.smithi105 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-08T21:54:33.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:33 smithi167 bash[18945]: audit 2024-02-08T21:54:32.079539+0000 mon.smithi105 (mon.0) 668 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi167.jsclnn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-08T21:54:33.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:33 smithi167 bash[18945]: cephadm 2024-02-08T21:54:32.133422+0000 mgr.smithi105.rfsypb (mgr.14180) 280 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-08T21:54:33.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:33 smithi167 bash[18945]: cephadm 2024-02-08T21:54:32.133611+0000 mgr.smithi105.rfsypb (mgr.14180) 281 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi105.jxscoh-rgw 2024-02-08T21:54:33.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:33 smithi167 bash[18945]: audit 2024-02-08T21:54:32.134106+0000 mon.smithi105 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi105.jxscoh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-08T21:54:33.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:33 smithi167 bash[18945]: audit 2024-02-08T21:54:32.138079+0000 mon.smithi105 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi105.jxscoh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-08T21:54:33.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:33 smithi167 bash[18945]: audit 2024-02-08T21:54:32.144940+0000 mon.smithi105 (mon.0) 671 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:54:33.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:33 smithi167 bash[18945]: cephadm 2024-02-08T21:54:32.146086+0000 mgr.smithi105.rfsypb (mgr.14180) 282 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi105.jxscoh on smithi105 2024-02-08T21:54:33.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:33 smithi167 bash[18945]: cluster 2024-02-08T21:54:32.416174+0000 mgr.smithi105.rfsypb (mgr.14180) 283 : cluster [DBG] pgmap v252: 97 pgs: 10 creating+peering, 54 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:33.575 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:33 smithi105 bash[14197]: cephadm 2024-02-08T21:54:31.990902+0000 mgr.smithi105.rfsypb (mgr.14180) 278 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi105.jxscoh 2024-02-08T21:54:33.575 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:33 smithi105 bash[14197]: cephadm 2024-02-08T21:54:31.999504+0000 mgr.smithi105.rfsypb (mgr.14180) 279 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-08T21:54:33.575 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:33 smithi105 bash[14197]: audit 2024-02-08T21:54:32.065514+0000 mon.smithi105 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-08T21:54:33.575 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:33 smithi105 bash[14197]: cluster 2024-02-08T21:54:32.070726+0000 mon.smithi105 (mon.0) 666 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-08T21:54:33.575 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:33 smithi105 bash[14197]: audit 2024-02-08T21:54:32.073204+0000 mon.smithi167 (mon.1) 21 : audit [INF] from='client.? 172.21.15.167:0/3895490988' entity='client.rgw.foorgw.smithi167.jsclnn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-08T21:54:33.575 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:33 smithi105 bash[14197]: audit 2024-02-08T21:54:32.077549+0000 mon.smithi105 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-08T21:54:33.575 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:33 smithi105 bash[14197]: audit 2024-02-08T21:54:32.079539+0000 mon.smithi105 (mon.0) 668 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi167.jsclnn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-08T21:54:33.575 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:33 smithi105 bash[14197]: cephadm 2024-02-08T21:54:32.133422+0000 mgr.smithi105.rfsypb (mgr.14180) 280 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-08T21:54:33.575 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:33 smithi105 bash[14197]: cephadm 2024-02-08T21:54:32.133611+0000 mgr.smithi105.rfsypb (mgr.14180) 281 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi105.jxscoh-rgw 2024-02-08T21:54:33.575 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:33 smithi105 bash[14197]: audit 2024-02-08T21:54:32.134106+0000 mon.smithi105 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi105.jxscoh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-08T21:54:33.576 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:33 smithi105 bash[14197]: audit 2024-02-08T21:54:32.138079+0000 mon.smithi105 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi105.jxscoh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-08T21:54:33.576 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:33 smithi105 bash[14197]: audit 2024-02-08T21:54:32.144940+0000 mon.smithi105 (mon.0) 671 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:54:33.576 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:33 smithi105 bash[14197]: cephadm 2024-02-08T21:54:32.146086+0000 mgr.smithi105.rfsypb (mgr.14180) 282 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi105.jxscoh on smithi105 2024-02-08T21:54:33.576 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:33 smithi105 bash[14197]: cluster 2024-02-08T21:54:32.416174+0000 mgr.smithi105.rfsypb (mgr.14180) 283 : cluster [DBG] pgmap v252: 97 pgs: 10 creating+peering, 54 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:34.340 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:34 smithi105 bash[14197]: audit 2024-02-08T21:54:33.076171+0000 mon.smithi105 (mon.0) 672 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi167.jsclnn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-08T21:54:34.340 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:34 smithi105 bash[14197]: cluster 2024-02-08T21:54:33.076574+0000 mon.smithi105 (mon.0) 673 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-08T21:54:34.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:34 smithi167 bash[18945]: audit 2024-02-08T21:54:33.076171+0000 mon.smithi105 (mon.0) 672 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi167.jsclnn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-08T21:54:34.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:34 smithi167 bash[18945]: cluster 2024-02-08T21:54:33.076574+0000 mon.smithi105 (mon.0) 673 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-08T21:54:35.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:35 smithi167 bash[18945]: cluster 2024-02-08T21:54:34.080353+0000 mon.smithi105 (mon.0) 674 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-08T21:54:35.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:35 smithi167 bash[18945]: audit 2024-02-08T21:54:34.088113+0000 mon.smithi167 (mon.1) 22 : audit [INF] from='client.? 172.21.15.167:0/3895490988' entity='client.rgw.foorgw.smithi167.jsclnn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-08T21:54:35.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:35 smithi167 bash[18945]: audit 2024-02-08T21:54:34.090213+0000 mon.smithi105 (mon.0) 675 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi167.jsclnn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-08T21:54:35.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:35 smithi167 bash[18945]: cluster 2024-02-08T21:54:34.416707+0000 mgr.smithi105.rfsypb (mgr.14180) 284 : cluster [DBG] pgmap v255: 129 pgs: 18 creating+peering, 59 unknown, 52 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:35.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:35 smithi105 bash[14197]: cluster 2024-02-08T21:54:34.080353+0000 mon.smithi105 (mon.0) 674 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-08T21:54:35.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:35 smithi105 bash[14197]: audit 2024-02-08T21:54:34.088113+0000 mon.smithi167 (mon.1) 22 : audit [INF] from='client.? 172.21.15.167:0/3895490988' entity='client.rgw.foorgw.smithi167.jsclnn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-08T21:54:35.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:35 smithi105 bash[14197]: audit 2024-02-08T21:54:34.090213+0000 mon.smithi105 (mon.0) 675 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi167.jsclnn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-08T21:54:35.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:35 smithi105 bash[14197]: cluster 2024-02-08T21:54:34.416707+0000 mgr.smithi105.rfsypb (mgr.14180) 284 : cluster [DBG] pgmap v255: 129 pgs: 18 creating+peering, 59 unknown, 52 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T21:54:36.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:36 smithi105 bash[14197]: audit 2024-02-08T21:54:35.091700+0000 mon.smithi105 (mon.0) 676 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi167.jsclnn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-08T21:54:36.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:36 smithi105 bash[14197]: cluster 2024-02-08T21:54:35.091926+0000 mon.smithi105 (mon.0) 677 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-08T21:54:36.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:36 smithi105 bash[14197]: audit 2024-02-08T21:54:35.115693+0000 mon.smithi105 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:36.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:36 smithi167 bash[18945]: audit 2024-02-08T21:54:35.091700+0000 mon.smithi105 (mon.0) 676 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi167.jsclnn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-08T21:54:36.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:36 smithi167 bash[18945]: cluster 2024-02-08T21:54:35.091926+0000 mon.smithi105 (mon.0) 677 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-08T21:54:36.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:36 smithi167 bash[18945]: audit 2024-02-08T21:54:35.115693+0000 mon.smithi105 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:37.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:37 smithi167 bash[18945]: cluster 2024-02-08T21:54:36.098514+0000 mon.smithi105 (mon.0) 679 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-08T21:54:37.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:37 smithi167 bash[18945]: audit 2024-02-08T21:54:36.099836+0000 mon.smithi167 (mon.1) 23 : audit [INF] from='client.? 172.21.15.167:0/1710472811' entity='client.rgw.foorgw.smithi167.jsclnn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-08T21:54:37.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:37 smithi167 bash[18945]: audit 2024-02-08T21:54:36.101407+0000 mon.smithi105 (mon.0) 680 : audit [INF] from='client.? 172.21.15.105:0/3970414030' entity='client.rgw.foorgw.smithi105.niiyhf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-08T21:54:37.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:37 smithi167 bash[18945]: audit 2024-02-08T21:54:36.101900+0000 mon.smithi105 (mon.0) 681 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi167.jsclnn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-08T21:54:37.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:37 smithi167 bash[18945]: audit 2024-02-08T21:54:36.331512+0000 mon.smithi105 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:37.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:37 smithi167 bash[18945]: audit 2024-02-08T21:54:36.341884+0000 mon.smithi105 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:37.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:37 smithi167 bash[18945]: cephadm 2024-02-08T21:54:36.353265+0000 mgr.smithi105.rfsypb (mgr.14180) 285 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.eitzfk on smithi167 2024-02-08T21:54:37.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:37 smithi167 bash[18945]: cluster 2024-02-08T21:54:36.417105+0000 mgr.smithi105.rfsypb (mgr.14180) 286 : cluster [DBG] pgmap v258: 161 pgs: 14 creating+peering, 40 unknown, 107 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.0 KiB/s wr, 7 op/s 2024-02-08T21:54:37.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:37 smithi105 bash[14197]: cluster 2024-02-08T21:54:36.098514+0000 mon.smithi105 (mon.0) 679 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-08T21:54:37.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:37 smithi105 bash[14197]: audit 2024-02-08T21:54:36.099836+0000 mon.smithi167 (mon.1) 23 : audit [INF] from='client.? 172.21.15.167:0/1710472811' entity='client.rgw.foorgw.smithi167.jsclnn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-08T21:54:37.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:37 smithi105 bash[14197]: audit 2024-02-08T21:54:36.101407+0000 mon.smithi105 (mon.0) 680 : audit [INF] from='client.? 172.21.15.105:0/3970414030' entity='client.rgw.foorgw.smithi105.niiyhf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-08T21:54:37.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:37 smithi105 bash[14197]: audit 2024-02-08T21:54:36.101900+0000 mon.smithi105 (mon.0) 681 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi167.jsclnn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-08T21:54:37.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:37 smithi105 bash[14197]: audit 2024-02-08T21:54:36.331512+0000 mon.smithi105 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:37.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:37 smithi105 bash[14197]: audit 2024-02-08T21:54:36.341884+0000 mon.smithi105 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:37.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:37 smithi105 bash[14197]: cephadm 2024-02-08T21:54:36.353265+0000 mgr.smithi105.rfsypb (mgr.14180) 285 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.eitzfk on smithi167 2024-02-08T21:54:37.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:37 smithi105 bash[14197]: cluster 2024-02-08T21:54:36.417105+0000 mgr.smithi105.rfsypb (mgr.14180) 286 : cluster [DBG] pgmap v258: 161 pgs: 14 creating+peering, 40 unknown, 107 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.0 KiB/s wr, 7 op/s 2024-02-08T21:54:38.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:38 smithi167 bash[18945]: audit 2024-02-08T21:54:37.103922+0000 mon.smithi105 (mon.0) 684 : audit [INF] from='client.? 172.21.15.105:0/3970414030' entity='client.rgw.foorgw.smithi105.niiyhf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-08T21:54:38.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:38 smithi167 bash[18945]: audit 2024-02-08T21:54:37.104064+0000 mon.smithi105 (mon.0) 685 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi167.jsclnn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-08T21:54:38.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:38 smithi167 bash[18945]: cluster 2024-02-08T21:54:37.104516+0000 mon.smithi105 (mon.0) 686 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-08T21:54:38.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:38 smithi167 bash[18945]: audit 2024-02-08T21:54:37.106678+0000 mon.smithi105 (mon.0) 687 : audit [INF] from='client.? 172.21.15.105:0/3970414030' entity='client.rgw.foorgw.smithi105.niiyhf' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-08T21:54:38.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:38 smithi167 bash[18945]: audit 2024-02-08T21:54:37.123117+0000 mon.smithi167 (mon.1) 24 : audit [INF] from='client.? 172.21.15.167:0/1710472811' entity='client.rgw.foorgw.smithi167.jsclnn' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-08T21:54:38.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:38 smithi167 bash[18945]: audit 2024-02-08T21:54:37.126910+0000 mon.smithi105 (mon.0) 688 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi167.jsclnn' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-08T21:54:38.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:38 smithi167 bash[18945]: audit 2024-02-08T21:54:38.105750+0000 mon.smithi105 (mon.0) 689 : audit [INF] from='client.? 172.21.15.105:0/3970414030' entity='client.rgw.foorgw.smithi105.niiyhf' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-08T21:54:38.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:38 smithi167 bash[18945]: audit 2024-02-08T21:54:38.105879+0000 mon.smithi105 (mon.0) 690 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi167.jsclnn' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-08T21:54:38.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:38 smithi167 bash[18945]: cluster 2024-02-08T21:54:38.105971+0000 mon.smithi105 (mon.0) 691 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-08T21:54:38.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:38 smithi105 bash[14197]: audit 2024-02-08T21:54:37.103922+0000 mon.smithi105 (mon.0) 684 : audit [INF] from='client.? 172.21.15.105:0/3970414030' entity='client.rgw.foorgw.smithi105.niiyhf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-08T21:54:38.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:38 smithi105 bash[14197]: audit 2024-02-08T21:54:37.104064+0000 mon.smithi105 (mon.0) 685 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi167.jsclnn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-08T21:54:38.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:38 smithi105 bash[14197]: cluster 2024-02-08T21:54:37.104516+0000 mon.smithi105 (mon.0) 686 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-08T21:54:38.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:38 smithi105 bash[14197]: audit 2024-02-08T21:54:37.106678+0000 mon.smithi105 (mon.0) 687 : audit [INF] from='client.? 172.21.15.105:0/3970414030' entity='client.rgw.foorgw.smithi105.niiyhf' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-08T21:54:38.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:38 smithi105 bash[14197]: audit 2024-02-08T21:54:37.123117+0000 mon.smithi167 (mon.1) 24 : audit [INF] from='client.? 172.21.15.167:0/1710472811' entity='client.rgw.foorgw.smithi167.jsclnn' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-08T21:54:38.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:38 smithi105 bash[14197]: audit 2024-02-08T21:54:37.126910+0000 mon.smithi105 (mon.0) 688 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi167.jsclnn' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-08T21:54:38.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:38 smithi105 bash[14197]: audit 2024-02-08T21:54:38.105750+0000 mon.smithi105 (mon.0) 689 : audit [INF] from='client.? 172.21.15.105:0/3970414030' entity='client.rgw.foorgw.smithi105.niiyhf' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-08T21:54:38.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:38 smithi105 bash[14197]: audit 2024-02-08T21:54:38.105879+0000 mon.smithi105 (mon.0) 690 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi167.jsclnn' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-08T21:54:38.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:38 smithi105 bash[14197]: cluster 2024-02-08T21:54:38.105971+0000 mon.smithi105 (mon.0) 691 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-08T21:54:39.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:39 smithi167 bash[18945]: cluster 2024-02-08T21:54:38.417645+0000 mgr.smithi105.rfsypb (mgr.14180) 287 : cluster [DBG] pgmap v261: 161 pgs: 11 creating+peering, 31 unknown, 119 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.0 KiB/s wr, 7 op/s 2024-02-08T21:54:39.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:39 smithi105 bash[14197]: cluster 2024-02-08T21:54:38.417645+0000 mgr.smithi105.rfsypb (mgr.14180) 287 : cluster [DBG] pgmap v261: 161 pgs: 11 creating+peering, 31 unknown, 119 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.0 KiB/s wr, 7 op/s 2024-02-08T21:54:40.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:40 smithi167 bash[18945]: audit 2024-02-08T21:54:40.089945+0000 mon.smithi105 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.eitzfk"}]: dispatch 2024-02-08T21:54:40.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:40 smithi105 bash[14197]: audit 2024-02-08T21:54:40.089945+0000 mon.smithi105 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.eitzfk"}]: dispatch 2024-02-08T21:54:41.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: cephadm 2024-02-08T21:54:40.088963+0000 mgr.smithi105.rfsypb (mgr.14180) 288 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-eitzfk 2024-02-08T21:54:41.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:54:41.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-eitzfk 2024-02-08T21:54:41.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.eitzfk 2024-02-08T21:54:41.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:54:41.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.eitzfk 2024-02-08T21:54:41.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.eitzfk ... 2024-02-08T21:54:41.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:41.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:54:41.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:54:41.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:54:41.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:41.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T21:54:41.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T21:54:41.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T21:54:41.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T21:54:41.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T21:54:41.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-eitzfk 2024-02-08T21:54:41.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:54:41.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-eitzfk 2024-02-08T21:54:41.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.eitzfk 2024-02-08T21:54:41.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:54:41.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.eitzfk 2024-02-08T21:54:41.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.eitzfk ... 2024-02-08T21:54:41.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:41.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:54:41.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:54:41.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:54:41.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:41.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: cephadm 2024-02-08T21:54:40.089367+0000 mgr.smithi105.rfsypb (mgr.14180) 289 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.eitzfk 2024-02-08T21:54:41.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: cephadm 2024-02-08T21:54:40.091397+0000 mgr.smithi105.rfsypb (mgr.14180) 290 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.eitzfk on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-eitzfk 2024-02-08T21:54:41.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:54:41.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-eitzfk 2024-02-08T21:54:41.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.eitzfk 2024-02-08T21:54:41.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:54:41.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.eitzfk 2024-02-08T21:54:41.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.eitzfk ... 2024-02-08T21:54:41.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:41.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:54:41.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:54:41.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:54:41.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:41.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: cephadm 2024-02-08T21:54:40.095306+0000 mgr.smithi105.rfsypb (mgr.14180) 291 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.ezuevw on smithi105 2024-02-08T21:54:41.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: audit 2024-02-08T21:54:40.128828+0000 mon.smithi105 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:41.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:41 smithi167 bash[18945]: cluster 2024-02-08T21:54:40.418338+0000 mgr.smithi105.rfsypb (mgr.14180) 292 : cluster [DBG] pgmap v262: 161 pgs: 13 unknown, 148 active+clean; 2.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 57 KiB/s rd, 3.4 KiB/s wr, 120 op/s 2024-02-08T21:54:41.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: cephadm 2024-02-08T21:54:40.088963+0000 mgr.smithi105.rfsypb (mgr.14180) 288 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-eitzfk 2024-02-08T21:54:41.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:54:41.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-eitzfk 2024-02-08T21:54:41.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.eitzfk 2024-02-08T21:54:41.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:54:41.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.eitzfk 2024-02-08T21:54:41.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.eitzfk ... 2024-02-08T21:54:41.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:41.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:54:41.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:54:41.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:54:41.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:41.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T21:54:41.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T21:54:41.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T21:54:41.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T21:54:41.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T21:54:41.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-eitzfk 2024-02-08T21:54:41.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:54:41.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-eitzfk 2024-02-08T21:54:41.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.eitzfk 2024-02-08T21:54:41.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:54:41.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.eitzfk 2024-02-08T21:54:41.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.eitzfk ... 2024-02-08T21:54:41.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:41.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:54:41.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:54:41.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:54:41.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:41.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: cephadm 2024-02-08T21:54:40.089367+0000 mgr.smithi105.rfsypb (mgr.14180) 289 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.eitzfk 2024-02-08T21:54:41.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: cephadm 2024-02-08T21:54:40.091397+0000 mgr.smithi105.rfsypb (mgr.14180) 290 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.eitzfk on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-eitzfk 2024-02-08T21:54:41.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:54:41.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-eitzfk 2024-02-08T21:54:41.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.eitzfk 2024-02-08T21:54:41.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:54:41.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.eitzfk 2024-02-08T21:54:41.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.eitzfk ... 2024-02-08T21:54:41.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:41.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:54:41.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:54:41.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:54:41.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:41.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: cephadm 2024-02-08T21:54:40.095306+0000 mgr.smithi105.rfsypb (mgr.14180) 291 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.ezuevw on smithi105 2024-02-08T21:54:41.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: audit 2024-02-08T21:54:40.128828+0000 mon.smithi105 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:41.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:41 smithi105 bash[14197]: cluster 2024-02-08T21:54:40.418338+0000 mgr.smithi105.rfsypb (mgr.14180) 292 : cluster [DBG] pgmap v262: 161 pgs: 13 unknown, 148 active+clean; 2.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 57 KiB/s rd, 3.4 KiB/s wr, 120 op/s 2024-02-08T21:54:43.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:43 smithi167 bash[18945]: cluster 2024-02-08T21:54:42.419438+0000 mgr.smithi105.rfsypb (mgr.14180) 293 : cluster [DBG] pgmap v263: 161 pgs: 161 active+clean; 4.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 KiB/s rd, 5.4 KiB/s wr, 204 op/s 2024-02-08T21:54:43.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:43 smithi105 bash[14197]: cluster 2024-02-08T21:54:42.419438+0000 mgr.smithi105.rfsypb (mgr.14180) 293 : cluster [DBG] pgmap v263: 161 pgs: 161 active+clean; 4.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 KiB/s rd, 5.4 KiB/s wr, 204 op/s 2024-02-08T21:54:44.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:44 smithi167 bash[18945]: audit 2024-02-08T21:54:43.965864+0000 mon.smithi105 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.ezuevw"}]: dispatch 2024-02-08T21:54:44.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:44 smithi167 bash[18945]: audit 2024-02-08T21:54:43.974787+0000 mon.smithi105 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:44.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:44 smithi167 bash[18945]: audit 2024-02-08T21:54:43.977876+0000 mon.smithi105 (mon.0) 696 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:54:44.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:44 smithi105 bash[14197]: audit 2024-02-08T21:54:43.965864+0000 mon.smithi105 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.ezuevw"}]: dispatch 2024-02-08T21:54:44.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:44 smithi105 bash[14197]: audit 2024-02-08T21:54:43.974787+0000 mon.smithi105 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:44.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:44 smithi105 bash[14197]: audit 2024-02-08T21:54:43.977876+0000 mon.smithi105 (mon.0) 696 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:54:45.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: cephadm 2024-02-08T21:54:43.965066+0000 mgr.smithi105.rfsypb (mgr.14180) 294 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ezuevw 2024-02-08T21:54:45.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:54:45.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ezuevw 2024-02-08T21:54:45.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ezuevw 2024-02-08T21:54:45.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:54:45.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ezuevw 2024-02-08T21:54:45.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.ezuevw ... 2024-02-08T21:54:45.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:45.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:54:45.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:54:45.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:54:45.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:45.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T21:54:45.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T21:54:45.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T21:54:45.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T21:54:45.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T21:54:45.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ezuevw 2024-02-08T21:54:45.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:54:45.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ezuevw 2024-02-08T21:54:45.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ezuevw 2024-02-08T21:54:45.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:54:45.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ezuevw 2024-02-08T21:54:45.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.ezuevw ... 2024-02-08T21:54:45.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:45.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:54:45.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:54:45.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:54:45.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:45.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: cephadm 2024-02-08T21:54:43.965339+0000 mgr.smithi105.rfsypb (mgr.14180) 295 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.ezuevw 2024-02-08T21:54:45.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: cephadm 2024-02-08T21:54:43.967013+0000 mgr.smithi105.rfsypb (mgr.14180) 296 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.ezuevw on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ezuevw 2024-02-08T21:54:45.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:54:45.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ezuevw 2024-02-08T21:54:45.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ezuevw 2024-02-08T21:54:45.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:54:45.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ezuevw 2024-02-08T21:54:45.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.ezuevw ... 2024-02-08T21:54:45.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:45.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:54:45.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:54:45.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:54:45.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:45.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: cephadm 2024-02-08T21:54:43.975193+0000 mgr.smithi105.rfsypb (mgr.14180) 297 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.ysdtqz on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T21:54:45.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: cephadm 2024-02-08T21:54:43.976812+0000 mgr.smithi105.rfsypb (mgr.14180) 298 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.gonsrt on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T21:54:45.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: cluster 2024-02-08T21:54:43.977928+0000 mgr.smithi105.rfsypb (mgr.14180) 299 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 KiB/s rd, 5.0 KiB/s wr, 189 op/s 2024-02-08T21:54:45.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: cluster 2024-02-08T21:54:44.972570+0000 mon.smithi105 (mon.0) 697 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T21:54:45.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:45 smithi167 bash[18945]: audit 2024-02-08T21:54:45.138700+0000 mon.smithi105 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:45.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: cephadm 2024-02-08T21:54:43.965066+0000 mgr.smithi105.rfsypb (mgr.14180) 294 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ezuevw 2024-02-08T21:54:45.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:54:45.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ezuevw 2024-02-08T21:54:45.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ezuevw 2024-02-08T21:54:45.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:54:45.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ezuevw 2024-02-08T21:54:45.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.ezuevw ... 2024-02-08T21:54:45.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:45.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:54:45.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:54:45.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:54:45.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:45.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T21:54:45.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T21:54:45.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T21:54:45.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T21:54:45.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T21:54:45.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ezuevw 2024-02-08T21:54:45.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:54:45.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ezuevw 2024-02-08T21:54:45.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ezuevw 2024-02-08T21:54:45.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:54:45.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ezuevw 2024-02-08T21:54:45.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.ezuevw ... 2024-02-08T21:54:45.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:45.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:54:45.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:54:45.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:54:45.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:45.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: cephadm 2024-02-08T21:54:43.965339+0000 mgr.smithi105.rfsypb (mgr.14180) 295 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.ezuevw 2024-02-08T21:54:45.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: cephadm 2024-02-08T21:54:43.967013+0000 mgr.smithi105.rfsypb (mgr.14180) 296 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.ezuevw on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ezuevw 2024-02-08T21:54:45.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:54:45.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ezuevw 2024-02-08T21:54:45.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ezuevw 2024-02-08T21:54:45.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:54:45.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ezuevw 2024-02-08T21:54:45.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.ezuevw ... 2024-02-08T21:54:45.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:45.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:54:45.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:54:45.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:54:45.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:45.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: cephadm 2024-02-08T21:54:43.975193+0000 mgr.smithi105.rfsypb (mgr.14180) 297 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.ysdtqz on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T21:54:45.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: cephadm 2024-02-08T21:54:43.976812+0000 mgr.smithi105.rfsypb (mgr.14180) 298 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.gonsrt on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T21:54:45.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: cluster 2024-02-08T21:54:43.977928+0000 mgr.smithi105.rfsypb (mgr.14180) 299 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 KiB/s rd, 5.0 KiB/s wr, 189 op/s 2024-02-08T21:54:45.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: cluster 2024-02-08T21:54:44.972570+0000 mon.smithi105 (mon.0) 697 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T21:54:45.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:45 smithi105 bash[14197]: audit 2024-02-08T21:54:45.138700+0000 mon.smithi105 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:47.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:47 smithi167 bash[18945]: cluster 2024-02-08T21:54:45.979763+0000 mgr.smithi105.rfsypb (mgr.14180) 300 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 77 KiB/s rd, 4.3 KiB/s wr, 161 op/s 2024-02-08T21:54:47.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:47 smithi105 bash[14197]: cluster 2024-02-08T21:54:45.979763+0000 mgr.smithi105.rfsypb (mgr.14180) 300 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 77 KiB/s rd, 4.3 KiB/s wr, 161 op/s 2024-02-08T21:54:49.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:49 smithi167 bash[18945]: cluster 2024-02-08T21:54:47.981051+0000 mgr.smithi105.rfsypb (mgr.14180) 301 : cluster [DBG] pgmap v266: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 69 KiB/s rd, 3.8 KiB/s wr, 144 op/s 2024-02-08T21:54:49.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:49 smithi167 bash[18945]: audit 2024-02-08T21:54:49.446714+0000 mon.smithi105 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:49.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:49 smithi105 bash[14197]: cluster 2024-02-08T21:54:47.981051+0000 mgr.smithi105.rfsypb (mgr.14180) 301 : cluster [DBG] pgmap v266: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 69 KiB/s rd, 3.8 KiB/s wr, 144 op/s 2024-02-08T21:54:49.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:49 smithi105 bash[14197]: audit 2024-02-08T21:54:49.446714+0000 mon.smithi105 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:51.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:50 smithi167 bash[18945]: audit 2024-02-08T21:54:49.947907+0000 mon.smithi105 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:51.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:50 smithi167 bash[18945]: audit 2024-02-08T21:54:49.949313+0000 mon.smithi105 (mon.0) 701 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:54:51.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:50 smithi167 bash[18945]: audit 2024-02-08T21:54:49.950502+0000 mon.smithi105 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T21:54:51.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:50 smithi167 bash[18945]: cephadm 2024-02-08T21:54:49.958526+0000 mgr.smithi105.rfsypb (mgr.14180) 302 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-08T21:54:51.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:50 smithi167 bash[18945]: cluster 2024-02-08T21:54:49.982301+0000 mgr.smithi105.rfsypb (mgr.14180) 303 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 59 KiB/s rd, 3.3 KiB/s wr, 123 op/s 2024-02-08T21:54:51.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:50 smithi167 bash[18945]: audit 2024-02-08T21:54:50.148787+0000 mon.smithi105 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:51.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:50 smithi167 bash[18945]: audit 2024-02-08T21:54:50.354990+0000 mon.smithi105 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:51.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:50 smithi167 bash[18945]: audit 2024-02-08T21:54:50.365119+0000 mon.smithi105 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:51.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:50 smithi167 bash[18945]: audit 2024-02-08T21:54:50.373267+0000 mon.smithi105 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:51.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:50 smithi167 bash[18945]: cluster 2024-02-08T21:54:50.374983+0000 mgr.smithi105.rfsypb (mgr.14180) 304 : cluster [DBG] pgmap v268: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 2.5 KiB/s wr, 81 op/s 2024-02-08T21:54:51.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:50 smithi167 bash[18945]: audit 2024-02-08T21:54:50.386548+0000 mon.smithi105 (mon.0) 707 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T21:54:51.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:50 smithi167 bash[18945]: audit 2024-02-08T21:54:50.402682+0000 mon.smithi105 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:51.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:50 smithi167 bash[18945]: cephadm 2024-02-08T21:54:50.410156+0000 mgr.smithi105.rfsypb (mgr.14180) 305 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.eqfkgn on smithi167 2024-02-08T21:54:51.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:50 smithi105 bash[14197]: audit 2024-02-08T21:54:49.947907+0000 mon.smithi105 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:51.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:50 smithi105 bash[14197]: audit 2024-02-08T21:54:49.949313+0000 mon.smithi105 (mon.0) 701 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:54:51.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:50 smithi105 bash[14197]: audit 2024-02-08T21:54:49.950502+0000 mon.smithi105 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T21:54:51.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:50 smithi105 bash[14197]: cephadm 2024-02-08T21:54:49.958526+0000 mgr.smithi105.rfsypb (mgr.14180) 302 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-08T21:54:51.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:50 smithi105 bash[14197]: cluster 2024-02-08T21:54:49.982301+0000 mgr.smithi105.rfsypb (mgr.14180) 303 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 59 KiB/s rd, 3.3 KiB/s wr, 123 op/s 2024-02-08T21:54:51.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:50 smithi105 bash[14197]: audit 2024-02-08T21:54:50.148787+0000 mon.smithi105 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:51.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:50 smithi105 bash[14197]: audit 2024-02-08T21:54:50.354990+0000 mon.smithi105 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:51.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:50 smithi105 bash[14197]: audit 2024-02-08T21:54:50.365119+0000 mon.smithi105 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:51.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:50 smithi105 bash[14197]: audit 2024-02-08T21:54:50.373267+0000 mon.smithi105 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:51.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:50 smithi105 bash[14197]: cluster 2024-02-08T21:54:50.374983+0000 mgr.smithi105.rfsypb (mgr.14180) 304 : cluster [DBG] pgmap v268: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 2.5 KiB/s wr, 81 op/s 2024-02-08T21:54:51.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:50 smithi105 bash[14197]: audit 2024-02-08T21:54:50.386548+0000 mon.smithi105 (mon.0) 707 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T21:54:51.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:50 smithi105 bash[14197]: audit 2024-02-08T21:54:50.402682+0000 mon.smithi105 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:54:51.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:50 smithi105 bash[14197]: cephadm 2024-02-08T21:54:50.410156+0000 mgr.smithi105.rfsypb (mgr.14180) 305 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.eqfkgn on smithi167 2024-02-08T21:54:52.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:51 smithi167 bash[18945]: cluster 2024-02-08T21:54:50.946547+0000 mon.smithi105 (mon.0) 709 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T21:54:52.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:51 smithi167 bash[18945]: cluster 2024-02-08T21:54:50.946603+0000 mon.smithi105 (mon.0) 710 : cluster [INF] Cluster is now healthy 2024-02-08T21:54:52.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:51 smithi105 bash[14197]: cluster 2024-02-08T21:54:50.946547+0000 mon.smithi105 (mon.0) 709 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T21:54:52.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:51 smithi105 bash[14197]: cluster 2024-02-08T21:54:50.946603+0000 mon.smithi105 (mon.0) 710 : cluster [INF] Cluster is now healthy 2024-02-08T21:54:53.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:52 smithi167 bash[18945]: cluster 2024-02-08T21:54:52.376253+0000 mgr.smithi105.rfsypb (mgr.14180) 306 : cluster [DBG] pgmap v269: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 514 B/s wr, 15 op/s 2024-02-08T21:54:53.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:52 smithi105 bash[14197]: cluster 2024-02-08T21:54:52.376253+0000 mgr.smithi105.rfsypb (mgr.14180) 306 : cluster [DBG] pgmap v269: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 514 B/s wr, 15 op/s 2024-02-08T21:54:54.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:54 smithi167 bash[18945]: audit 2024-02-08T21:54:54.217971+0000 mon.smithi105 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.eqfkgn"}]: dispatch 2024-02-08T21:54:54.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:54 smithi105 bash[14197]: audit 2024-02-08T21:54:54.217971+0000 mon.smithi105 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.eqfkgn"}]: dispatch 2024-02-08T21:54:55.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: cephadm 2024-02-08T21:54:54.216943+0000 mgr.smithi105.rfsypb (mgr.14180) 307 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-eqfkgn 2024-02-08T21:54:55.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:54:55.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-eqfkgn 2024-02-08T21:54:55.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.eqfkgn 2024-02-08T21:54:55.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:54:55.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.eqfkgn 2024-02-08T21:54:55.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.eqfkgn ... 2024-02-08T21:54:55.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:55.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:54:55.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:54:55.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:54:55.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:55.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T21:54:55.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T21:54:55.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T21:54:55.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T21:54:55.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T21:54:55.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-eqfkgn 2024-02-08T21:54:55.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:54:55.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-eqfkgn 2024-02-08T21:54:55.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.eqfkgn 2024-02-08T21:54:55.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:54:55.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.eqfkgn 2024-02-08T21:54:55.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.eqfkgn ... 2024-02-08T21:54:55.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:55.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:54:55.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:54:55.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:54:55.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:55.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: cephadm 2024-02-08T21:54:54.217513+0000 mgr.smithi105.rfsypb (mgr.14180) 308 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.eqfkgn 2024-02-08T21:54:55.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: cephadm 2024-02-08T21:54:54.219363+0000 mgr.smithi105.rfsypb (mgr.14180) 309 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.eqfkgn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-eqfkgn 2024-02-08T21:54:55.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:54:55.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-eqfkgn 2024-02-08T21:54:55.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.eqfkgn 2024-02-08T21:54:55.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:54:55.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.eqfkgn 2024-02-08T21:54:55.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.eqfkgn ... 2024-02-08T21:54:55.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:55.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:54:55.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:54:55.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:54:55.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:55.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: cephadm 2024-02-08T21:54:54.224214+0000 mgr.smithi105.rfsypb (mgr.14180) 310 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.gmdqmr on smithi105 2024-02-08T21:54:55.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:55 smithi105 bash[14197]: cluster 2024-02-08T21:54:54.377223+0000 mgr.smithi105.rfsypb (mgr.14180) 311 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 196 B/s wr, 1 op/s 2024-02-08T21:54:55.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: cephadm 2024-02-08T21:54:54.216943+0000 mgr.smithi105.rfsypb (mgr.14180) 307 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-eqfkgn 2024-02-08T21:54:55.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:54:55.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-eqfkgn 2024-02-08T21:54:55.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.eqfkgn 2024-02-08T21:54:55.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:54:55.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.eqfkgn 2024-02-08T21:54:55.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.eqfkgn ... 2024-02-08T21:54:55.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:55.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:54:55.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:54:55.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:54:55.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:55.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T21:54:55.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T21:54:55.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T21:54:55.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T21:54:55.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T21:54:55.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-eqfkgn 2024-02-08T21:54:55.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:54:55.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-eqfkgn 2024-02-08T21:54:55.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.eqfkgn 2024-02-08T21:54:55.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:54:55.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.eqfkgn 2024-02-08T21:54:55.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.eqfkgn ... 2024-02-08T21:54:55.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:55.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:54:55.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:54:55.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:54:55.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:55.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: cephadm 2024-02-08T21:54:54.217513+0000 mgr.smithi105.rfsypb (mgr.14180) 308 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.eqfkgn 2024-02-08T21:54:55.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: cephadm 2024-02-08T21:54:54.219363+0000 mgr.smithi105.rfsypb (mgr.14180) 309 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.eqfkgn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-eqfkgn 2024-02-08T21:54:55.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:54:55.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-eqfkgn 2024-02-08T21:54:55.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.eqfkgn 2024-02-08T21:54:55.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:54:55.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.eqfkgn 2024-02-08T21:54:55.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.eqfkgn ... 2024-02-08T21:54:55.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:55.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:54:55.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:54:55.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:54:55.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:55.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: cephadm 2024-02-08T21:54:54.224214+0000 mgr.smithi105.rfsypb (mgr.14180) 310 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.gmdqmr on smithi105 2024-02-08T21:54:55.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:55 smithi167 bash[18945]: cluster 2024-02-08T21:54:54.377223+0000 mgr.smithi105.rfsypb (mgr.14180) 311 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 196 B/s wr, 1 op/s 2024-02-08T21:54:56.167 INFO:teuthology.orchestra.run.smithi105.stdout:Processing triggers for sgml-base (1.29.1) ... 2024-02-08T21:54:56.367 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up python3-docutils (0.16+dfsg-2) ... 2024-02-08T21:54:56.750 INFO:teuthology.orchestra.run.smithi105.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode 2024-02-08T21:54:56.782 INFO:teuthology.orchestra.run.smithi105.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode 2024-02-08T21:54:56.806 INFO:teuthology.orchestra.run.smithi105.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html4 to provide /usr/bin/rst2html4 (rst2html4) in auto mode 2024-02-08T21:54:56.831 INFO:teuthology.orchestra.run.smithi105.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html5 to provide /usr/bin/rst2html5 (rst2html5) in auto mode 2024-02-08T21:54:56.857 INFO:teuthology.orchestra.run.smithi105.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode 2024-02-08T21:54:56.883 INFO:teuthology.orchestra.run.smithi105.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode 2024-02-08T21:54:56.907 INFO:teuthology.orchestra.run.smithi105.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode 2024-02-08T21:54:56.934 INFO:teuthology.orchestra.run.smithi105.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode 2024-02-08T21:54:56.959 INFO:teuthology.orchestra.run.smithi105.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode 2024-02-08T21:54:56.985 INFO:teuthology.orchestra.run.smithi105.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode 2024-02-08T21:54:57.010 INFO:teuthology.orchestra.run.smithi105.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode 2024-02-08T21:54:57.039 INFO:teuthology.orchestra.run.smithi105.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode 2024-02-08T21:54:57.066 INFO:teuthology.orchestra.run.smithi105.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode 2024-02-08T21:54:57.457 INFO:teuthology.orchestra.run.smithi105.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-02-08T21:54:57.609 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up python3-botocore (1.16.19+repack-1ubuntu0.20.04.1) ... 2024-02-08T21:54:57.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:57 smithi167 bash[18945]: cluster 2024-02-08T21:54:56.378665+0000 mgr.smithi105.rfsypb (mgr.14180) 312 : cluster [DBG] pgmap v271: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 196 B/s wr, 2 op/s 2024-02-08T21:54:57.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:57 smithi105 bash[14197]: cluster 2024-02-08T21:54:56.378665+0000 mgr.smithi105.rfsypb (mgr.14180) 312 : cluster [DBG] pgmap v271: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 196 B/s wr, 2 op/s 2024-02-08T21:54:58.011 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up python3-s3transfer (0.3.3-1) ... 2024-02-08T21:54:58.301 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up python3-boto3 (1.9.253-1) ... 2024-02-08T21:54:58.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:58 smithi167 bash[18945]: audit 2024-02-08T21:54:58.033346+0000 mon.smithi105 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.gmdqmr"}]: dispatch 2024-02-08T21:54:58.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:58 smithi167 bash[18945]: audit 2024-02-08T21:54:58.045948+0000 mon.smithi105 (mon.0) 713 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:54:58.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:58 smithi105 bash[14197]: audit 2024-02-08T21:54:58.033346+0000 mon.smithi105 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.gmdqmr"}]: dispatch 2024-02-08T21:54:58.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:58 smithi105 bash[14197]: audit 2024-02-08T21:54:58.045948+0000 mon.smithi105 (mon.0) 713 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:54:58.929 DEBUG:teuthology.orchestra.run.smithi105:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json' 2024-02-08T21:54:58.982 INFO:teuthology.orchestra.run.smithi105.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2024-02-08T21:54:59.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: cephadm 2024-02-08T21:54:58.032303+0000 mgr.smithi105.rfsypb (mgr.14180) 313 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gmdqmr 2024-02-08T21:54:59.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:54:59.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gmdqmr 2024-02-08T21:54:59.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gmdqmr 2024-02-08T21:54:59.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:54:59.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gmdqmr 2024-02-08T21:54:59.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.gmdqmr ... 2024-02-08T21:54:59.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:59.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:54:59.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:54:59.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:54:59.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:59.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T21:54:59.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T21:54:59.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T21:54:59.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T21:54:59.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T21:54:59.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gmdqmr 2024-02-08T21:54:59.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:54:59.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gmdqmr 2024-02-08T21:54:59.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gmdqmr 2024-02-08T21:54:59.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:54:59.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gmdqmr 2024-02-08T21:54:59.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.gmdqmr ... 2024-02-08T21:54:59.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:59.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:54:59.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:54:59.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:54:59.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:59.753 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: cephadm 2024-02-08T21:54:58.032712+0000 mgr.smithi105.rfsypb (mgr.14180) 314 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.gmdqmr 2024-02-08T21:54:59.753 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: cephadm 2024-02-08T21:54:58.034511+0000 mgr.smithi105.rfsypb (mgr.14180) 315 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.gmdqmr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gmdqmr 2024-02-08T21:54:59.753 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:54:59.753 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gmdqmr 2024-02-08T21:54:59.753 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gmdqmr 2024-02-08T21:54:59.753 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:54:59.753 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gmdqmr 2024-02-08T21:54:59.753 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.gmdqmr ... 2024-02-08T21:54:59.753 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:59.754 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:54:59.754 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:54:59.754 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:54:59.754 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:59.754 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: cephadm 2024-02-08T21:54:58.037105+0000 mgr.smithi105.rfsypb (mgr.14180) 316 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.ltiifc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T21:54:59.754 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: cephadm 2024-02-08T21:54:58.039532+0000 mgr.smithi105.rfsypb (mgr.14180) 317 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.drfnfi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T21:54:59.754 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: cluster 2024-02-08T21:54:58.040720+0000 mgr.smithi105.rfsypb (mgr.14180) 318 : cluster [DBG] pgmap v272: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 203 B/s wr, 2 op/s 2024-02-08T21:54:59.754 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:54:59 smithi167 bash[18945]: cluster 2024-02-08T21:54:58.435609+0000 mon.smithi105 (mon.0) 714 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T21:54:59.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: cephadm 2024-02-08T21:54:58.032303+0000 mgr.smithi105.rfsypb (mgr.14180) 313 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gmdqmr 2024-02-08T21:54:59.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:54:59.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gmdqmr 2024-02-08T21:54:59.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gmdqmr 2024-02-08T21:54:59.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:54:59.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gmdqmr 2024-02-08T21:54:59.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.gmdqmr ... 2024-02-08T21:54:59.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:59.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:54:59.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:54:59.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:54:59.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:59.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T21:54:59.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T21:54:59.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T21:54:59.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T21:54:59.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T21:54:59.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gmdqmr 2024-02-08T21:54:59.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:54:59.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gmdqmr 2024-02-08T21:54:59.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gmdqmr 2024-02-08T21:54:59.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:54:59.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gmdqmr 2024-02-08T21:54:59.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.gmdqmr ... 2024-02-08T21:54:59.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:59.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:54:59.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:54:59.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:54:59.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:59.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: cephadm 2024-02-08T21:54:58.032712+0000 mgr.smithi105.rfsypb (mgr.14180) 314 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.gmdqmr 2024-02-08T21:54:59.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: cephadm 2024-02-08T21:54:58.034511+0000 mgr.smithi105.rfsypb (mgr.14180) 315 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.gmdqmr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gmdqmr 2024-02-08T21:54:59.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:54:59.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gmdqmr 2024-02-08T21:54:59.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gmdqmr 2024-02-08T21:54:59.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:54:59.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gmdqmr 2024-02-08T21:54:59.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.gmdqmr ... 2024-02-08T21:54:59.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:59.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:54:59.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:54:59.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:54:59.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:54:59.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: cephadm 2024-02-08T21:54:58.037105+0000 mgr.smithi105.rfsypb (mgr.14180) 316 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.ltiifc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T21:54:59.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: cephadm 2024-02-08T21:54:58.039532+0000 mgr.smithi105.rfsypb (mgr.14180) 317 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.drfnfi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T21:54:59.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: cluster 2024-02-08T21:54:58.040720+0000 mgr.smithi105.rfsypb (mgr.14180) 318 : cluster [DBG] pgmap v272: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 203 B/s wr, 2 op/s 2024-02-08T21:54:59.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:54:59 smithi105 bash[14197]: cluster 2024-02-08T21:54:58.435609+0000 mon.smithi105 (mon.0) 714 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T21:55:01.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:01 smithi105 bash[14197]: cluster 2024-02-08T21:55:00.042164+0000 mgr.smithi105.rfsypb (mgr.14180) 319 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 203 B/s wr, 2 op/s 2024-02-08T21:55:01.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:01 smithi105 bash[14197]: audit 2024-02-08T21:55:00.162927+0000 mon.smithi105 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:55:01.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:01 smithi167 bash[18945]: cluster 2024-02-08T21:55:00.042164+0000 mgr.smithi105.rfsypb (mgr.14180) 319 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 203 B/s wr, 2 op/s 2024-02-08T21:55:01.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:01 smithi167 bash[18945]: audit 2024-02-08T21:55:00.162927+0000 mon.smithi105 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:55:02.821 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 2024-02-08T21:55:02.842 INFO:teuthology.orchestra.run.smithi105.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a502f12df31fe0d2d8e9eeec9fe2e9a18b9362c10004847eb4d4911eecc1bc78 2024-02-08T21:55:03.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:03 smithi167 bash[18945]: cluster 2024-02-08T21:55:02.043504+0000 mgr.smithi105.rfsypb (mgr.14180) 320 : cluster [DBG] pgmap v274: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 175 B/s wr, 2 op/s 2024-02-08T21:55:03.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:03 smithi105 bash[14197]: cluster 2024-02-08T21:55:02.043504+0000 mgr.smithi105.rfsypb (mgr.14180) 320 : cluster [DBG] pgmap v274: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 175 B/s wr, 2 op/s 2024-02-08T21:55:04.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:04 smithi105 bash[14197]: audit 2024-02-08T21:55:03.558655+0000 mon.smithi105 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:55:04.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:04 smithi105 bash[14197]: audit 2024-02-08T21:55:04.016003+0000 mon.smithi105 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:55:04.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:04 smithi105 bash[14197]: audit 2024-02-08T21:55:04.017315+0000 mon.smithi105 (mon.0) 718 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:55:04.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:04 smithi105 bash[14197]: audit 2024-02-08T21:55:04.020655+0000 mon.smithi105 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T21:55:04.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:04 smithi105 bash[14197]: audit 2024-02-08T21:55:04.271948+0000 mon.smithi105 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:55:04.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:04 smithi105 bash[14197]: audit 2024-02-08T21:55:04.281039+0000 mon.smithi105 (mon.0) 721 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T21:55:04.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:04 smithi105 bash[14197]: audit 2024-02-08T21:55:04.294410+0000 mon.smithi105 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:55:04.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:04 smithi167 bash[18945]: audit 2024-02-08T21:55:03.558655+0000 mon.smithi105 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:55:04.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:04 smithi167 bash[18945]: audit 2024-02-08T21:55:04.016003+0000 mon.smithi105 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:55:04.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:04 smithi167 bash[18945]: audit 2024-02-08T21:55:04.017315+0000 mon.smithi105 (mon.0) 718 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:55:04.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:04 smithi167 bash[18945]: audit 2024-02-08T21:55:04.020655+0000 mon.smithi105 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T21:55:04.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:04 smithi167 bash[18945]: audit 2024-02-08T21:55:04.271948+0000 mon.smithi105 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:55:04.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:04 smithi167 bash[18945]: audit 2024-02-08T21:55:04.281039+0000 mon.smithi105 (mon.0) 721 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T21:55:04.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:04 smithi167 bash[18945]: audit 2024-02-08T21:55:04.294410+0000 mon.smithi105 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:55:05.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:05 smithi105 bash[14197]: cephadm 2024-02-08T21:55:04.027206+0000 mgr.smithi105.rfsypb (mgr.14180) 321 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-08T21:55:05.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:05 smithi105 bash[14197]: cluster 2024-02-08T21:55:04.045394+0000 mgr.smithi105.rfsypb (mgr.14180) 322 : cluster [DBG] pgmap v275: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 87 B/s wr, 1 op/s 2024-02-08T21:55:05.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:05 smithi105 bash[14197]: cluster 2024-02-08T21:55:04.273319+0000 mgr.smithi105.rfsypb (mgr.14180) 323 : cluster [DBG] pgmap v276: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-02-08T21:55:05.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:05 smithi105 bash[14197]: cephadm 2024-02-08T21:55:04.298530+0000 mgr.smithi105.rfsypb (mgr.14180) 324 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.tgymsq on smithi167 2024-02-08T21:55:05.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:05 smithi105 bash[14197]: cluster 2024-02-08T21:55:05.013563+0000 mon.smithi105 (mon.0) 723 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T21:55:05.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:05 smithi105 bash[14197]: cluster 2024-02-08T21:55:05.013621+0000 mon.smithi105 (mon.0) 724 : cluster [INF] Cluster is now healthy 2024-02-08T21:55:05.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:05 smithi167 bash[18945]: cephadm 2024-02-08T21:55:04.027206+0000 mgr.smithi105.rfsypb (mgr.14180) 321 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-08T21:55:05.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:05 smithi167 bash[18945]: cluster 2024-02-08T21:55:04.045394+0000 mgr.smithi105.rfsypb (mgr.14180) 322 : cluster [DBG] pgmap v275: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 87 B/s wr, 1 op/s 2024-02-08T21:55:05.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:05 smithi167 bash[18945]: cluster 2024-02-08T21:55:04.273319+0000 mgr.smithi105.rfsypb (mgr.14180) 323 : cluster [DBG] pgmap v276: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-02-08T21:55:05.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:05 smithi167 bash[18945]: cephadm 2024-02-08T21:55:04.298530+0000 mgr.smithi105.rfsypb (mgr.14180) 324 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.tgymsq on smithi167 2024-02-08T21:55:05.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:05 smithi167 bash[18945]: cluster 2024-02-08T21:55:05.013563+0000 mon.smithi105 (mon.0) 723 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T21:55:05.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:05 smithi167 bash[18945]: cluster 2024-02-08T21:55:05.013621+0000 mon.smithi105 (mon.0) 724 : cluster [INF] Cluster is now healthy 2024-02-08T21:55:07.376 INFO:teuthology.run_tasks:Running task python... 2024-02-08T21:55:07.407 INFO:tasks.python:Running python on role host.a host ubuntu@smithi105.front.sepia.ceph.com 2024-02-08T21:55:07.407 INFO:tasks.python:import boto3 import json with open('/tmp/user.json', 'rt') as f: info = json.loads(f.read()) s3 = boto3.resource( 's3', aws_access_key_id=info['keys'][0]['access_key'], aws_secret_access_key=info['keys'][0]['secret_key'], endpoint_url='http://localhost:8800', ) bucket = s3.Bucket('foobucket') bucket.create() bucket.put_object(Key='myobject', Body='thebody') 2024-02-08T21:55:07.407 DEBUG:teuthology.orchestra.run.smithi105:> sudo TESTDIR=/home/ubuntu/cephtest python3 2024-02-08T21:55:07.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:07 smithi105 bash[14197]: cluster 2024-02-08T21:55:06.274815+0000 mgr.smithi105.rfsypb (mgr.14180) 325 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2024-02-08T21:55:07.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:07 smithi167 bash[18945]: cluster 2024-02-08T21:55:06.274815+0000 mgr.smithi105.rfsypb (mgr.14180) 325 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2024-02-08T21:55:08.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:08 smithi167 bash[18945]: audit 2024-02-08T21:55:08.252770+0000 mon.smithi105 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.tgymsq"}]: dispatch 2024-02-08T21:55:09.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:08 smithi105 bash[14197]: audit 2024-02-08T21:55:08.252770+0000 mon.smithi105 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.tgymsq"}]: dispatch 2024-02-08T21:55:09.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: cephadm 2024-02-08T21:55:08.065117+0000 mgr.smithi105.rfsypb (mgr.14180) 326 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq 2024-02-08T21:55:09.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:55:09.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq 2024-02-08T21:55:09.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq 2024-02-08T21:55:09.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:55:09.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq 2024-02-08T21:55:09.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.tgymsq ... 2024-02-08T21:55:09.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:55:09.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:55:09.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:55:09.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:55:09.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:55:10.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T21:55:10.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T21:55:10.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T21:55:10.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T21:55:10.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T21:55:10.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq 2024-02-08T21:55:10.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:55:10.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq 2024-02-08T21:55:10.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq 2024-02-08T21:55:10.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:55:10.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq 2024-02-08T21:55:10.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.tgymsq ... 2024-02-08T21:55:10.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:55:10.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:55:10.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:55:10.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:55:10.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:55:10.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: cephadm 2024-02-08T21:55:08.065624+0000 mgr.smithi105.rfsypb (mgr.14180) 327 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.tgymsq 2024-02-08T21:55:10.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: cephadm 2024-02-08T21:55:08.253872+0000 mgr.smithi105.rfsypb (mgr.14180) 328 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.tgymsq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq 2024-02-08T21:55:10.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:55:10.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq 2024-02-08T21:55:10.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq 2024-02-08T21:55:10.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:55:10.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq 2024-02-08T21:55:10.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.tgymsq ... 2024-02-08T21:55:10.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:55:10.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:55:10.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:55:10.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:55:10.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:55:10.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: cephadm 2024-02-08T21:55:08.255894+0000 mgr.smithi105.rfsypb (mgr.14180) 329 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.hkvzal on smithi105 2024-02-08T21:55:10.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: cluster 2024-02-08T21:55:08.275561+0000 mgr.smithi105.rfsypb (mgr.14180) 330 : cluster [DBG] pgmap v278: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2024-02-08T21:55:10.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: cluster 2024-02-08T21:55:08.580366+0000 mon.smithi105 (mon.0) 726 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-08T21:55:10.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:09 smithi167 bash[18945]: audit 2024-02-08T21:55:08.589479+0000 mon.smithi105 (mon.0) 727 : audit [INF] from='client.? 172.21.15.105:0/3677795816' entity='client.rgw.foorgw.smithi105.niiyhf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-02-08T21:55:10.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: cephadm 2024-02-08T21:55:08.065117+0000 mgr.smithi105.rfsypb (mgr.14180) 326 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq 2024-02-08T21:55:10.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:55:10.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq 2024-02-08T21:55:10.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq 2024-02-08T21:55:10.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:55:10.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq 2024-02-08T21:55:10.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.tgymsq ... 2024-02-08T21:55:10.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:55:10.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:55:10.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:55:10.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:55:10.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:55:10.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T21:55:10.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T21:55:10.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T21:55:10.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T21:55:10.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T21:55:10.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq 2024-02-08T21:55:10.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:55:10.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq 2024-02-08T21:55:10.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq 2024-02-08T21:55:10.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:55:10.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq 2024-02-08T21:55:10.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.tgymsq ... 2024-02-08T21:55:10.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:55:10.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:55:10.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:55:10.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:55:10.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:55:10.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: cephadm 2024-02-08T21:55:08.065624+0000 mgr.smithi105.rfsypb (mgr.14180) 327 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.tgymsq 2024-02-08T21:55:10.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: cephadm 2024-02-08T21:55:08.253872+0000 mgr.smithi105.rfsypb (mgr.14180) 328 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.tgymsq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq 2024-02-08T21:55:10.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:55:10.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq 2024-02-08T21:55:10.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq 2024-02-08T21:55:10.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:55:10.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq 2024-02-08T21:55:10.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.tgymsq ... 2024-02-08T21:55:10.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:55:10.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:55:10.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:55:10.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:55:10.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:55:10.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: cephadm 2024-02-08T21:55:08.255894+0000 mgr.smithi105.rfsypb (mgr.14180) 329 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.hkvzal on smithi105 2024-02-08T21:55:10.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: cluster 2024-02-08T21:55:08.275561+0000 mgr.smithi105.rfsypb (mgr.14180) 330 : cluster [DBG] pgmap v278: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2024-02-08T21:55:10.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: cluster 2024-02-08T21:55:08.580366+0000 mon.smithi105 (mon.0) 726 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-08T21:55:10.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:09 smithi105 bash[14197]: audit 2024-02-08T21:55:08.589479+0000 mon.smithi105 (mon.0) 727 : audit [INF] from='client.? 172.21.15.105:0/3677795816' entity='client.rgw.foorgw.smithi105.niiyhf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-02-08T21:55:10.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:10 smithi167 bash[18945]: audit 2024-02-08T21:55:09.586257+0000 mon.smithi105 (mon.0) 728 : audit [INF] from='client.? 172.21.15.105:0/3677795816' entity='client.rgw.foorgw.smithi105.niiyhf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-02-08T21:55:10.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:10 smithi167 bash[18945]: cluster 2024-02-08T21:55:09.586407+0000 mon.smithi105 (mon.0) 729 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-08T21:55:10.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:10 smithi167 bash[18945]: audit 2024-02-08T21:55:09.589141+0000 mon.smithi105 (mon.0) 730 : audit [INF] from='client.? 172.21.15.105:0/3677795816' entity='client.rgw.foorgw.smithi105.niiyhf' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-08T21:55:10.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:10 smithi167 bash[18945]: audit 2024-02-08T21:55:10.586753+0000 mon.smithi105 (mon.0) 731 : audit [INF] from='client.? 172.21.15.105:0/3677795816' entity='client.rgw.foorgw.smithi105.niiyhf' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-08T21:55:10.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:10 smithi167 bash[18945]: cluster 2024-02-08T21:55:10.586928+0000 mon.smithi105 (mon.0) 732 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-08T21:55:11.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:10 smithi105 bash[14197]: audit 2024-02-08T21:55:09.586257+0000 mon.smithi105 (mon.0) 728 : audit [INF] from='client.? 172.21.15.105:0/3677795816' entity='client.rgw.foorgw.smithi105.niiyhf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-02-08T21:55:11.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:10 smithi105 bash[14197]: cluster 2024-02-08T21:55:09.586407+0000 mon.smithi105 (mon.0) 729 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-08T21:55:11.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:10 smithi105 bash[14197]: audit 2024-02-08T21:55:09.589141+0000 mon.smithi105 (mon.0) 730 : audit [INF] from='client.? 172.21.15.105:0/3677795816' entity='client.rgw.foorgw.smithi105.niiyhf' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-08T21:55:11.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:10 smithi105 bash[14197]: audit 2024-02-08T21:55:10.586753+0000 mon.smithi105 (mon.0) 731 : audit [INF] from='client.? 172.21.15.105:0/3677795816' entity='client.rgw.foorgw.smithi105.niiyhf' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-08T21:55:11.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:10 smithi105 bash[14197]: cluster 2024-02-08T21:55:10.586928+0000 mon.smithi105 (mon.0) 732 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-08T21:55:11.926 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:11 smithi105 bash[14197]: cluster 2024-02-08T21:55:10.276562+0000 mgr.smithi105.rfsypb (mgr.14180) 331 : cluster [DBG] pgmap v281: 193 pgs: 9 creating+peering, 17 unknown, 167 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 KiB/s rd, 164 B/s wr, 4 op/s 2024-02-08T21:55:11.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:11 smithi167 bash[18945]: cluster 2024-02-08T21:55:10.276562+0000 mgr.smithi105.rfsypb (mgr.14180) 331 : cluster [DBG] pgmap v281: 193 pgs: 9 creating+peering, 17 unknown, 167 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 KiB/s rd, 164 B/s wr, 4 op/s 2024-02-08T21:55:12.702 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-08T21:55:12.713 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi105.front.sepia.ceph.com 2024-02-08T21:55:12.713 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- bash -c 'ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser' 2024-02-08T21:55:12.912 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:12 smithi105 bash[14197]: cluster 2024-02-08T21:55:11.616377+0000 mon.smithi105 (mon.0) 733 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-08T21:55:12.912 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:12 smithi105 bash[14197]: audit 2024-02-08T21:55:11.621184+0000 mon.smithi105 (mon.0) 734 : audit [INF] from='client.? 172.21.15.105:0/3970414030' entity='client.rgw.foorgw.smithi105.niiyhf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-02-08T21:55:12.912 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:12 smithi105 bash[14197]: audit 2024-02-08T21:55:11.985983+0000 mon.smithi105 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.hkvzal"}]: dispatch 2024-02-08T21:55:12.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:12 smithi167 bash[18945]: cluster 2024-02-08T21:55:11.616377+0000 mon.smithi105 (mon.0) 733 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-08T21:55:12.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:12 smithi167 bash[18945]: audit 2024-02-08T21:55:11.621184+0000 mon.smithi105 (mon.0) 734 : audit [INF] from='client.? 172.21.15.105:0/3970414030' entity='client.rgw.foorgw.smithi105.niiyhf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-02-08T21:55:12.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:12 smithi167 bash[18945]: audit 2024-02-08T21:55:11.985983+0000 mon.smithi105 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.hkvzal"}]: dispatch 2024-02-08T21:55:13.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: cephadm 2024-02-08T21:55:11.984921+0000 mgr.smithi105.rfsypb (mgr.14180) 332 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal 2024-02-08T21:55:13.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:55:13.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal 2024-02-08T21:55:13.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal 2024-02-08T21:55:13.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:55:13.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal 2024-02-08T21:55:13.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.hkvzal ... 2024-02-08T21:55:13.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:55:13.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:55:13.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:55:13.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:55:13.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:55:14.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T21:55:14.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T21:55:14.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T21:55:14.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T21:55:14.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T21:55:14.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal 2024-02-08T21:55:14.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:55:14.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal 2024-02-08T21:55:14.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal 2024-02-08T21:55:14.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:55:14.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal 2024-02-08T21:55:14.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.hkvzal ... 2024-02-08T21:55:14.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:55:14.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:55:14.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:55:14.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:55:14.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:55:14.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: cephadm 2024-02-08T21:55:11.985356+0000 mgr.smithi105.rfsypb (mgr.14180) 333 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.hkvzal 2024-02-08T21:55:14.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: cephadm 2024-02-08T21:55:11.987498+0000 mgr.smithi105.rfsypb (mgr.14180) 334 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.hkvzal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal 2024-02-08T21:55:14.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:55:14.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal 2024-02-08T21:55:14.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal 2024-02-08T21:55:14.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:55:14.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal 2024-02-08T21:55:14.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.hkvzal ... 2024-02-08T21:55:14.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:55:14.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:55:14.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:55:14.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:55:14.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:55:14.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: cephadm 2024-02-08T21:55:11.990870+0000 mgr.smithi105.rfsypb (mgr.14180) 335 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.xcvvvq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T21:55:14.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: cephadm 2024-02-08T21:55:11.994349+0000 mgr.smithi105.rfsypb (mgr.14180) 336 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T21:55:14.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: cluster 2024-02-08T21:55:11.995404+0000 mgr.smithi105.rfsypb (mgr.14180) 337 : cluster [DBG] pgmap v284: 225 pgs: 9 creating+peering, 36 unknown, 180 active+clean; 6.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1.1 KiB/s wr, 6 op/s 2024-02-08T21:55:14.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: cluster 2024-02-08T21:55:12.613268+0000 mon.smithi105 (mon.0) 736 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T21:55:14.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: audit 2024-02-08T21:55:12.626906+0000 mon.smithi105 (mon.0) 737 : audit [INF] from='client.? 172.21.15.105:0/3970414030' entity='client.rgw.foorgw.smithi105.niiyhf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-02-08T21:55:14.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:13 smithi167 bash[18945]: cluster 2024-02-08T21:55:12.627191+0000 mon.smithi105 (mon.0) 738 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-08T21:55:14.019 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: cephadm 2024-02-08T21:55:11.984921+0000 mgr.smithi105.rfsypb (mgr.14180) 332 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal 2024-02-08T21:55:14.019 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:55:14.019 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal 2024-02-08T21:55:14.019 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal 2024-02-08T21:55:14.019 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:55:14.019 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal 2024-02-08T21:55:14.019 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.hkvzal ... 2024-02-08T21:55:14.020 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:55:14.020 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:55:14.020 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:55:14.020 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:55:14.020 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:55:14.020 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T21:55:14.020 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T21:55:14.020 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T21:55:14.020 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T21:55:14.020 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T21:55:14.020 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal 2024-02-08T21:55:14.020 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:55:14.020 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal 2024-02-08T21:55:14.021 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal 2024-02-08T21:55:14.021 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:55:14.021 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal 2024-02-08T21:55:14.021 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.hkvzal ... 2024-02-08T21:55:14.021 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:55:14.021 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:55:14.021 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:55:14.021 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:55:14.021 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:55:14.021 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: cephadm 2024-02-08T21:55:11.985356+0000 mgr.smithi105.rfsypb (mgr.14180) 333 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.hkvzal 2024-02-08T21:55:14.021 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: cephadm 2024-02-08T21:55:11.987498+0000 mgr.smithi105.rfsypb (mgr.14180) 334 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.hkvzal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal 2024-02-08T21:55:14.021 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:55:14.021 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal 2024-02-08T21:55:14.021 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal 2024-02-08T21:55:14.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:55:14.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal 2024-02-08T21:55:14.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.hkvzal ... 2024-02-08T21:55:14.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:55:14.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:55:14.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:55:14.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:55:14.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:55:14.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: cephadm 2024-02-08T21:55:11.990870+0000 mgr.smithi105.rfsypb (mgr.14180) 335 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.xcvvvq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T21:55:14.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: cephadm 2024-02-08T21:55:11.994349+0000 mgr.smithi105.rfsypb (mgr.14180) 336 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T21:55:14.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: cluster 2024-02-08T21:55:11.995404+0000 mgr.smithi105.rfsypb (mgr.14180) 337 : cluster [DBG] pgmap v284: 225 pgs: 9 creating+peering, 36 unknown, 180 active+clean; 6.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1.1 KiB/s wr, 6 op/s 2024-02-08T21:55:14.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: cluster 2024-02-08T21:55:12.613268+0000 mon.smithi105 (mon.0) 736 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T21:55:14.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: audit 2024-02-08T21:55:12.626906+0000 mon.smithi105 (mon.0) 737 : audit [INF] from='client.? 172.21.15.105:0/3970414030' entity='client.rgw.foorgw.smithi105.niiyhf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-02-08T21:55:14.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:13 smithi105 bash[14197]: cluster 2024-02-08T21:55:12.627191+0000 mon.smithi105 (mon.0) 738 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-08T21:55:14.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:14 smithi105 bash[14197]: cluster 2024-02-08T21:55:13.630680+0000 mon.smithi105 (mon.0) 739 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-08T21:55:14.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:14 smithi167 bash[18945]: cluster 2024-02-08T21:55:13.630680+0000 mon.smithi105 (mon.0) 739 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-08T21:55:15.914 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:15 smithi105 bash[14197]: cluster 2024-02-08T21:55:13.996569+0000 mgr.smithi105.rfsypb (mgr.14180) 338 : cluster [DBG] pgmap v287: 225 pgs: 6 creating+peering, 21 unknown, 198 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.3 KiB/s wr, 6 op/s 2024-02-08T21:55:15.914 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:15 smithi105 bash[14197]: audit 2024-02-08T21:55:15.191843+0000 mon.smithi105 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:55:15.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:15 smithi167 bash[18945]: cluster 2024-02-08T21:55:13.996569+0000 mgr.smithi105.rfsypb (mgr.14180) 338 : cluster [DBG] pgmap v287: 225 pgs: 6 creating+peering, 21 unknown, 198 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.3 KiB/s wr, 6 op/s 2024-02-08T21:55:15.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:15 smithi167 bash[18945]: audit 2024-02-08T21:55:15.191843+0000 mon.smithi105 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:55:16.502 INFO:teuthology.orchestra.run.smithi105.stdout:{ 2024-02-08T21:55:16.502 INFO:teuthology.orchestra.run.smithi105.stdout: "bind": "/foouser", 2024-02-08T21:55:16.502 INFO:teuthology.orchestra.run.smithi105.stdout: "path": "/", 2024-02-08T21:55:16.502 INFO:teuthology.orchestra.run.smithi105.stdout: "cluster": "foo", 2024-02-08T21:55:16.502 INFO:teuthology.orchestra.run.smithi105.stdout: "mode": "RW", 2024-02-08T21:55:16.503 INFO:teuthology.orchestra.run.smithi105.stdout: "squash": "none" 2024-02-08T21:55:16.503 INFO:teuthology.orchestra.run.smithi105.stdout:} 2024-02-08T21:55:17.306 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-08T21:55:17.316 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-08T21:55:17.317 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:55:17.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:17 smithi105 bash[14197]: cluster 2024-02-08T21:55:15.998868+0000 mgr.smithi105.rfsypb (mgr.14180) 339 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 1.7 KiB/s wr, 9 op/s 2024-02-08T21:55:17.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:17 smithi105 bash[14197]: audit 2024-02-08T21:55:16.286321+0000 mgr.smithi105.rfsypb (mgr.14180) 340 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:55:17.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:17 smithi167 bash[18945]: cluster 2024-02-08T21:55:15.998868+0000 mgr.smithi105.rfsypb (mgr.14180) 339 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 1.7 KiB/s wr, 9 op/s 2024-02-08T21:55:17.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:17 smithi167 bash[18945]: audit 2024-02-08T21:55:16.286321+0000 mgr.smithi105.rfsypb (mgr.14180) 340 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2024-02-08T21:55:19.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:19 smithi105 bash[14197]: cluster 2024-02-08T21:55:18.000386+0000 mgr.smithi105.rfsypb (mgr.14180) 341 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 962 B/s wr, 7 op/s 2024-02-08T21:55:19.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:19 smithi167 bash[18945]: cluster 2024-02-08T21:55:18.000386+0000 mgr.smithi105.rfsypb (mgr.14180) 341 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 962 B/s wr, 7 op/s 2024-02-08T21:55:20.728 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:55:20.728 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:55:04.001668Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:55:03.545706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:55:04.002072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:58.039390Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.drfnfi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:55:08.253750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tgymsq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\nDeploy daemon haproxy.nfs.foo.smithi167.tgymsq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.987308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hkvzal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\nDeploy daemon haproxy.nfs.foo.smithi105.hkvzal ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.990699Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.xcvvvq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:55:03.545970Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:55:03.546101Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:55:04.003737Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:55:03.546220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:55:03.546340Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:55:04.002474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:55:03.546809Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:55:21.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:21 smithi105 bash[14197]: cluster 2024-02-08T21:55:20.002342+0000 mgr.smithi105.rfsypb (mgr.14180) 342 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 895 B/s wr, 12 op/s 2024-02-08T21:55:21.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:21 smithi105 bash[14197]: audit 2024-02-08T21:55:20.205265+0000 mon.smithi105 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:55:21.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:21 smithi167 bash[18945]: cluster 2024-02-08T21:55:20.002342+0000 mgr.smithi105.rfsypb (mgr.14180) 342 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 895 B/s wr, 12 op/s 2024-02-08T21:55:21.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:21 smithi167 bash[18945]: audit 2024-02-08T21:55:20.205265+0000 mon.smithi105 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:55:21.551 INFO:tasks.cephadm:nfs.foo has 1/1 2024-02-08T21:55:21.552 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-08T21:55:21.562 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-02-08T21:55:21.562 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:55:22.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:22 smithi167 bash[18945]: audit 2024-02-08T21:55:20.714220+0000 mgr.smithi105.rfsypb (mgr.14180) 343 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:55:22.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:22 smithi105 bash[14197]: audit 2024-02-08T21:55:20.714220+0000 mgr.smithi105.rfsypb (mgr.14180) 343 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:55:23.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:23 smithi105 bash[14197]: cluster 2024-02-08T21:55:22.003985+0000 mgr.smithi105.rfsypb (mgr.14180) 344 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 873 B/s wr, 17 op/s 2024-02-08T21:55:23.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:23 smithi105 bash[14197]: audit 2024-02-08T21:55:22.364349+0000 mon.smithi105 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [4, 0]}]: dispatch 2024-02-08T21:55:23.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:23 smithi105 bash[14197]: audit 2024-02-08T21:55:22.364582+0000 mon.smithi105 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.1", "id": [5, 3]}]: dispatch 2024-02-08T21:55:23.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:23 smithi105 bash[14197]: audit 2024-02-08T21:55:22.523757+0000 mon.smithi105 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:55:23.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:23 smithi167 bash[18945]: cluster 2024-02-08T21:55:22.003985+0000 mgr.smithi105.rfsypb (mgr.14180) 344 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 873 B/s wr, 17 op/s 2024-02-08T21:55:23.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:23 smithi167 bash[18945]: audit 2024-02-08T21:55:22.364349+0000 mon.smithi105 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [4, 0]}]: dispatch 2024-02-08T21:55:23.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:23 smithi167 bash[18945]: audit 2024-02-08T21:55:22.364582+0000 mon.smithi105 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.1", "id": [5, 3]}]: dispatch 2024-02-08T21:55:23.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:23 smithi167 bash[18945]: audit 2024-02-08T21:55:22.523757+0000 mon.smithi105 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:55:24.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:24 smithi105 bash[14197]: audit 2024-02-08T21:55:23.229365+0000 mon.smithi105 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [4, 0]}]': finished 2024-02-08T21:55:24.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:24 smithi105 bash[14197]: audit 2024-02-08T21:55:23.229459+0000 mon.smithi105 (mon.0) 746 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.1", "id": [5, 3]}]': finished 2024-02-08T21:55:24.498 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:24 smithi105 bash[14197]: cluster 2024-02-08T21:55:23.229551+0000 mon.smithi105 (mon.0) 747 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-08T21:55:24.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:24 smithi167 bash[18945]: audit 2024-02-08T21:55:23.229365+0000 mon.smithi105 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [4, 0]}]': finished 2024-02-08T21:55:24.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:24 smithi167 bash[18945]: audit 2024-02-08T21:55:23.229459+0000 mon.smithi105 (mon.0) 746 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.1", "id": [5, 3]}]': finished 2024-02-08T21:55:24.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:24 smithi167 bash[18945]: cluster 2024-02-08T21:55:23.229551+0000 mon.smithi105 (mon.0) 747 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-08T21:55:24.850 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:55:24.851 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:55:04.001668Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:55:03.545706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:55:04.002072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:58.039390Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.drfnfi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:55:08.253750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tgymsq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\nDeploy daemon haproxy.nfs.foo.smithi167.tgymsq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.987308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hkvzal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\nDeploy daemon haproxy.nfs.foo.smithi105.hkvzal ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.990699Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.xcvvvq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:55:03.545970Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:55:03.546101Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:55:04.003737Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:55:03.546220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:55:03.546340Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:55:04.002474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:55:03.546809Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:55:25.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:25 smithi167 bash[18945]: cluster 2024-02-08T21:55:24.005346+0000 mgr.smithi105.rfsypb (mgr.14180) 345 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 613 B/s wr, 15 op/s 2024-02-08T21:55:25.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:25 smithi167 bash[18945]: cluster 2024-02-08T21:55:24.238714+0000 mon.smithi105 (mon.0) 748 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-08T21:55:25.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:25 smithi105 bash[14197]: cluster 2024-02-08T21:55:24.005346+0000 mgr.smithi105.rfsypb (mgr.14180) 345 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 613 B/s wr, 15 op/s 2024-02-08T21:55:25.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:25 smithi105 bash[14197]: cluster 2024-02-08T21:55:24.238714+0000 mon.smithi105 (mon.0) 748 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-08T21:55:25.682 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:55:26.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:26 smithi105 bash[14197]: audit 2024-02-08T21:55:24.840036+0000 mgr.smithi105.rfsypb (mgr.14180) 346 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:55:26.683 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:55:26.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:26 smithi167 bash[18945]: audit 2024-02-08T21:55:24.840036+0000 mgr.smithi105.rfsypb (mgr.14180) 346 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:55:27.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:27 smithi105 bash[14197]: cluster 2024-02-08T21:55:26.007098+0000 mgr.smithi105.rfsypb (mgr.14180) 347 : cluster [DBG] pgmap v295: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 255 B/s wr, 14 op/s 2024-02-08T21:55:27.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:27 smithi167 bash[18945]: cluster 2024-02-08T21:55:26.007098+0000 mgr.smithi105.rfsypb (mgr.14180) 347 : cluster [DBG] pgmap v295: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 255 B/s wr, 14 op/s 2024-02-08T21:55:29.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:29 smithi167 bash[18945]: cluster 2024-02-08T21:55:28.008340+0000 mgr.smithi105.rfsypb (mgr.14180) 348 : cluster [DBG] pgmap v296: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 127 B/s wr, 7 op/s 2024-02-08T21:55:29.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:29 smithi105 bash[14197]: cluster 2024-02-08T21:55:28.008340+0000 mgr.smithi105.rfsypb (mgr.14180) 348 : cluster [DBG] pgmap v296: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 127 B/s wr, 7 op/s 2024-02-08T21:55:29.781 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:55:29.781 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:55:04.001668Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:55:03.545706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:55:04.002072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:58.039390Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.drfnfi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:55:08.253750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tgymsq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\nDeploy daemon haproxy.nfs.foo.smithi167.tgymsq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.987308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hkvzal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\nDeploy daemon haproxy.nfs.foo.smithi105.hkvzal ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.990699Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.xcvvvq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:55:03.545970Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:55:03.546101Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:55:04.003737Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:55:03.546220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:55:03.546340Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:55:04.002474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:55:03.546809Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:55:30.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:55:31.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:31 smithi105 bash[14197]: audit 2024-02-08T21:55:29.769873+0000 mgr.smithi105.rfsypb (mgr.14180) 349 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:55:31.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:31 smithi105 bash[14197]: cluster 2024-02-08T21:55:30.009946+0000 mgr.smithi105.rfsypb (mgr.14180) 350 : 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 2024-02-08T21:55:31.565 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:55:31.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:31 smithi167 bash[18945]: audit 2024-02-08T21:55:29.769873+0000 mgr.smithi105.rfsypb (mgr.14180) 349 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:55:31.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:31 smithi167 bash[18945]: cluster 2024-02-08T21:55:30.009946+0000 mgr.smithi105.rfsypb (mgr.14180) 350 : 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 2024-02-08T21:55:33.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:33 smithi105 bash[14197]: cluster 2024-02-08T21:55:32.010905+0000 mgr.smithi105.rfsypb (mgr.14180) 351 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2024-02-08T21:55:33.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:33 smithi167 bash[18945]: cluster 2024-02-08T21:55:32.010905+0000 mgr.smithi105.rfsypb (mgr.14180) 351 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2024-02-08T21:55:34.704 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:55:34.705 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:55:04.001668Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:55:03.545706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:55:04.002072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:58.039390Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.drfnfi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:55:08.253750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tgymsq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\nDeploy daemon haproxy.nfs.foo.smithi167.tgymsq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.987308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hkvzal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\nDeploy daemon haproxy.nfs.foo.smithi105.hkvzal ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.990699Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.xcvvvq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:55:03.545970Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:55:03.546101Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:55:04.003737Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:55:03.546220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:55:03.546340Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:55:04.002474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:55:03.546809Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:55:35.461 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:55:35.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:35 smithi105 bash[14197]: cluster 2024-02-08T21:55:34.011839+0000 mgr.smithi105.rfsypb (mgr.14180) 352 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T21:55:35.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:35 smithi105 bash[14197]: audit 2024-02-08T21:55:34.692844+0000 mgr.smithi105.rfsypb (mgr.14180) 353 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:55:35.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:35 smithi167 bash[18945]: cluster 2024-02-08T21:55:34.011839+0000 mgr.smithi105.rfsypb (mgr.14180) 352 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T21:55:35.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:35 smithi167 bash[18945]: audit 2024-02-08T21:55:34.692844+0000 mgr.smithi105.rfsypb (mgr.14180) 353 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:55:36.462 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:55:37.533 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:37 smithi105 bash[14197]: cluster 2024-02-08T21:55:36.013471+0000 mgr.smithi105.rfsypb (mgr.14180) 354 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-08T21:55:37.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:37 smithi167 bash[18945]: cluster 2024-02-08T21:55:36.013471+0000 mgr.smithi105.rfsypb (mgr.14180) 354 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-08T21:55:39.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:39 smithi167 bash[18945]: cluster 2024-02-08T21:55:38.014734+0000 mgr.smithi105.rfsypb (mgr.14180) 355 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:55:39.516 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:55:39.517 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:55:04.001668Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:55:03.545706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:55:04.002072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:58.039390Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.drfnfi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:55:08.253750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tgymsq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\nDeploy daemon haproxy.nfs.foo.smithi167.tgymsq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.987308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hkvzal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\nDeploy daemon haproxy.nfs.foo.smithi105.hkvzal ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.990699Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.xcvvvq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:55:03.545970Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:55:03.546101Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:55:04.003737Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:55:03.546220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:55:03.546340Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:55:04.002474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:55:03.546809Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:55:39.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:39 smithi105 bash[14197]: cluster 2024-02-08T21:55:38.014734+0000 mgr.smithi105.rfsypb (mgr.14180) 355 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:55:40.264 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:55:40.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:40 smithi105 bash[14197]: audit 2024-02-08T21:55:39.506371+0000 mgr.smithi105.rfsypb (mgr.14180) 356 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:55:40.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:40 smithi167 bash[18945]: audit 2024-02-08T21:55:39.506371+0000 mgr.smithi105.rfsypb (mgr.14180) 356 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:55:41.265 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:55:41.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:41 smithi105 bash[14197]: cluster 2024-02-08T21:55:40.016512+0000 mgr.smithi105.rfsypb (mgr.14180) 357 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:55:41.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:41 smithi167 bash[18945]: cluster 2024-02-08T21:55:40.016512+0000 mgr.smithi105.rfsypb (mgr.14180) 357 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:55:43.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:43 smithi105 bash[14197]: cluster 2024-02-08T21:55:42.018160+0000 mgr.smithi105.rfsypb (mgr.14180) 358 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-08T21:55:43.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:43 smithi167 bash[18945]: cluster 2024-02-08T21:55:42.018160+0000 mgr.smithi105.rfsypb (mgr.14180) 358 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-08T21:55:44.513 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:55:44.514 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:55:04.001668Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:55:03.545706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:55:04.002072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:58.039390Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.drfnfi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:55:08.253750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tgymsq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\nDeploy daemon haproxy.nfs.foo.smithi167.tgymsq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.987308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hkvzal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\nDeploy daemon haproxy.nfs.foo.smithi105.hkvzal ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.990699Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.xcvvvq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:55:03.545970Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:55:03.546101Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:55:04.003737Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:55:03.546220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:55:03.546340Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:55:04.002474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:55:03.546809Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:55:45.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:55:45.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:45 smithi105 bash[14197]: cluster 2024-02-08T21:55:44.019494+0000 mgr.smithi105.rfsypb (mgr.14180) 359 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-08T21:55:45.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:45 smithi105 bash[14197]: audit 2024-02-08T21:55:44.501856+0000 mgr.smithi105.rfsypb (mgr.14180) 360 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:55:45.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:45 smithi167 bash[18945]: cluster 2024-02-08T21:55:44.019494+0000 mgr.smithi105.rfsypb (mgr.14180) 359 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-08T21:55:45.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:45 smithi167 bash[18945]: audit 2024-02-08T21:55:44.501856+0000 mgr.smithi105.rfsypb (mgr.14180) 360 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:55:46.267 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:55:47.663 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:47 smithi105 bash[14197]: cluster 2024-02-08T21:55:46.021541+0000 mgr.smithi105.rfsypb (mgr.14180) 361 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-08T21:55:47.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:47 smithi167 bash[18945]: cluster 2024-02-08T21:55:46.021541+0000 mgr.smithi105.rfsypb (mgr.14180) 361 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-08T21:55:49.547 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:55:49.547 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:55:04.001668Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:55:03.545706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:55:04.002072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:58.039390Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.drfnfi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:55:08.253750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tgymsq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\nDeploy daemon haproxy.nfs.foo.smithi167.tgymsq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.987308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hkvzal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\nDeploy daemon haproxy.nfs.foo.smithi105.hkvzal ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.990699Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.xcvvvq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:55:03.545970Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:55:03.546101Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:55:04.003737Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:55:03.546220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:55:03.546340Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:55:04.002474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:55:03.546809Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:55:49.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:49 smithi105 bash[14197]: cluster 2024-02-08T21:55:48.022845+0000 mgr.smithi105.rfsypb (mgr.14180) 362 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-08T21:55:49.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:49 smithi167 bash[18945]: cluster 2024-02-08T21:55:48.022845+0000 mgr.smithi105.rfsypb (mgr.14180) 362 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-08T21:55:50.337 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:55:50.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:50 smithi167 bash[18945]: audit 2024-02-08T21:55:49.535893+0000 mgr.smithi105.rfsypb (mgr.14180) 363 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:55:50.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:50 smithi105 bash[14197]: audit 2024-02-08T21:55:49.535893+0000 mgr.smithi105.rfsypb (mgr.14180) 363 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:55:51.339 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:55:51.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:51 smithi167 bash[18945]: cluster 2024-02-08T21:55:50.024567+0000 mgr.smithi105.rfsypb (mgr.14180) 364 : 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, 170 B/s wr, 0 op/s 2024-02-08T21:55:51.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:51 smithi105 bash[14197]: cluster 2024-02-08T21:55:50.024567+0000 mgr.smithi105.rfsypb (mgr.14180) 364 : 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, 170 B/s wr, 0 op/s 2024-02-08T21:55:53.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:53 smithi105 bash[14197]: cluster 2024-02-08T21:55:52.025384+0000 mgr.smithi105.rfsypb (mgr.14180) 365 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-08T21:55:53.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:53 smithi167 bash[18945]: cluster 2024-02-08T21:55:52.025384+0000 mgr.smithi105.rfsypb (mgr.14180) 365 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-08T21:55:54.450 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:55:54.450 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:55:04.001668Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:55:03.545706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:55:04.002072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:58.039390Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.drfnfi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:55:08.253750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tgymsq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\nDeploy daemon haproxy.nfs.foo.smithi167.tgymsq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.987308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hkvzal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\nDeploy daemon haproxy.nfs.foo.smithi105.hkvzal ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.990699Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.xcvvvq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:55:03.545970Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:55:03.546101Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:55:04.003737Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:55:03.546220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:55:03.546340Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:55:04.002474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:55:03.546809Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:55:55.134 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:55:55.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:55 smithi105 bash[14197]: cluster 2024-02-08T21:55:54.026499+0000 mgr.smithi105.rfsypb (mgr.14180) 366 : 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 2024-02-08T21:55:55.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:55 smithi105 bash[14197]: audit 2024-02-08T21:55:54.437925+0000 mgr.smithi105.rfsypb (mgr.14180) 367 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:55:55.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:55 smithi167 bash[18945]: cluster 2024-02-08T21:55:54.026499+0000 mgr.smithi105.rfsypb (mgr.14180) 366 : 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 2024-02-08T21:55:55.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:55 smithi167 bash[18945]: audit 2024-02-08T21:55:54.437925+0000 mgr.smithi105.rfsypb (mgr.14180) 367 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:55:56.135 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:55:57.537 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:57 smithi105 bash[14197]: cluster 2024-02-08T21:55:56.028516+0000 mgr.smithi105.rfsypb (mgr.14180) 368 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T21:55:57.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:57 smithi167 bash[18945]: cluster 2024-02-08T21:55:56.028516+0000 mgr.smithi105.rfsypb (mgr.14180) 368 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T21:55:59.256 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:55:59.257 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:55:04.001668Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:55:03.545706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:55:04.002072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:58.039390Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.drfnfi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:55:08.253750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tgymsq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\nDeploy daemon haproxy.nfs.foo.smithi167.tgymsq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.987308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hkvzal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\nDeploy daemon haproxy.nfs.foo.smithi105.hkvzal ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.990699Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.xcvvvq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:55:03.545970Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:55:03.546101Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:55:04.003737Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:55:03.546220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:55:03.546340Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:55:04.002474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:55:03.546809Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:55:59.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:55:59 smithi105 bash[14197]: cluster 2024-02-08T21:55:58.029773+0000 mgr.smithi105.rfsypb (mgr.14180) 369 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:55:59.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:55:59 smithi167 bash[18945]: cluster 2024-02-08T21:55:58.029773+0000 mgr.smithi105.rfsypb (mgr.14180) 369 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:00.024 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:56:00.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:00 smithi167 bash[18945]: audit 2024-02-08T21:55:59.245533+0000 mgr.smithi105.rfsypb (mgr.14180) 370 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:56:00.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:00 smithi105 bash[14197]: audit 2024-02-08T21:55:59.245533+0000 mgr.smithi105.rfsypb (mgr.14180) 370 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:56:01.025 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:56:01.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:01 smithi105 bash[14197]: cluster 2024-02-08T21:56:00.031359+0000 mgr.smithi105.rfsypb (mgr.14180) 371 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:01.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:01 smithi167 bash[18945]: cluster 2024-02-08T21:56:00.031359+0000 mgr.smithi105.rfsypb (mgr.14180) 371 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:03.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:03 smithi105 bash[14197]: cluster 2024-02-08T21:56:02.032900+0000 mgr.smithi105.rfsypb (mgr.14180) 372 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:03.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:03 smithi167 bash[18945]: cluster 2024-02-08T21:56:02.032900+0000 mgr.smithi105.rfsypb (mgr.14180) 372 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:04.394 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:56:04.395 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:55:04.001668Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:55:03.545706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:55:04.002072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:58.039390Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.drfnfi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:55:08.253750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tgymsq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\nDeploy daemon haproxy.nfs.foo.smithi167.tgymsq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.987308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hkvzal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\nDeploy daemon haproxy.nfs.foo.smithi105.hkvzal ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.990699Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.xcvvvq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:55:03.545970Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:55:03.546101Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:55:04.003737Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:55:03.546220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:55:03.546340Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:55:04.002474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:55:03.546809Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:56:05.154 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:56:05.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:05 smithi105 bash[14197]: cluster 2024-02-08T21:56:04.034055+0000 mgr.smithi105.rfsypb (mgr.14180) 373 : 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 2024-02-08T21:56:05.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:05 smithi105 bash[14197]: audit 2024-02-08T21:56:04.386784+0000 mgr.smithi105.rfsypb (mgr.14180) 374 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:56:05.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:05 smithi167 bash[18945]: cluster 2024-02-08T21:56:04.034055+0000 mgr.smithi105.rfsypb (mgr.14180) 373 : 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 2024-02-08T21:56:05.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:05 smithi167 bash[18945]: audit 2024-02-08T21:56:04.386784+0000 mgr.smithi105.rfsypb (mgr.14180) 374 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:56:06.155 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:56:07.555 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:07 smithi105 bash[14197]: cluster 2024-02-08T21:56:06.036116+0000 mgr.smithi105.rfsypb (mgr.14180) 375 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T21:56:07.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:07 smithi167 bash[18945]: cluster 2024-02-08T21:56:06.036116+0000 mgr.smithi105.rfsypb (mgr.14180) 375 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T21:56:09.314 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:56:09.314 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:55:04.001668Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:55:03.545706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:55:04.002072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:58.039390Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.drfnfi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:55:08.253750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tgymsq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\nDeploy daemon haproxy.nfs.foo.smithi167.tgymsq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.987308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hkvzal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\nDeploy daemon haproxy.nfs.foo.smithi105.hkvzal ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.990699Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.xcvvvq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:55:03.545970Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:55:03.546101Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:55:04.003737Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:55:03.546220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:55:03.546340Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:55:04.002474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:55:03.546809Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:56:09.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:09 smithi167 bash[18945]: cluster 2024-02-08T21:56:08.037206+0000 mgr.smithi105.rfsypb (mgr.14180) 376 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:09.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:09 smithi105 bash[14197]: cluster 2024-02-08T21:56:08.037206+0000 mgr.smithi105.rfsypb (mgr.14180) 376 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:10.110 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:56:10.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:10 smithi167 bash[18945]: audit 2024-02-08T21:56:09.301198+0000 mgr.smithi105.rfsypb (mgr.14180) 377 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:56:10.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:10 smithi105 bash[14197]: audit 2024-02-08T21:56:09.301198+0000 mgr.smithi105.rfsypb (mgr.14180) 377 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:56:11.111 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:56:11.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:11 smithi105 bash[14197]: cluster 2024-02-08T21:56:10.038645+0000 mgr.smithi105.rfsypb (mgr.14180) 378 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:11.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:11 smithi167 bash[18945]: cluster 2024-02-08T21:56:10.038645+0000 mgr.smithi105.rfsypb (mgr.14180) 378 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:12.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:12 smithi105 bash[14197]: audit 2024-02-08T21:56:11.999304+0000 mon.smithi105 (mon.0) 749 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:56:12.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:12 smithi105 bash[14197]: audit 2024-02-08T21:56:12.261346+0000 mon.smithi105 (mon.0) 750 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:56:12.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:12 smithi167 bash[18945]: audit 2024-02-08T21:56:11.999304+0000 mon.smithi105 (mon.0) 749 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:56:12.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:12 smithi167 bash[18945]: audit 2024-02-08T21:56:12.261346+0000 mon.smithi105 (mon.0) 750 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:56:13.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:13 smithi105 bash[14197]: cluster 2024-02-08T21:56:12.039761+0000 mgr.smithi105.rfsypb (mgr.14180) 379 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:13.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:13 smithi167 bash[18945]: cluster 2024-02-08T21:56:12.039761+0000 mgr.smithi105.rfsypb (mgr.14180) 379 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:14.651 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:56:14.651 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:55:04.001668Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:55:03.545706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:55:04.002072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:58.039390Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.drfnfi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:55:08.253750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tgymsq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\nDeploy daemon haproxy.nfs.foo.smithi167.tgymsq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.987308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hkvzal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\nDeploy daemon haproxy.nfs.foo.smithi105.hkvzal ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.990699Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.xcvvvq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:55:03.545970Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:55:03.546101Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:55:04.003737Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:55:03.546220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:55:03.546340Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:55:04.002474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:55:03.546809Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:56:15.434 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:56:15.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:15 smithi167 bash[18945]: cluster 2024-02-08T21:56:14.041086+0000 mgr.smithi105.rfsypb (mgr.14180) 380 : 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 2024-02-08T21:56:15.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:15 smithi167 bash[18945]: audit 2024-02-08T21:56:14.644478+0000 mgr.smithi105.rfsypb (mgr.14180) 381 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:56:15.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:15 smithi105 bash[14197]: cluster 2024-02-08T21:56:14.041086+0000 mgr.smithi105.rfsypb (mgr.14180) 380 : 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 2024-02-08T21:56:15.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:15 smithi105 bash[14197]: audit 2024-02-08T21:56:14.644478+0000 mgr.smithi105.rfsypb (mgr.14180) 381 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:56:16.435 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:56:17.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:17 smithi167 bash[18945]: cluster 2024-02-08T21:56:16.043165+0000 mgr.smithi105.rfsypb (mgr.14180) 382 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T21:56:17.792 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:17 smithi105 bash[14197]: cluster 2024-02-08T21:56:16.043165+0000 mgr.smithi105.rfsypb (mgr.14180) 382 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T21:56:18.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:18 smithi105 bash[14197]: audit 2024-02-08T21:56:17.510548+0000 mon.smithi105 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:56:18.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:18 smithi167 bash[18945]: audit 2024-02-08T21:56:17.510548+0000 mon.smithi105 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:56:19.723 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:56:19.723 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:55:04.001668Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:55:04.001873Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:55:04.002072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:58.039390Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.drfnfi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:55:08.253750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tgymsq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\nDeploy daemon haproxy.nfs.foo.smithi167.tgymsq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.987308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hkvzal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\nDeploy daemon haproxy.nfs.foo.smithi105.hkvzal ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.990699Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.xcvvvq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:55:04.001453Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:55:04.001098Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:55:04.003737Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:55:04.002269Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:55:04.002672Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:55:04.002474Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:55:04.003527Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:56:19.771 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:19 smithi105 bash[14197]: cluster 2024-02-08T21:56:18.044032+0000 mgr.smithi105.rfsypb (mgr.14180) 383 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:19.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:19 smithi167 bash[18945]: cluster 2024-02-08T21:56:18.044032+0000 mgr.smithi105.rfsypb (mgr.14180) 383 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:20.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:56:21.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:21 smithi167 bash[18945]: audit 2024-02-08T21:56:19.712698+0000 mgr.smithi105.rfsypb (mgr.14180) 384 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:56:21.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:21 smithi167 bash[18945]: cluster 2024-02-08T21:56:20.045663+0000 mgr.smithi105.rfsypb (mgr.14180) 385 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:21.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:21 smithi167 bash[18945]: audit 2024-02-08T21:56:20.063114+0000 mon.smithi105 (mon.0) 752 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:56:21.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:21 smithi167 bash[18945]: audit 2024-02-08T21:56:20.326962+0000 mon.smithi105 (mon.0) 753 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:56:21.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:21 smithi167 bash[18945]: audit 2024-02-08T21:56:20.328030+0000 mon.smithi105 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T21:56:21.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:21 smithi167 bash[18945]: audit 2024-02-08T21:56:20.335797+0000 mon.smithi105 (mon.0) 755 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:56:21.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:21 smithi167 bash[18945]: cluster 2024-02-08T21:56:20.336639+0000 mgr.smithi105.rfsypb (mgr.14180) 386 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T21:56:21.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:21 smithi167 bash[18945]: audit 2024-02-08T21:56:20.341136+0000 mon.smithi105 (mon.0) 756 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T21:56:21.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:21 smithi167 bash[18945]: audit 2024-02-08T21:56:20.354069+0000 mon.smithi105 (mon.0) 757 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:56:21.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:21 smithi167 bash[18945]: cephadm 2024-02-08T21:56:20.357049+0000 mgr.smithi105.rfsypb (mgr.14180) 387 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.ryjfxw on smithi167 2024-02-08T21:56:21.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:21 smithi167 bash[18945]: cluster 2024-02-08T21:56:20.520222+0000 mon.smithi105 (mon.0) 758 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T21:56:21.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:21 smithi167 bash[18945]: cluster 2024-02-08T21:56:20.520294+0000 mon.smithi105 (mon.0) 759 : cluster [INF] Cluster is now healthy 2024-02-08T21:56:21.533 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:56:21.547 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:21 smithi105 bash[14197]: audit 2024-02-08T21:56:19.712698+0000 mgr.smithi105.rfsypb (mgr.14180) 384 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:56:21.547 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:21 smithi105 bash[14197]: cluster 2024-02-08T21:56:20.045663+0000 mgr.smithi105.rfsypb (mgr.14180) 385 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:21.547 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:21 smithi105 bash[14197]: audit 2024-02-08T21:56:20.063114+0000 mon.smithi105 (mon.0) 752 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:56:21.547 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:21 smithi105 bash[14197]: audit 2024-02-08T21:56:20.326962+0000 mon.smithi105 (mon.0) 753 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:56:21.547 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:21 smithi105 bash[14197]: audit 2024-02-08T21:56:20.328030+0000 mon.smithi105 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T21:56:21.547 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:21 smithi105 bash[14197]: audit 2024-02-08T21:56:20.335797+0000 mon.smithi105 (mon.0) 755 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:56:21.548 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:21 smithi105 bash[14197]: cluster 2024-02-08T21:56:20.336639+0000 mgr.smithi105.rfsypb (mgr.14180) 386 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T21:56:21.548 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:21 smithi105 bash[14197]: audit 2024-02-08T21:56:20.341136+0000 mon.smithi105 (mon.0) 756 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T21:56:21.548 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:21 smithi105 bash[14197]: audit 2024-02-08T21:56:20.354069+0000 mon.smithi105 (mon.0) 757 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:56:21.548 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:21 smithi105 bash[14197]: cephadm 2024-02-08T21:56:20.357049+0000 mgr.smithi105.rfsypb (mgr.14180) 387 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.ryjfxw on smithi167 2024-02-08T21:56:21.548 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:21 smithi105 bash[14197]: cluster 2024-02-08T21:56:20.520222+0000 mon.smithi105 (mon.0) 758 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T21:56:21.548 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:21 smithi105 bash[14197]: cluster 2024-02-08T21:56:20.520294+0000 mon.smithi105 (mon.0) 759 : cluster [INF] Cluster is now healthy 2024-02-08T21:56:23.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:23 smithi105 bash[14197]: cluster 2024-02-08T21:56:22.337507+0000 mgr.smithi105.rfsypb (mgr.14180) 388 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T21:56:23.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:23 smithi105 bash[14197]: audit 2024-02-08T21:56:22.526874+0000 mon.smithi105 (mon.0) 760 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:56:23.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:23 smithi167 bash[18945]: cluster 2024-02-08T21:56:22.337507+0000 mgr.smithi105.rfsypb (mgr.14180) 388 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T21:56:23.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:23 smithi167 bash[18945]: audit 2024-02-08T21:56:22.526874+0000 mon.smithi105 (mon.0) 760 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:56:24.692 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:56:24.693 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:56:20.053930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:56:20.054128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:55:08.253750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tgymsq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tgymsq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tgymsq\nDeploy daemon haproxy.nfs.foo.smithi167.tgymsq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.987308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hkvzal on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-hkvzal\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.hkvzal\nDeploy daemon haproxy.nfs.foo.smithi105.hkvzal ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:55:11.990699Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.xcvvvq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:24.109357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ryjfxw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\nDeploy daemon haproxy.nfs.foo.smithi167.ryjfxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -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.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:56:20.054933Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:56:20.054321Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:56:24.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:24 smithi105 bash[14197]: audit 2024-02-08T21:56:24.108203+0000 mon.smithi105 (mon.0) 761 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.ryjfxw"}]: dispatch 2024-02-08T21:56:24.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:24 smithi167 bash[18945]: audit 2024-02-08T21:56:24.108203+0000 mon.smithi105 (mon.0) 761 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.ryjfxw"}]: dispatch 2024-02-08T21:56:25.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:56:25.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: cephadm 2024-02-08T21:56:24.107417+0000 mgr.smithi105.rfsypb (mgr.14180) 389 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw 2024-02-08T21:56:25.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:56:25.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw 2024-02-08T21:56:25.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw 2024-02-08T21:56:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:56:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw 2024-02-08T21:56:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.ryjfxw ... 2024-02-08T21:56:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:56:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:56:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:56:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:56:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:56:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T21:56:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T21:56:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T21:56:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T21:56:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T21:56:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw 2024-02-08T21:56:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:56:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw 2024-02-08T21:56:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw 2024-02-08T21:56:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:56:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw 2024-02-08T21:56:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.ryjfxw ... 2024-02-08T21:56:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:56:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:56:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:56:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:56:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:56:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: cephadm 2024-02-08T21:56:24.107691+0000 mgr.smithi105.rfsypb (mgr.14180) 390 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.ryjfxw 2024-02-08T21:56:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: cephadm 2024-02-08T21:56:24.109487+0000 mgr.smithi105.rfsypb (mgr.14180) 391 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.ryjfxw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw 2024-02-08T21:56:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:56:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw 2024-02-08T21:56:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw 2024-02-08T21:56:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:56:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw 2024-02-08T21:56:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.ryjfxw ... 2024-02-08T21:56:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:56:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:56:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:56:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:56:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:56:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: cephadm 2024-02-08T21:56:24.111867+0000 mgr.smithi105.rfsypb (mgr.14180) 392 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.ursufn on smithi105 2024-02-08T21:56:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: cluster 2024-02-08T21:56:24.338395+0000 mgr.smithi105.rfsypb (mgr.14180) 393 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T21:56:25.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:25 smithi105 bash[14197]: audit 2024-02-08T21:56:24.680522+0000 mgr.smithi105.rfsypb (mgr.14180) 394 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:56:25.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: cephadm 2024-02-08T21:56:24.107417+0000 mgr.smithi105.rfsypb (mgr.14180) 389 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw 2024-02-08T21:56:25.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:56:25.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw 2024-02-08T21:56:25.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw 2024-02-08T21:56:25.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:56:25.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw 2024-02-08T21:56:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.ryjfxw ... 2024-02-08T21:56:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:56:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:56:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:56:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:56:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:56:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T21:56:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T21:56:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T21:56:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T21:56:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T21:56:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw 2024-02-08T21:56:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:56:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw 2024-02-08T21:56:26.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw 2024-02-08T21:56:26.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:56:26.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw 2024-02-08T21:56:26.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.ryjfxw ... 2024-02-08T21:56:26.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:56:26.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:56:26.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:56:26.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:56:26.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:56:26.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: cephadm 2024-02-08T21:56:24.107691+0000 mgr.smithi105.rfsypb (mgr.14180) 390 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.ryjfxw 2024-02-08T21:56:26.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: cephadm 2024-02-08T21:56:24.109487+0000 mgr.smithi105.rfsypb (mgr.14180) 391 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.ryjfxw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw 2024-02-08T21:56:26.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:56:26.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw 2024-02-08T21:56:26.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw 2024-02-08T21:56:26.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:56:26.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw 2024-02-08T21:56:26.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.ryjfxw ... 2024-02-08T21:56:26.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:56:26.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:56:26.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:56:26.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:56:26.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:56:26.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: cephadm 2024-02-08T21:56:24.111867+0000 mgr.smithi105.rfsypb (mgr.14180) 392 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.ursufn on smithi105 2024-02-08T21:56:26.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: cluster 2024-02-08T21:56:24.338395+0000 mgr.smithi105.rfsypb (mgr.14180) 393 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T21:56:26.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:25 smithi167 bash[18945]: audit 2024-02-08T21:56:24.680522+0000 mgr.smithi105.rfsypb (mgr.14180) 394 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:56:26.474 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:56:27.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:27 smithi105 bash[14197]: cluster 2024-02-08T21:56:26.340026+0000 mgr.smithi105.rfsypb (mgr.14180) 395 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T21:56:27.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:27 smithi167 bash[18945]: cluster 2024-02-08T21:56:26.340026+0000 mgr.smithi105.rfsypb (mgr.14180) 395 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T21:56:28.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:28 smithi105 bash[14197]: audit 2024-02-08T21:56:28.420128+0000 mon.smithi105 (mon.0) 762 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.ursufn"}]: dispatch 2024-02-08T21:56:28.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:28 smithi167 bash[18945]: audit 2024-02-08T21:56:28.420128+0000 mon.smithi105 (mon.0) 762 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.ursufn"}]: dispatch 2024-02-08T21:56:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: cluster 2024-02-08T21:56:28.341064+0000 mgr.smithi105.rfsypb (mgr.14180) 396 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T21:56:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: cephadm 2024-02-08T21:56:28.418944+0000 mgr.smithi105.rfsypb (mgr.14180) 397 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn 2024-02-08T21:56:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:56:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn 2024-02-08T21:56:29.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn 2024-02-08T21:56:29.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:56:29.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn 2024-02-08T21:56:29.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.ursufn ... 2024-02-08T21:56:29.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:56:29.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:56:29.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:56:29.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:56:29.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:56:29.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T21:56:29.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T21:56:29.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T21:56:29.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T21:56:29.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T21:56:29.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn 2024-02-08T21:56:29.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:56:29.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn 2024-02-08T21:56:29.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn 2024-02-08T21:56:29.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:56:29.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn 2024-02-08T21:56:29.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.ursufn ... 2024-02-08T21:56:29.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:56:29.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:56:29.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:56:29.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:56:29.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:56:29.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: cephadm 2024-02-08T21:56:28.419474+0000 mgr.smithi105.rfsypb (mgr.14180) 398 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.ursufn 2024-02-08T21:56:29.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: cephadm 2024-02-08T21:56:28.421508+0000 mgr.smithi105.rfsypb (mgr.14180) 399 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.ursufn on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn 2024-02-08T21:56:29.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:56:29.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn 2024-02-08T21:56:29.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn 2024-02-08T21:56:29.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:56:29.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn 2024-02-08T21:56:29.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.ursufn ... 2024-02-08T21:56:29.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:56:29.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:56:29.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:56:29.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:56:29.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:56:29.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: cephadm 2024-02-08T21:56:28.424781+0000 mgr.smithi105.rfsypb (mgr.14180) 400 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.hhrnsa on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T21:56:29.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: cephadm 2024-02-08T21:56:28.427773+0000 mgr.smithi105.rfsypb (mgr.14180) 401 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T21:56:29.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: cluster 2024-02-08T21:56:28.428776+0000 mgr.smithi105.rfsypb (mgr.14180) 402 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2024-02-08T21:56:29.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:29 smithi105 bash[14197]: cluster 2024-02-08T21:56:28.544414+0000 mon.smithi105 (mon.0) 763 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T21:56:29.881 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:56:29.882 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:56:20.053930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:56:20.054128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:24.109357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ryjfxw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\nDeploy daemon haproxy.nfs.foo.smithi167.ryjfxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.421291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ursufn on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\nDeploy daemon haproxy.nfs.foo.smithi105.ursufn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.424615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.hhrnsa on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:56:20.054933Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:56:20.054321Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:56:29.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: cluster 2024-02-08T21:56:28.341064+0000 mgr.smithi105.rfsypb (mgr.14180) 396 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T21:56:29.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: cephadm 2024-02-08T21:56:28.418944+0000 mgr.smithi105.rfsypb (mgr.14180) 397 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn 2024-02-08T21:56:30.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:56:30.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn 2024-02-08T21:56:30.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn 2024-02-08T21:56:30.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:56:30.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn 2024-02-08T21:56:30.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.ursufn ... 2024-02-08T21:56:30.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:56:30.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:56:30.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:56:30.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:56:30.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:56:30.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T21:56:30.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T21:56:30.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T21:56:30.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T21:56:30.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T21:56:30.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn 2024-02-08T21:56:30.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:56:30.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn 2024-02-08T21:56:30.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn 2024-02-08T21:56:30.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:56:30.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn 2024-02-08T21:56:30.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.ursufn ... 2024-02-08T21:56:30.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:56:30.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:56:30.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:56:30.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:56:30.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:56:30.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: cephadm 2024-02-08T21:56:28.419474+0000 mgr.smithi105.rfsypb (mgr.14180) 398 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.ursufn 2024-02-08T21:56:30.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: cephadm 2024-02-08T21:56:28.421508+0000 mgr.smithi105.rfsypb (mgr.14180) 399 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.ursufn on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn 2024-02-08T21:56:30.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:56:30.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn 2024-02-08T21:56:30.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn 2024-02-08T21:56:30.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:56:30.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn 2024-02-08T21:56:30.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.ursufn ... 2024-02-08T21:56:30.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:56:30.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:56:30.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:56:30.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:56:30.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:56:30.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: cephadm 2024-02-08T21:56:28.424781+0000 mgr.smithi105.rfsypb (mgr.14180) 400 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.hhrnsa on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T21:56:30.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: cephadm 2024-02-08T21:56:28.427773+0000 mgr.smithi105.rfsypb (mgr.14180) 401 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T21:56:30.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: cluster 2024-02-08T21:56:28.428776+0000 mgr.smithi105.rfsypb (mgr.14180) 402 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2024-02-08T21:56:30.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:29 smithi167 bash[18945]: cluster 2024-02-08T21:56:28.544414+0000 mon.smithi105 (mon.0) 763 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T21:56:30.640 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:56:31.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:31 smithi105 bash[14197]: audit 2024-02-08T21:56:29.874465+0000 mgr.smithi105.rfsypb (mgr.14180) 403 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:56:31.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:31 smithi105 bash[14197]: audit 2024-02-08T21:56:30.261136+0000 mon.smithi105 (mon.0) 764 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:56:31.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:31 smithi105 bash[14197]: cluster 2024-02-08T21:56:30.429716+0000 mgr.smithi105.rfsypb (mgr.14180) 404 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T21:56:31.642 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:56:31.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:31 smithi167 bash[18945]: audit 2024-02-08T21:56:29.874465+0000 mgr.smithi105.rfsypb (mgr.14180) 403 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:56:31.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:31 smithi167 bash[18945]: audit 2024-02-08T21:56:30.261136+0000 mon.smithi105 (mon.0) 764 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:56:31.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:31 smithi167 bash[18945]: cluster 2024-02-08T21:56:30.429716+0000 mgr.smithi105.rfsypb (mgr.14180) 404 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T21:56:33.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:33 smithi167 bash[18945]: cluster 2024-02-08T21:56:32.431315+0000 mgr.smithi105.rfsypb (mgr.14180) 405 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T21:56:33.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:33 smithi105 bash[14197]: cluster 2024-02-08T21:56:32.431315+0000 mgr.smithi105.rfsypb (mgr.14180) 405 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T21:56:34.784 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:56:34.784 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:56:20.053930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:56:20.054128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:24.109357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ryjfxw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\nDeploy daemon haproxy.nfs.foo.smithi167.ryjfxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.421291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ursufn on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\nDeploy daemon haproxy.nfs.foo.smithi105.ursufn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.424615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.hhrnsa on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:56:20.054933Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:56:20.054321Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:56:35.482 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:56:35.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:35 smithi167 bash[18945]: cluster 2024-02-08T21:56:34.432407+0000 mgr.smithi105.rfsypb (mgr.14180) 406 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T21:56:35.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:35 smithi105 bash[14197]: cluster 2024-02-08T21:56:34.432407+0000 mgr.smithi105.rfsypb (mgr.14180) 406 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T21:56:36.483 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:56:36.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:36 smithi105 bash[14197]: audit 2024-02-08T21:56:34.773377+0000 mgr.smithi105.rfsypb (mgr.14180) 407 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:56:36.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:36 smithi167 bash[18945]: audit 2024-02-08T21:56:34.773377+0000 mgr.smithi105.rfsypb (mgr.14180) 407 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:56:37.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:37 smithi105 bash[14197]: cluster 2024-02-08T21:56:36.434384+0000 mgr.smithi105.rfsypb (mgr.14180) 408 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T21:56:37.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:37 smithi167 bash[18945]: cluster 2024-02-08T21:56:36.434384+0000 mgr.smithi105.rfsypb (mgr.14180) 408 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T21:56:38.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:38 smithi105 bash[14197]: audit 2024-02-08T21:56:37.523893+0000 mon.smithi105 (mon.0) 765 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:56:38.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:38 smithi167 bash[18945]: audit 2024-02-08T21:56:37.523893+0000 mon.smithi105 (mon.0) 765 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:56:39.616 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:56:39.616 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:56:20.053930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:56:20.054128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:24.109357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ryjfxw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\nDeploy daemon haproxy.nfs.foo.smithi167.ryjfxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.421291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ursufn on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\nDeploy daemon haproxy.nfs.foo.smithi105.ursufn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.424615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.hhrnsa on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:56:20.054933Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:56:20.054321Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:56:39.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:39 smithi105 bash[14197]: cluster 2024-02-08T21:56:38.435644+0000 mgr.smithi105.rfsypb (mgr.14180) 409 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T21:56:39.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:39 smithi167 bash[18945]: cluster 2024-02-08T21:56:38.435644+0000 mgr.smithi105.rfsypb (mgr.14180) 409 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T21:56:40.345 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:56:40.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:40 smithi105 bash[14197]: audit 2024-02-08T21:56:39.603123+0000 mgr.smithi105.rfsypb (mgr.14180) 410 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:56:40.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:40 smithi167 bash[18945]: audit 2024-02-08T21:56:39.603123+0000 mgr.smithi105.rfsypb (mgr.14180) 410 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:56:41.346 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:56:41.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:41 smithi105 bash[14197]: cluster 2024-02-08T21:56:40.437373+0000 mgr.smithi105.rfsypb (mgr.14180) 411 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:41.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:41 smithi167 bash[18945]: cluster 2024-02-08T21:56:40.437373+0000 mgr.smithi105.rfsypb (mgr.14180) 411 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:43.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:43 smithi105 bash[14197]: cluster 2024-02-08T21:56:42.439066+0000 mgr.smithi105.rfsypb (mgr.14180) 412 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:43.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:43 smithi167 bash[18945]: cluster 2024-02-08T21:56:42.439066+0000 mgr.smithi105.rfsypb (mgr.14180) 412 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:44.419 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:56:44.419 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:56:20.053930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:56:20.054128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:24.109357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ryjfxw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\nDeploy daemon haproxy.nfs.foo.smithi167.ryjfxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.421291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ursufn on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\nDeploy daemon haproxy.nfs.foo.smithi105.ursufn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.424615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.hhrnsa on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:56:20.054933Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:56:20.054321Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:56:45.113 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:56:45.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:45 smithi105 bash[14197]: audit 2024-02-08T21:56:44.408062+0000 mgr.smithi105.rfsypb (mgr.14180) 413 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:56:45.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:45 smithi105 bash[14197]: cluster 2024-02-08T21:56:44.440709+0000 mgr.smithi105.rfsypb (mgr.14180) 414 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:45.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:45 smithi167 bash[18945]: audit 2024-02-08T21:56:44.408062+0000 mgr.smithi105.rfsypb (mgr.14180) 413 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:56:45.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:45 smithi167 bash[18945]: cluster 2024-02-08T21:56:44.440709+0000 mgr.smithi105.rfsypb (mgr.14180) 414 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:46.113 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:56:47.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:47 smithi105 bash[14197]: cluster 2024-02-08T21:56:46.442687+0000 mgr.smithi105.rfsypb (mgr.14180) 415 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T21:56:47.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:47 smithi167 bash[18945]: cluster 2024-02-08T21:56:46.442687+0000 mgr.smithi105.rfsypb (mgr.14180) 415 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T21:56:49.181 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:56:49.182 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:56:20.053930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:56:20.054128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:24.109357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ryjfxw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\nDeploy daemon haproxy.nfs.foo.smithi167.ryjfxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.421291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ursufn on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\nDeploy daemon haproxy.nfs.foo.smithi105.ursufn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.424615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.hhrnsa on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:56:20.054933Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:56:20.054321Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:56:49.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:49 smithi105 bash[14197]: cluster 2024-02-08T21:56:48.443525+0000 mgr.smithi105.rfsypb (mgr.14180) 416 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:49.952 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:56:49.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:49 smithi167 bash[18945]: cluster 2024-02-08T21:56:48.443525+0000 mgr.smithi105.rfsypb (mgr.14180) 416 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:50.953 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:56:50.966 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:50 smithi105 bash[14197]: audit 2024-02-08T21:56:49.170886+0000 mgr.smithi105.rfsypb (mgr.14180) 417 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:56:50.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:50 smithi167 bash[18945]: audit 2024-02-08T21:56:49.170886+0000 mgr.smithi105.rfsypb (mgr.14180) 417 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:56:51.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:51 smithi167 bash[18945]: cluster 2024-02-08T21:56:50.445219+0000 mgr.smithi105.rfsypb (mgr.14180) 418 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:52.006 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:51 smithi105 bash[14197]: cluster 2024-02-08T21:56:50.445219+0000 mgr.smithi105.rfsypb (mgr.14180) 418 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:53.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:53 smithi167 bash[18945]: cluster 2024-02-08T21:56:52.446248+0000 mgr.smithi105.rfsypb (mgr.14180) 419 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:54.059 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:56:54.059 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:56:20.053930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:56:20.054128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:24.109357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ryjfxw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\nDeploy daemon haproxy.nfs.foo.smithi167.ryjfxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.421291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ursufn on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\nDeploy daemon haproxy.nfs.foo.smithi105.ursufn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.424615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.hhrnsa on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:56:20.054933Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:56:20.054321Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:56:54.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:53 smithi105 bash[14197]: cluster 2024-02-08T21:56:52.446248+0000 mgr.smithi105.rfsypb (mgr.14180) 419 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:54.845 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:56:55.846 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:56:55.857 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:55 smithi105 bash[14197]: audit 2024-02-08T21:56:54.045803+0000 mgr.smithi105.rfsypb (mgr.14180) 420 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:56:55.857 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:55 smithi105 bash[14197]: cluster 2024-02-08T21:56:54.447703+0000 mgr.smithi105.rfsypb (mgr.14180) 421 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:55.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:55 smithi167 bash[18945]: audit 2024-02-08T21:56:54.045803+0000 mgr.smithi105.rfsypb (mgr.14180) 420 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:56:55.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:55 smithi167 bash[18945]: cluster 2024-02-08T21:56:54.447703+0000 mgr.smithi105.rfsypb (mgr.14180) 421 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:56:57.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:57 smithi167 bash[18945]: cluster 2024-02-08T21:56:56.449630+0000 mgr.smithi105.rfsypb (mgr.14180) 422 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T21:56:58.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:57 smithi105 bash[14197]: cluster 2024-02-08T21:56:56.449630+0000 mgr.smithi105.rfsypb (mgr.14180) 422 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T21:56:58.970 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:56:58.970 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:56:20.053930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:56:20.054128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:24.109357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ryjfxw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\nDeploy daemon haproxy.nfs.foo.smithi167.ryjfxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.421291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ursufn on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\nDeploy daemon haproxy.nfs.foo.smithi105.ursufn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.424615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.hhrnsa on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:56:20.054933Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:56:20.054321Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:56:59.736 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:56:59.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:56:59 smithi167 bash[18945]: cluster 2024-02-08T21:56:58.450829+0000 mgr.smithi105.rfsypb (mgr.14180) 423 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:57:00.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:56:59 smithi105 bash[14197]: cluster 2024-02-08T21:56:58.450829+0000 mgr.smithi105.rfsypb (mgr.14180) 423 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:57:00.737 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:57:00.934 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:00 smithi105 bash[14197]: audit 2024-02-08T21:56:58.959152+0000 mgr.smithi105.rfsypb (mgr.14180) 424 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:57:00.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:00 smithi167 bash[18945]: audit 2024-02-08T21:56:58.959152+0000 mgr.smithi105.rfsypb (mgr.14180) 424 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:57:01.928 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:01 smithi105 bash[14197]: cluster 2024-02-08T21:57:00.452402+0000 mgr.smithi105.rfsypb (mgr.14180) 425 : 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 2024-02-08T21:57:01.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:01 smithi167 bash[18945]: cluster 2024-02-08T21:57:00.452402+0000 mgr.smithi105.rfsypb (mgr.14180) 425 : 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 2024-02-08T21:57:03.803 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:57:03.804 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:56:20.053930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:56:20.054128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:24.109357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ryjfxw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\nDeploy daemon haproxy.nfs.foo.smithi167.ryjfxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.421291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ursufn on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\nDeploy daemon haproxy.nfs.foo.smithi105.ursufn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.424615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.hhrnsa on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:56:20.054933Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:56:20.054321Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:57:03.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:03 smithi105 bash[14197]: cluster 2024-02-08T21:57:02.453257+0000 mgr.smithi105.rfsypb (mgr.14180) 426 : 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 2024-02-08T21:57:03.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:03 smithi167 bash[18945]: cluster 2024-02-08T21:57:02.453257+0000 mgr.smithi105.rfsypb (mgr.14180) 426 : 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 2024-02-08T21:57:04.588 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:57:05.589 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:57:05.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:05 smithi167 bash[18945]: audit 2024-02-08T21:57:03.790845+0000 mgr.smithi105.rfsypb (mgr.14180) 427 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:57:05.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:05 smithi167 bash[18945]: cluster 2024-02-08T21:57:04.454240+0000 mgr.smithi105.rfsypb (mgr.14180) 428 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:57:06.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:05 smithi105 bash[14197]: audit 2024-02-08T21:57:03.790845+0000 mgr.smithi105.rfsypb (mgr.14180) 427 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:57:06.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:05 smithi105 bash[14197]: cluster 2024-02-08T21:57:04.454240+0000 mgr.smithi105.rfsypb (mgr.14180) 428 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:57:07.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:07 smithi105 bash[14197]: cluster 2024-02-08T21:57:06.455855+0000 mgr.smithi105.rfsypb (mgr.14180) 429 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T21:57:07.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:07 smithi167 bash[18945]: cluster 2024-02-08T21:57:06.455855+0000 mgr.smithi105.rfsypb (mgr.14180) 429 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T21:57:08.644 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:57:08.645 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:56:20.053930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:56:20.054128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:24.109357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ryjfxw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\nDeploy daemon haproxy.nfs.foo.smithi167.ryjfxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.421291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ursufn on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\nDeploy daemon haproxy.nfs.foo.smithi105.ursufn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.424615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.hhrnsa on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:56:20.054933Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:56:20.054321Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:57:09.408 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:57:09.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:09 smithi105 bash[14197]: cluster 2024-02-08T21:57:08.456838+0000 mgr.smithi105.rfsypb (mgr.14180) 430 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:57:09.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:09 smithi105 bash[14197]: audit 2024-02-08T21:57:08.637284+0000 mgr.smithi105.rfsypb (mgr.14180) 431 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:57:09.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:09 smithi167 bash[18945]: cluster 2024-02-08T21:57:08.456838+0000 mgr.smithi105.rfsypb (mgr.14180) 430 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:57:09.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:09 smithi167 bash[18945]: audit 2024-02-08T21:57:08.637284+0000 mgr.smithi105.rfsypb (mgr.14180) 431 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:57:10.409 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:57:11.786 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:11 smithi105 bash[14197]: cluster 2024-02-08T21:57:10.458048+0000 mgr.smithi105.rfsypb (mgr.14180) 432 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:57:11.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:11 smithi167 bash[18945]: cluster 2024-02-08T21:57:10.458048+0000 mgr.smithi105.rfsypb (mgr.14180) 432 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:57:13.688 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:57:13.688 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:56:20.053930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:56:20.054128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:24.109357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ryjfxw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\nDeploy daemon haproxy.nfs.foo.smithi167.ryjfxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.421291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ursufn on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\nDeploy daemon haproxy.nfs.foo.smithi105.ursufn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.424615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.hhrnsa on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:56:20.054933Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:56:20.054321Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:57:13.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:13 smithi167 bash[18945]: cluster 2024-02-08T21:57:12.459735+0000 mgr.smithi105.rfsypb (mgr.14180) 433 : 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 2024-02-08T21:57:14.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:13 smithi105 bash[14197]: cluster 2024-02-08T21:57:12.459735+0000 mgr.smithi105.rfsypb (mgr.14180) 433 : 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 2024-02-08T21:57:14.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:57:14.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:14 smithi105 bash[14197]: audit 2024-02-08T21:57:13.676610+0000 mgr.smithi105.rfsypb (mgr.14180) 434 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:57:14.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:14 smithi167 bash[18945]: audit 2024-02-08T21:57:13.676610+0000 mgr.smithi105.rfsypb (mgr.14180) 434 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:57:15.429 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:57:15.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:15 smithi105 bash[14197]: cluster 2024-02-08T21:57:14.461350+0000 mgr.smithi105.rfsypb (mgr.14180) 435 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:57:15.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:15 smithi167 bash[18945]: cluster 2024-02-08T21:57:14.461350+0000 mgr.smithi105.rfsypb (mgr.14180) 435 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:57:17.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:17 smithi105 bash[14197]: cluster 2024-02-08T21:57:16.463104+0000 mgr.smithi105.rfsypb (mgr.14180) 436 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T21:57:17.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:17 smithi167 bash[18945]: cluster 2024-02-08T21:57:16.463104+0000 mgr.smithi105.rfsypb (mgr.14180) 436 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T21:57:18.645 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:57:18.645 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:56:20.053930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:56:20.054128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:24.109357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ryjfxw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\nDeploy daemon haproxy.nfs.foo.smithi167.ryjfxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.421291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ursufn on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\nDeploy daemon haproxy.nfs.foo.smithi105.ursufn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.424615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.hhrnsa on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:56:20.054933Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:56:20.054321Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:57:19.397 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:57:19.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:19 smithi167 bash[18945]: cluster 2024-02-08T21:57:18.464327+0000 mgr.smithi105.rfsypb (mgr.14180) 437 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:57:19.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:19 smithi167 bash[18945]: audit 2024-02-08T21:57:18.633638+0000 mgr.smithi105.rfsypb (mgr.14180) 438 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:57:20.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:19 smithi105 bash[14197]: cluster 2024-02-08T21:57:18.464327+0000 mgr.smithi105.rfsypb (mgr.14180) 437 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:57:20.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:19 smithi105 bash[14197]: audit 2024-02-08T21:57:18.633638+0000 mgr.smithi105.rfsypb (mgr.14180) 438 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:57:20.398 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:57:21.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:21 smithi167 bash[18945]: cluster 2024-02-08T21:57:20.466202+0000 mgr.smithi105.rfsypb (mgr.14180) 439 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T21:57:22.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:21 smithi105 bash[14197]: cluster 2024-02-08T21:57:20.466202+0000 mgr.smithi105.rfsypb (mgr.14180) 439 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T21:57:23.435 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:57:23.435 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:56:20.053930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:56:20.054128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:24.109357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ryjfxw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\nDeploy daemon haproxy.nfs.foo.smithi167.ryjfxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.421291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ursufn on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\nDeploy daemon haproxy.nfs.foo.smithi105.ursufn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.424615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.hhrnsa on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:56:20.054933Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:56:20.054321Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:57:23.823 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:23 smithi105 bash[14197]: cluster 2024-02-08T21:57:22.467913+0000 mgr.smithi105.rfsypb (mgr.14180) 440 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-08T21:57:23.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:23 smithi167 bash[18945]: cluster 2024-02-08T21:57:22.467913+0000 mgr.smithi105.rfsypb (mgr.14180) 440 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-08T21:57:24.167 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:57:24.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:24 smithi167 bash[18945]: audit 2024-02-08T21:57:23.424956+0000 mgr.smithi105.rfsypb (mgr.14180) 441 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:57:25.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:24 smithi105 bash[14197]: audit 2024-02-08T21:57:23.424956+0000 mgr.smithi105.rfsypb (mgr.14180) 441 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:57:25.168 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:57:25.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:25 smithi167 bash[18945]: cluster 2024-02-08T21:57:24.469567+0000 mgr.smithi105.rfsypb (mgr.14180) 442 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-08T21:57:26.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:25 smithi105 bash[14197]: cluster 2024-02-08T21:57:24.469567+0000 mgr.smithi105.rfsypb (mgr.14180) 442 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-08T21:57:27.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:27 smithi167 bash[18945]: cluster 2024-02-08T21:57:26.471305+0000 mgr.smithi105.rfsypb (mgr.14180) 443 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-02-08T21:57:28.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:27 smithi105 bash[14197]: cluster 2024-02-08T21:57:26.471305+0000 mgr.smithi105.rfsypb (mgr.14180) 443 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-02-08T21:57:28.271 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:57:28.271 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:56:20.053930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:56:20.054128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:24.109357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ryjfxw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\nDeploy daemon haproxy.nfs.foo.smithi167.ryjfxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.421291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ursufn on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\nDeploy daemon haproxy.nfs.foo.smithi105.ursufn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.424615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.hhrnsa on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:56:20.054933Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:56:20.054321Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:57:28.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:28 smithi105 bash[14197]: audit 2024-02-08T21:57:28.431344+0000 mon.smithi105 (mon.0) 766 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:57:28.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:28 smithi167 bash[18945]: audit 2024-02-08T21:57:28.431344+0000 mon.smithi105 (mon.0) 766 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:57:29.030 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:57:29.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:29 smithi167 bash[18945]: audit 2024-02-08T21:57:28.259300+0000 mgr.smithi105.rfsypb (mgr.14180) 444 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:57:29.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:29 smithi167 bash[18945]: cluster 2024-02-08T21:57:28.472527+0000 mgr.smithi105.rfsypb (mgr.14180) 445 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-08T21:57:30.032 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:57:30.044 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:29 smithi105 bash[14197]: audit 2024-02-08T21:57:28.259300+0000 mgr.smithi105.rfsypb (mgr.14180) 444 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:57:30.044 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:29 smithi105 bash[14197]: cluster 2024-02-08T21:57:28.472527+0000 mgr.smithi105.rfsypb (mgr.14180) 445 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-08T21:57:31.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:30 smithi105 bash[14197]: cluster 2024-02-08T21:57:30.474300+0000 mgr.smithi105.rfsypb (mgr.14180) 446 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-08T21:57:31.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:30 smithi167 bash[18945]: cluster 2024-02-08T21:57:30.474300+0000 mgr.smithi105.rfsypb (mgr.14180) 446 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-08T21:57:33.238 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:57:33.238 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:56:20.053930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:56:20.054128Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:24.109357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ryjfxw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\nDeploy daemon haproxy.nfs.foo.smithi167.ryjfxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.421291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ursufn on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\nDeploy daemon haproxy.nfs.foo.smithi105.ursufn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.424615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.hhrnsa on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:56:20.054933Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:56:20.054321Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:57:33.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:33 smithi105 bash[14197]: cluster 2024-02-08T21:57:32.475783+0000 mgr.smithi105.rfsypb (mgr.14180) 447 : cluster [DBG] pgmap v360: 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 2024-02-08T21:57:33.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:33 smithi167 bash[18945]: cluster 2024-02-08T21:57:32.475783+0000 mgr.smithi105.rfsypb (mgr.14180) 447 : cluster [DBG] pgmap v360: 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 2024-02-08T21:57:34.082 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:57:34.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:34 smithi105 bash[14197]: audit 2024-02-08T21:57:33.226574+0000 mgr.smithi105.rfsypb (mgr.14180) 448 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:57:34.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:34 smithi105 bash[14197]: audit 2024-02-08T21:57:34.392609+0000 mon.smithi105 (mon.0) 767 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:57:34.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:34 smithi167 bash[18945]: audit 2024-02-08T21:57:33.226574+0000 mgr.smithi105.rfsypb (mgr.14180) 448 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:57:34.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:34 smithi167 bash[18945]: audit 2024-02-08T21:57:34.392609+0000 mon.smithi105 (mon.0) 767 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:57:35.083 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:57:35.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:35 smithi105 bash[14197]: cluster 2024-02-08T21:57:34.477407+0000 mgr.smithi105.rfsypb (mgr.14180) 449 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:57:35.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:35 smithi105 bash[14197]: audit 2024-02-08T21:57:34.704385+0000 mon.smithi105 (mon.0) 768 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:57:35.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:35 smithi105 bash[14197]: audit 2024-02-08T21:57:34.705566+0000 mon.smithi105 (mon.0) 769 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T21:57:35.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:35 smithi105 bash[14197]: audit 2024-02-08T21:57:34.712509+0000 mon.smithi105 (mon.0) 770 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:57:35.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:35 smithi105 bash[14197]: cluster 2024-02-08T21:57:34.713381+0000 mgr.smithi105.rfsypb (mgr.14180) 450 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T21:57:35.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:35 smithi105 bash[14197]: audit 2024-02-08T21:57:34.722072+0000 mon.smithi105 (mon.0) 771 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T21:57:35.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:35 smithi105 bash[14197]: audit 2024-02-08T21:57:34.735829+0000 mon.smithi105 (mon.0) 772 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:57:35.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:35 smithi105 bash[14197]: cluster 2024-02-08T21:57:35.388453+0000 mon.smithi105 (mon.0) 773 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T21:57:35.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:35 smithi105 bash[14197]: cluster 2024-02-08T21:57:35.388508+0000 mon.smithi105 (mon.0) 774 : cluster [INF] Cluster is now healthy 2024-02-08T21:57:36.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:35 smithi167 bash[18945]: cluster 2024-02-08T21:57:34.477407+0000 mgr.smithi105.rfsypb (mgr.14180) 449 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:57:36.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:35 smithi167 bash[18945]: audit 2024-02-08T21:57:34.704385+0000 mon.smithi105 (mon.0) 768 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:57:36.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:35 smithi167 bash[18945]: audit 2024-02-08T21:57:34.705566+0000 mon.smithi105 (mon.0) 769 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T21:57:36.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:35 smithi167 bash[18945]: audit 2024-02-08T21:57:34.712509+0000 mon.smithi105 (mon.0) 770 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:57:36.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:35 smithi167 bash[18945]: cluster 2024-02-08T21:57:34.713381+0000 mgr.smithi105.rfsypb (mgr.14180) 450 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T21:57:36.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:35 smithi167 bash[18945]: audit 2024-02-08T21:57:34.722072+0000 mon.smithi105 (mon.0) 771 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T21:57:36.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:35 smithi167 bash[18945]: audit 2024-02-08T21:57:34.735829+0000 mon.smithi105 (mon.0) 772 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:57:36.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:35 smithi167 bash[18945]: cluster 2024-02-08T21:57:35.388453+0000 mon.smithi105 (mon.0) 773 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T21:57:36.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:35 smithi167 bash[18945]: cluster 2024-02-08T21:57:35.388508+0000 mon.smithi105 (mon.0) 774 : cluster [INF] Cluster is now healthy 2024-02-08T21:57:36.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:36 smithi105 bash[14197]: cephadm 2024-02-08T21:57:34.740621+0000 mgr.smithi105.rfsypb (mgr.14180) 451 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.pqmkxt on smithi167 2024-02-08T21:57:36.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:36 smithi167 bash[18945]: cephadm 2024-02-08T21:57:34.740621+0000 mgr.smithi105.rfsypb (mgr.14180) 451 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.pqmkxt on smithi167 2024-02-08T21:57:37.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:37 smithi105 bash[14197]: cluster 2024-02-08T21:57:36.714987+0000 mgr.smithi105.rfsypb (mgr.14180) 452 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T21:57:37.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:37 smithi105 bash[14197]: audit 2024-02-08T21:57:37.527064+0000 mon.smithi105 (mon.0) 775 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:57:37.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:37 smithi167 bash[18945]: cluster 2024-02-08T21:57:36.714987+0000 mgr.smithi105.rfsypb (mgr.14180) 452 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T21:57:37.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:37 smithi167 bash[18945]: audit 2024-02-08T21:57:37.527064+0000 mon.smithi105 (mon.0) 775 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:57:38.327 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:57:38.327 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:55:11.994200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sczbyv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:24.109357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ryjfxw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ryjfxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ryjfxw\nDeploy daemon haproxy.nfs.foo.smithi167.ryjfxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.421291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ursufn on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ursufn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ursufn\nDeploy daemon haproxy.nfs.foo.smithi105.ursufn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:56:28.424615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.hhrnsa on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:57:38.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:38 smithi167 bash[18945]: audit 2024-02-08T21:57:38.629857+0000 mon.smithi105 (mon.0) 776 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.pqmkxt"}]: dispatch 2024-02-08T21:57:39.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:38 smithi105 bash[14197]: audit 2024-02-08T21:57:38.629857+0000 mon.smithi105 (mon.0) 776 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.pqmkxt"}]: dispatch 2024-02-08T21:57:39.135 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:57:39.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: audit 2024-02-08T21:57:38.316087+0000 mgr.smithi105.rfsypb (mgr.14180) 453 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:57:39.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: cephadm 2024-02-08T21:57:38.629096+0000 mgr.smithi105.rfsypb (mgr.14180) 454 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt 2024-02-08T21:57:39.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:57:39.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt 2024-02-08T21:57:39.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt 2024-02-08T21:57:39.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:57:39.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt 2024-02-08T21:57:40.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.pqmkxt ... 2024-02-08T21:57:40.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:57:40.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:57:40.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:57:40.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:57:40.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:57:40.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T21:57:40.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T21:57:40.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T21:57:40.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T21:57:40.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T21:57:40.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt 2024-02-08T21:57:40.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:57:40.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt 2024-02-08T21:57:40.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt 2024-02-08T21:57:40.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:57:40.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt 2024-02-08T21:57:40.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.pqmkxt ... 2024-02-08T21:57:40.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:57:40.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:57:40.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:57:40.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:57:40.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:57:40.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: cephadm 2024-02-08T21:57:38.629417+0000 mgr.smithi105.rfsypb (mgr.14180) 455 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.pqmkxt 2024-02-08T21:57:40.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: cephadm 2024-02-08T21:57:38.630834+0000 mgr.smithi105.rfsypb (mgr.14180) 456 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.pqmkxt on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt 2024-02-08T21:57:40.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:57:40.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt 2024-02-08T21:57:40.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt 2024-02-08T21:57:40.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:57:40.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt 2024-02-08T21:57:40.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.pqmkxt ... 2024-02-08T21:57:40.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:57:40.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:57:40.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:57:40.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:57:40.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:57:40.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: cephadm 2024-02-08T21:57:38.633047+0000 mgr.smithi105.rfsypb (mgr.14180) 457 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.tkucai on smithi105 2024-02-08T21:57:40.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:39 smithi167 bash[18945]: cluster 2024-02-08T21:57:38.715606+0000 mgr.smithi105.rfsypb (mgr.14180) 458 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T21:57:40.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: audit 2024-02-08T21:57:38.316087+0000 mgr.smithi105.rfsypb (mgr.14180) 453 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:57:40.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: cephadm 2024-02-08T21:57:38.629096+0000 mgr.smithi105.rfsypb (mgr.14180) 454 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt 2024-02-08T21:57:40.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:57:40.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt 2024-02-08T21:57:40.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt 2024-02-08T21:57:40.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:57:40.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt 2024-02-08T21:57:40.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.pqmkxt ... 2024-02-08T21:57:40.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:57:40.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:57:40.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:57:40.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:57:40.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:57:40.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T21:57:40.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T21:57:40.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T21:57:40.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T21:57:40.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T21:57:40.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt 2024-02-08T21:57:40.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:57:40.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt 2024-02-08T21:57:40.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt 2024-02-08T21:57:40.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:57:40.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt 2024-02-08T21:57:40.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.pqmkxt ... 2024-02-08T21:57:40.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:57:40.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:57:40.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:57:40.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:57:40.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:57:40.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: cephadm 2024-02-08T21:57:38.629417+0000 mgr.smithi105.rfsypb (mgr.14180) 455 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.pqmkxt 2024-02-08T21:57:40.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: cephadm 2024-02-08T21:57:38.630834+0000 mgr.smithi105.rfsypb (mgr.14180) 456 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.pqmkxt on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt 2024-02-08T21:57:40.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:57:40.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt 2024-02-08T21:57:40.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt 2024-02-08T21:57:40.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:57:40.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt 2024-02-08T21:57:40.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.pqmkxt ... 2024-02-08T21:57:40.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:57:40.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:57:40.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:57:40.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:57:40.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:57:40.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: cephadm 2024-02-08T21:57:38.633047+0000 mgr.smithi105.rfsypb (mgr.14180) 457 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.tkucai on smithi105 2024-02-08T21:57:40.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:39 smithi105 bash[14197]: cluster 2024-02-08T21:57:38.715606+0000 mgr.smithi105.rfsypb (mgr.14180) 458 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T21:57:40.135 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:57:41.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:40 smithi105 bash[14197]: cluster 2024-02-08T21:57:40.716341+0000 mgr.smithi105.rfsypb (mgr.14180) 459 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 799 B/s rd, 99 B/s wr, 0 op/s 2024-02-08T21:57:41.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:40 smithi167 bash[18945]: cluster 2024-02-08T21:57:40.716341+0000 mgr.smithi105.rfsypb (mgr.14180) 459 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 799 B/s rd, 99 B/s wr, 0 op/s 2024-02-08T21:57:42.981 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:42 smithi105 bash[14197]: cluster 2024-02-08T21:57:42.717655+0000 mgr.smithi105.rfsypb (mgr.14180) 460 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 99 B/s wr, 1 op/s 2024-02-08T21:57:43.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:42 smithi167 bash[18945]: cluster 2024-02-08T21:57:42.717655+0000 mgr.smithi105.rfsypb (mgr.14180) 460 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 99 B/s wr, 1 op/s 2024-02-08T21:57:43.582 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:57:43.582 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:57:38.630704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pqmkxt on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\nDeploy daemon haproxy.nfs.foo.smithi167.pqmkxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.010861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tkucai on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\nDeploy daemon haproxy.nfs.foo.smithi105.tkucai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.012624Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.cbgbxf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:57:43.014179Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:57:43.931 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: cephadm 2024-02-08T21:57:43.009217+0000 mgr.smithi105.rfsypb (mgr.14180) 461 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai 2024-02-08T21:57:43.932 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:57:43.932 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai 2024-02-08T21:57:43.932 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai 2024-02-08T21:57:43.932 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:57:43.932 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai 2024-02-08T21:57:43.932 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.tkucai ... 2024-02-08T21:57:43.932 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:57:43.932 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:57:43.932 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:57:43.932 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:57:43.932 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:57:43.932 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T21:57:43.933 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T21:57:43.933 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T21:57:43.933 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T21:57:43.933 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T21:57:43.933 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai 2024-02-08T21:57:43.933 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:57:43.933 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai 2024-02-08T21:57:43.933 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai 2024-02-08T21:57:43.933 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:57:43.933 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai 2024-02-08T21:57:43.933 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.tkucai ... 2024-02-08T21:57:43.933 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:57:43.933 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:57:43.933 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:57:43.934 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:57:43.934 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:57:43.934 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: cephadm 2024-02-08T21:57:43.009464+0000 mgr.smithi105.rfsypb (mgr.14180) 462 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.tkucai 2024-02-08T21:57:43.934 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: audit 2024-02-08T21:57:43.009867+0000 mon.smithi105 (mon.0) 777 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.tkucai"}]: dispatch 2024-02-08T21:57:43.934 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: cephadm 2024-02-08T21:57:43.010968+0000 mgr.smithi105.rfsypb (mgr.14180) 463 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.tkucai on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai 2024-02-08T21:57:43.934 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:57:43.934 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai 2024-02-08T21:57:43.934 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai 2024-02-08T21:57:43.934 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:57:43.934 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai 2024-02-08T21:57:43.934 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.tkucai ... 2024-02-08T21:57:43.934 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:57:43.934 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:57:43.934 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:57:43.935 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:57:43.935 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:57:43.935 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: cephadm 2024-02-08T21:57:43.012717+0000 mgr.smithi105.rfsypb (mgr.14180) 464 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.cbgbxf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T21:57:43.935 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: cephadm 2024-02-08T21:57:43.014272+0000 mgr.smithi105.rfsypb (mgr.14180) 465 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T21:57:43.935 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: cluster 2024-02-08T21:57:43.015168+0000 mgr.smithi105.rfsypb (mgr.14180) 466 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 119 B/s wr, 1 op/s 2024-02-08T21:57:43.935 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:43 smithi105 bash[14197]: audit 2024-02-08T21:57:43.570924+0000 mgr.smithi105.rfsypb (mgr.14180) 467 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:57:44.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: cephadm 2024-02-08T21:57:43.009217+0000 mgr.smithi105.rfsypb (mgr.14180) 461 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai 2024-02-08T21:57:44.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:57:44.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai 2024-02-08T21:57:44.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai 2024-02-08T21:57:44.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:57:44.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai 2024-02-08T21:57:44.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.tkucai ... 2024-02-08T21:57:44.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:57:44.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:57:44.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:57:44.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:57:44.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:57:44.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T21:57:44.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T21:57:44.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T21:57:44.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T21:57:44.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T21:57:44.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai 2024-02-08T21:57:44.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:57:44.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai 2024-02-08T21:57:44.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai 2024-02-08T21:57:44.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:57:44.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai 2024-02-08T21:57:44.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.tkucai ... 2024-02-08T21:57:44.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:57:44.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:57:44.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:57:44.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:57:44.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:57:44.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: cephadm 2024-02-08T21:57:43.009464+0000 mgr.smithi105.rfsypb (mgr.14180) 462 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.tkucai 2024-02-08T21:57:44.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: audit 2024-02-08T21:57:43.009867+0000 mon.smithi105 (mon.0) 777 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.tkucai"}]: dispatch 2024-02-08T21:57:44.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: cephadm 2024-02-08T21:57:43.010968+0000 mgr.smithi105.rfsypb (mgr.14180) 463 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.tkucai on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai 2024-02-08T21:57:44.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:57:44.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai 2024-02-08T21:57:44.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai 2024-02-08T21:57:44.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:57:44.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai 2024-02-08T21:57:44.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.tkucai ... 2024-02-08T21:57:44.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:57:44.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:57:44.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:57:44.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:57:44.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:57:44.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: cephadm 2024-02-08T21:57:43.012717+0000 mgr.smithi105.rfsypb (mgr.14180) 464 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.cbgbxf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T21:57:44.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: cephadm 2024-02-08T21:57:43.014272+0000 mgr.smithi105.rfsypb (mgr.14180) 465 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T21:57:44.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: cluster 2024-02-08T21:57:43.015168+0000 mgr.smithi105.rfsypb (mgr.14180) 466 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 119 B/s wr, 1 op/s 2024-02-08T21:57:44.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:43 smithi167 bash[18945]: audit 2024-02-08T21:57:43.570924+0000 mgr.smithi105.rfsypb (mgr.14180) 467 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:57:44.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:57:45.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:44 smithi105 bash[14197]: cluster 2024-02-08T21:57:43.778687+0000 mon.smithi105 (mon.0) 778 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T21:57:45.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:44 smithi167 bash[18945]: cluster 2024-02-08T21:57:43.778687+0000 mon.smithi105 (mon.0) 778 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T21:57:45.452 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:57:46.633 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:46 smithi105 bash[14197]: cluster 2024-02-08T21:57:45.016443+0000 mgr.smithi105.rfsypb (mgr.14180) 468 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 99 B/s wr, 1 op/s 2024-02-08T21:57:46.633 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:46 smithi105 bash[14197]: audit 2024-02-08T21:57:45.323431+0000 mon.smithi105 (mon.0) 779 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:57:46.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:46 smithi167 bash[18945]: cluster 2024-02-08T21:57:45.016443+0000 mgr.smithi105.rfsypb (mgr.14180) 468 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 99 B/s wr, 1 op/s 2024-02-08T21:57:46.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:46 smithi167 bash[18945]: audit 2024-02-08T21:57:45.323431+0000 mon.smithi105 (mon.0) 779 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:57:48.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:48 smithi105 bash[14197]: cluster 2024-02-08T21:57:47.018072+0000 mgr.smithi105.rfsypb (mgr.14180) 469 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 99 B/s wr, 1 op/s 2024-02-08T21:57:48.578 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:57:48.578 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:57:38.630704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pqmkxt on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\nDeploy daemon haproxy.nfs.foo.smithi167.pqmkxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.010861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tkucai on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\nDeploy daemon haproxy.nfs.foo.smithi105.tkucai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.012624Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.cbgbxf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:57:43.014179Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:57:48.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:48 smithi167 bash[18945]: cluster 2024-02-08T21:57:47.018072+0000 mgr.smithi105.rfsypb (mgr.14180) 469 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 99 B/s wr, 1 op/s 2024-02-08T21:57:49.372 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:57:49.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:49 smithi167 bash[18945]: audit 2024-02-08T21:57:48.566178+0000 mgr.smithi105.rfsypb (mgr.14180) 470 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:57:49.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:49 smithi105 bash[14197]: audit 2024-02-08T21:57:48.566178+0000 mgr.smithi105.rfsypb (mgr.14180) 470 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:57:50.373 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:57:50.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:50 smithi167 bash[18945]: cluster 2024-02-08T21:57:49.019473+0000 mgr.smithi105.rfsypb (mgr.14180) 471 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 99 B/s wr, 1 op/s 2024-02-08T21:57:50.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:50 smithi105 bash[14197]: cluster 2024-02-08T21:57:49.019473+0000 mgr.smithi105.rfsypb (mgr.14180) 471 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 99 B/s wr, 1 op/s 2024-02-08T21:57:52.696 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:52 smithi105 bash[14197]: cluster 2024-02-08T21:57:51.021560+0000 mgr.smithi105.rfsypb (mgr.14180) 472 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 695 B/s rd, 0 op/s 2024-02-08T21:57:52.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:52 smithi167 bash[18945]: cluster 2024-02-08T21:57:51.021560+0000 mgr.smithi105.rfsypb (mgr.14180) 472 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 695 B/s rd, 0 op/s 2024-02-08T21:57:53.461 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:57:53.462 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:57:38.630704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pqmkxt on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\nDeploy daemon haproxy.nfs.foo.smithi167.pqmkxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.010861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tkucai on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\nDeploy daemon haproxy.nfs.foo.smithi105.tkucai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.012624Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.cbgbxf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:57:43.014179Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:57:53.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:53 smithi105 bash[14197]: audit 2024-02-08T21:57:52.528323+0000 mon.smithi105 (mon.0) 780 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:57:53.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:53 smithi167 bash[18945]: audit 2024-02-08T21:57:52.528323+0000 mon.smithi105 (mon.0) 780 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:57:54.269 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:57:54.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:54 smithi105 bash[14197]: cluster 2024-02-08T21:57:53.022796+0000 mgr.smithi105.rfsypb (mgr.14180) 473 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 298 B/s rd, 0 op/s 2024-02-08T21:57:54.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:54 smithi105 bash[14197]: audit 2024-02-08T21:57:53.450205+0000 mgr.smithi105.rfsypb (mgr.14180) 474 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:57:54.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:54 smithi167 bash[18945]: cluster 2024-02-08T21:57:53.022796+0000 mgr.smithi105.rfsypb (mgr.14180) 473 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 298 B/s rd, 0 op/s 2024-02-08T21:57:54.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:54 smithi167 bash[18945]: audit 2024-02-08T21:57:53.450205+0000 mgr.smithi105.rfsypb (mgr.14180) 474 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:57:55.270 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:57:56.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:56 smithi105 bash[14197]: cluster 2024-02-08T21:57:55.024510+0000 mgr.smithi105.rfsypb (mgr.14180) 475 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:57:56.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:56 smithi167 bash[18945]: cluster 2024-02-08T21:57:55.024510+0000 mgr.smithi105.rfsypb (mgr.14180) 475 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:57:58.384 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:57:58.384 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:57:38.630704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pqmkxt on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\nDeploy daemon haproxy.nfs.foo.smithi167.pqmkxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.010861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tkucai on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\nDeploy daemon haproxy.nfs.foo.smithi105.tkucai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.012624Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.cbgbxf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:57:43.014179Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:57:58.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:58 smithi105 bash[14197]: cluster 2024-02-08T21:57:57.026189+0000 mgr.smithi105.rfsypb (mgr.14180) 476 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T21:57:58.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:58 smithi167 bash[18945]: cluster 2024-02-08T21:57:57.026189+0000 mgr.smithi105.rfsypb (mgr.14180) 476 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T21:57:59.201 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:57:59.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:57:59 smithi105 bash[14197]: audit 2024-02-08T21:57:58.373228+0000 mgr.smithi105.rfsypb (mgr.14180) 477 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:57:59.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:57:59 smithi167 bash[18945]: audit 2024-02-08T21:57:58.373228+0000 mgr.smithi105.rfsypb (mgr.14180) 477 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:58:00.202 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:58:00.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:00 smithi105 bash[14197]: cluster 2024-02-08T21:57:59.027527+0000 mgr.smithi105.rfsypb (mgr.14180) 478 : 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 2024-02-08T21:58:00.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:00 smithi167 bash[18945]: cluster 2024-02-08T21:57:59.027527+0000 mgr.smithi105.rfsypb (mgr.14180) 478 : 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 2024-02-08T21:58:02.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:02 smithi105 bash[14197]: cluster 2024-02-08T21:58:01.029755+0000 mgr.smithi105.rfsypb (mgr.14180) 479 : 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 2024-02-08T21:58:02.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:02 smithi167 bash[18945]: cluster 2024-02-08T21:58:01.029755+0000 mgr.smithi105.rfsypb (mgr.14180) 479 : 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 2024-02-08T21:58:03.273 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:58:03.273 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:57:38.630704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pqmkxt on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\nDeploy daemon haproxy.nfs.foo.smithi167.pqmkxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.010861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tkucai on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\nDeploy daemon haproxy.nfs.foo.smithi105.tkucai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.012624Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.cbgbxf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:57:43.014179Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:58:04.068 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:58:04.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:04 smithi167 bash[18945]: cluster 2024-02-08T21:58:03.030861+0000 mgr.smithi105.rfsypb (mgr.14180) 480 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:58:04.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:04 smithi167 bash[18945]: audit 2024-02-08T21:58:03.261745+0000 mgr.smithi105.rfsypb (mgr.14180) 481 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:58:05.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:04 smithi105 bash[14197]: cluster 2024-02-08T21:58:03.030861+0000 mgr.smithi105.rfsypb (mgr.14180) 480 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:58:05.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:04 smithi105 bash[14197]: audit 2024-02-08T21:58:03.261745+0000 mgr.smithi105.rfsypb (mgr.14180) 481 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:58:05.069 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:58:06.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:06 smithi167 bash[18945]: cluster 2024-02-08T21:58:05.032570+0000 mgr.smithi105.rfsypb (mgr.14180) 482 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:58:07.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:06 smithi105 bash[14197]: cluster 2024-02-08T21:58:05.032570+0000 mgr.smithi105.rfsypb (mgr.14180) 482 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:58:08.282 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:58:08.282 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:57:38.630704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pqmkxt on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\nDeploy daemon haproxy.nfs.foo.smithi167.pqmkxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.010861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tkucai on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\nDeploy daemon haproxy.nfs.foo.smithi105.tkucai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.012624Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.cbgbxf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:57:43.014179Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:58:08.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:08 smithi105 bash[14197]: cluster 2024-02-08T21:58:07.034278+0000 mgr.smithi105.rfsypb (mgr.14180) 483 : 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 2024-02-08T21:58:08.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:08 smithi167 bash[18945]: cluster 2024-02-08T21:58:07.034278+0000 mgr.smithi105.rfsypb (mgr.14180) 483 : 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 2024-02-08T21:58:09.007 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:58:09.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:09 smithi167 bash[18945]: audit 2024-02-08T21:58:08.271577+0000 mgr.smithi105.rfsypb (mgr.14180) 484 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:58:10.008 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:58:10.020 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:09 smithi105 bash[14197]: audit 2024-02-08T21:58:08.271577+0000 mgr.smithi105.rfsypb (mgr.14180) 484 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:58:10.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:10 smithi167 bash[18945]: cluster 2024-02-08T21:58:09.035686+0000 mgr.smithi105.rfsypb (mgr.14180) 485 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:58:11.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:10 smithi105 bash[14197]: cluster 2024-02-08T21:58:09.035686+0000 mgr.smithi105.rfsypb (mgr.14180) 485 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:58:12.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:12 smithi167 bash[18945]: cluster 2024-02-08T21:58:11.037902+0000 mgr.smithi105.rfsypb (mgr.14180) 486 : 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 2024-02-08T21:58:13.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:12 smithi105 bash[14197]: cluster 2024-02-08T21:58:11.037902+0000 mgr.smithi105.rfsypb (mgr.14180) 486 : 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 2024-02-08T21:58:13.203 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:58:13.204 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:57:38.630704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pqmkxt on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\nDeploy daemon haproxy.nfs.foo.smithi167.pqmkxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.010861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tkucai on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\nDeploy daemon haproxy.nfs.foo.smithi105.tkucai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.012624Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.cbgbxf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:57:43.014179Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:58:14.000 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:58:14.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:14 smithi167 bash[18945]: cluster 2024-02-08T21:58:13.038731+0000 mgr.smithi105.rfsypb (mgr.14180) 487 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:58:14.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:14 smithi167 bash[18945]: audit 2024-02-08T21:58:13.192002+0000 mgr.smithi105.rfsypb (mgr.14180) 488 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:58:15.001 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:58:15.014 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:14 smithi105 bash[14197]: cluster 2024-02-08T21:58:13.038731+0000 mgr.smithi105.rfsypb (mgr.14180) 487 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:58:15.015 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:14 smithi105 bash[14197]: audit 2024-02-08T21:58:13.192002+0000 mgr.smithi105.rfsypb (mgr.14180) 488 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:58:16.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:16 smithi105 bash[14197]: cluster 2024-02-08T21:58:15.040444+0000 mgr.smithi105.rfsypb (mgr.14180) 489 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:58:16.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:16 smithi167 bash[18945]: cluster 2024-02-08T21:58:15.040444+0000 mgr.smithi105.rfsypb (mgr.14180) 489 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:58:18.132 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:58:18.132 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:57:38.630704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pqmkxt on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\nDeploy daemon haproxy.nfs.foo.smithi167.pqmkxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.010861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tkucai on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\nDeploy daemon haproxy.nfs.foo.smithi105.tkucai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.012624Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.cbgbxf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:57:43.014179Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:58:18.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:18 smithi105 bash[14197]: cluster 2024-02-08T21:58:17.042286+0000 mgr.smithi105.rfsypb (mgr.14180) 490 : 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 2024-02-08T21:58:18.857 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:58:18.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:18 smithi167 bash[18945]: cluster 2024-02-08T21:58:17.042286+0000 mgr.smithi105.rfsypb (mgr.14180) 490 : 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 2024-02-08T21:58:19.858 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:58:19.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:19 smithi167 bash[18945]: audit 2024-02-08T21:58:18.119941+0000 mgr.smithi105.rfsypb (mgr.14180) 491 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:58:20.060 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:19 smithi105 bash[14197]: audit 2024-02-08T21:58:18.119941+0000 mgr.smithi105.rfsypb (mgr.14180) 491 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:58:20.901 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:20 smithi105 bash[14197]: cluster 2024-02-08T21:58:19.043755+0000 mgr.smithi105.rfsypb (mgr.14180) 492 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:58:20.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:20 smithi167 bash[18945]: cluster 2024-02-08T21:58:19.043755+0000 mgr.smithi105.rfsypb (mgr.14180) 492 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:58:22.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:22 smithi105 bash[14197]: cluster 2024-02-08T21:58:21.045874+0000 mgr.smithi105.rfsypb (mgr.14180) 493 : 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 2024-02-08T21:58:22.961 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:58:22.962 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:57:38.630704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pqmkxt on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\nDeploy daemon haproxy.nfs.foo.smithi167.pqmkxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.010861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tkucai on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\nDeploy daemon haproxy.nfs.foo.smithi105.tkucai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.012624Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.cbgbxf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:57:43.014179Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:58:22.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:22 smithi167 bash[18945]: cluster 2024-02-08T21:58:21.045874+0000 mgr.smithi105.rfsypb (mgr.14180) 493 : 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 2024-02-08T21:58:23.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:58:24.691 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:58:24.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:24 smithi105 bash[14197]: audit 2024-02-08T21:58:22.950561+0000 mgr.smithi105.rfsypb (mgr.14180) 494 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:58:24.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:24 smithi105 bash[14197]: cluster 2024-02-08T21:58:23.047084+0000 mgr.smithi105.rfsypb (mgr.14180) 495 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:58:24.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:24 smithi167 bash[18945]: audit 2024-02-08T21:58:22.950561+0000 mgr.smithi105.rfsypb (mgr.14180) 494 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:58:24.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:24 smithi167 bash[18945]: cluster 2024-02-08T21:58:23.047084+0000 mgr.smithi105.rfsypb (mgr.14180) 495 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:58:26.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:26 smithi167 bash[18945]: cluster 2024-02-08T21:58:25.048912+0000 mgr.smithi105.rfsypb (mgr.14180) 496 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:58:27.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:26 smithi105 bash[14197]: cluster 2024-02-08T21:58:25.048912+0000 mgr.smithi105.rfsypb (mgr.14180) 496 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:58:27.839 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:58:27.839 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:57:38.630704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pqmkxt on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\nDeploy daemon haproxy.nfs.foo.smithi167.pqmkxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.010861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tkucai on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\nDeploy daemon haproxy.nfs.foo.smithi105.tkucai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.012624Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.cbgbxf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:57:43.014179Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:58:28.559 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:58:28.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:28 smithi105 bash[14197]: cluster 2024-02-08T21:58:27.050404+0000 mgr.smithi105.rfsypb (mgr.14180) 497 : 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 2024-02-08T21:58:28.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:28 smithi167 bash[18945]: cluster 2024-02-08T21:58:27.050404+0000 mgr.smithi105.rfsypb (mgr.14180) 497 : 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 2024-02-08T21:58:29.561 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:58:29.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:29 smithi167 bash[18945]: audit 2024-02-08T21:58:27.828385+0000 mgr.smithi105.rfsypb (mgr.14180) 498 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:58:30.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:29 smithi105 bash[14197]: audit 2024-02-08T21:58:27.828385+0000 mgr.smithi105.rfsypb (mgr.14180) 498 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:58:30.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:30 smithi105 bash[14197]: cluster 2024-02-08T21:58:29.051741+0000 mgr.smithi105.rfsypb (mgr.14180) 499 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:58:30.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:30 smithi167 bash[18945]: cluster 2024-02-08T21:58:29.051741+0000 mgr.smithi105.rfsypb (mgr.14180) 499 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:58:32.630 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:58:32.631 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:57:38.630704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pqmkxt on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\nDeploy daemon haproxy.nfs.foo.smithi167.pqmkxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.010861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tkucai on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\nDeploy daemon haproxy.nfs.foo.smithi105.tkucai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.012624Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.cbgbxf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:57:43.014179Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:58:32.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:32 smithi167 bash[18945]: cluster 2024-02-08T21:58:31.053816+0000 mgr.smithi105.rfsypb (mgr.14180) 500 : 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 2024-02-08T21:58:33.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:32 smithi105 bash[14197]: cluster 2024-02-08T21:58:31.053816+0000 mgr.smithi105.rfsypb (mgr.14180) 500 : 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 2024-02-08T21:58:33.541 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:58:33.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:33 smithi105 bash[14197]: audit 2024-02-08T21:58:32.619313+0000 mgr.smithi105.rfsypb (mgr.14180) 501 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:58:33.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:33 smithi167 bash[18945]: audit 2024-02-08T21:58:32.619313+0000 mgr.smithi105.rfsypb (mgr.14180) 501 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:58:34.542 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:58:34.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:34 smithi105 bash[14197]: cluster 2024-02-08T21:58:33.055095+0000 mgr.smithi105.rfsypb (mgr.14180) 502 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:58:34.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:34 smithi167 bash[18945]: cluster 2024-02-08T21:58:33.055095+0000 mgr.smithi105.rfsypb (mgr.14180) 502 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:58:36.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:36 smithi167 bash[18945]: cluster 2024-02-08T21:58:35.056779+0000 mgr.smithi105.rfsypb (mgr.14180) 503 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:58:37.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:36 smithi105 bash[14197]: cluster 2024-02-08T21:58:35.056779+0000 mgr.smithi105.rfsypb (mgr.14180) 503 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:58:37.828 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:58:37.828 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:57:38.630704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pqmkxt on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\nDeploy daemon haproxy.nfs.foo.smithi167.pqmkxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.010861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tkucai on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\nDeploy daemon haproxy.nfs.foo.smithi105.tkucai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.012624Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.cbgbxf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:57:43.014179Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:58:38.549 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:58:38.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:38 smithi105 bash[14197]: cluster 2024-02-08T21:58:37.058370+0000 mgr.smithi105.rfsypb (mgr.14180) 504 : 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 2024-02-08T21:58:38.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:38 smithi167 bash[18945]: cluster 2024-02-08T21:58:37.058370+0000 mgr.smithi105.rfsypb (mgr.14180) 504 : 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 2024-02-08T21:58:39.550 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:58:39.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:39 smithi167 bash[18945]: audit 2024-02-08T21:58:37.816182+0000 mgr.smithi105.rfsypb (mgr.14180) 505 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:58:40.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:39 smithi105 bash[14197]: audit 2024-02-08T21:58:37.816182+0000 mgr.smithi105.rfsypb (mgr.14180) 505 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:58:40.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:40 smithi105 bash[14197]: cluster 2024-02-08T21:58:39.059753+0000 mgr.smithi105.rfsypb (mgr.14180) 506 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:58:40.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:40 smithi167 bash[18945]: cluster 2024-02-08T21:58:39.059753+0000 mgr.smithi105.rfsypb (mgr.14180) 506 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:58:42.655 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:58:42.655 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:56:28.427613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ocipfm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:57:38.630704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pqmkxt on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\nDeploy daemon haproxy.nfs.foo.smithi167.pqmkxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.010861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tkucai on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\nDeploy daemon haproxy.nfs.foo.smithi105.tkucai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.012624Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.cbgbxf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:57:43.014179Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:58:42.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:42 smithi167 bash[18945]: cluster 2024-02-08T21:58:41.060945+0000 mgr.smithi105.rfsypb (mgr.14180) 507 : 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 2024-02-08T21:58:43.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:42 smithi105 bash[14197]: cluster 2024-02-08T21:58:41.060945+0000 mgr.smithi105.rfsypb (mgr.14180) 507 : 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 2024-02-08T21:58:43.412 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:58:43.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:43 smithi167 bash[18945]: audit 2024-02-08T21:58:42.641657+0000 mgr.smithi105.rfsypb (mgr.14180) 508 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:58:43.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:43 smithi167 bash[18945]: audit 2024-02-08T21:58:43.018115+0000 mon.smithi105 (mon.0) 781 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:58:43.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:43 smithi167 bash[18945]: audit 2024-02-08T21:58:43.294144+0000 mon.smithi105 (mon.0) 782 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:58:43.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:43 smithi167 bash[18945]: audit 2024-02-08T21:58:43.587277+0000 mon.smithi105 (mon.0) 783 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:58:43.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:43 smithi167 bash[18945]: audit 2024-02-08T21:58:43.589237+0000 mon.smithi105 (mon.0) 784 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T21:58:43.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:43 smithi167 bash[18945]: audit 2024-02-08T21:58:43.598556+0000 mon.smithi105 (mon.0) 785 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:58:43.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:43 smithi167 bash[18945]: audit 2024-02-08T21:58:43.604917+0000 mon.smithi105 (mon.0) 786 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T21:58:43.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:43 smithi167 bash[18945]: audit 2024-02-08T21:58:43.618263+0000 mon.smithi105 (mon.0) 787 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:58:44.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:43 smithi105 bash[14197]: audit 2024-02-08T21:58:42.641657+0000 mgr.smithi105.rfsypb (mgr.14180) 508 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:58:44.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:43 smithi105 bash[14197]: audit 2024-02-08T21:58:43.018115+0000 mon.smithi105 (mon.0) 781 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:58:44.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:43 smithi105 bash[14197]: audit 2024-02-08T21:58:43.294144+0000 mon.smithi105 (mon.0) 782 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:58:44.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:43 smithi105 bash[14197]: audit 2024-02-08T21:58:43.587277+0000 mon.smithi105 (mon.0) 783 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:58:44.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:43 smithi105 bash[14197]: audit 2024-02-08T21:58:43.589237+0000 mon.smithi105 (mon.0) 784 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T21:58:44.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:43 smithi105 bash[14197]: audit 2024-02-08T21:58:43.598556+0000 mon.smithi105 (mon.0) 785 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:58:44.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:43 smithi105 bash[14197]: audit 2024-02-08T21:58:43.604917+0000 mon.smithi105 (mon.0) 786 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T21:58:44.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:43 smithi105 bash[14197]: audit 2024-02-08T21:58:43.618263+0000 mon.smithi105 (mon.0) 787 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:58:44.414 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:58:44.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:44 smithi167 bash[18945]: cluster 2024-02-08T21:58:43.061618+0000 mgr.smithi105.rfsypb (mgr.14180) 509 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:58:44.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:44 smithi167 bash[18945]: cluster 2024-02-08T21:58:43.599366+0000 mgr.smithi105.rfsypb (mgr.14180) 510 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-08T21:58:44.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:44 smithi167 bash[18945]: cephadm 2024-02-08T21:58:43.621560+0000 mgr.smithi105.rfsypb (mgr.14180) 511 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.akdfzm on smithi167 2024-02-08T21:58:44.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:44 smithi167 bash[18945]: cluster 2024-02-08T21:58:43.711250+0000 mon.smithi105 (mon.0) 788 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T21:58:44.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:44 smithi167 bash[18945]: cluster 2024-02-08T21:58:43.711306+0000 mon.smithi105 (mon.0) 789 : cluster [INF] Cluster is now healthy 2024-02-08T21:58:45.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:44 smithi105 bash[14197]: cluster 2024-02-08T21:58:43.061618+0000 mgr.smithi105.rfsypb (mgr.14180) 509 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:58:45.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:44 smithi105 bash[14197]: cluster 2024-02-08T21:58:43.599366+0000 mgr.smithi105.rfsypb (mgr.14180) 510 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-08T21:58:45.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:44 smithi105 bash[14197]: cephadm 2024-02-08T21:58:43.621560+0000 mgr.smithi105.rfsypb (mgr.14180) 511 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.akdfzm on smithi167 2024-02-08T21:58:45.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:44 smithi105 bash[14197]: cluster 2024-02-08T21:58:43.711250+0000 mon.smithi105 (mon.0) 788 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T21:58:45.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:44 smithi105 bash[14197]: cluster 2024-02-08T21:58:43.711306+0000 mon.smithi105 (mon.0) 789 : cluster [INF] Cluster is now healthy 2024-02-08T21:58:46.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:46 smithi167 bash[18945]: cluster 2024-02-08T21:58:45.600603+0000 mgr.smithi105.rfsypb (mgr.14180) 512 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-08T21:58:47.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:46 smithi105 bash[14197]: cluster 2024-02-08T21:58:45.600603+0000 mgr.smithi105.rfsypb (mgr.14180) 512 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-08T21:58:47.567 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:58:47.567 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:57:38.630704Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pqmkxt on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pqmkxt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pqmkxt\nDeploy daemon haproxy.nfs.foo.smithi167.pqmkxt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.010861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tkucai on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-tkucai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.tkucai\nDeploy daemon haproxy.nfs.foo.smithi105.tkucai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:57:43.012624Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.cbgbxf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:57:43.014179Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:47.363921Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.akdfzm on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\nDeploy daemon haproxy.nfs.foo.smithi167.akdfzm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -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.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:58:47.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:47 smithi167 bash[18945]: audit 2024-02-08T21:58:47.362928+0000 mon.smithi105 (mon.0) 790 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.akdfzm"}]: dispatch 2024-02-08T21:58:48.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:47 smithi105 bash[14197]: audit 2024-02-08T21:58:47.362928+0000 mon.smithi105 (mon.0) 790 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.akdfzm"}]: dispatch 2024-02-08T21:58:48.364 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:58:48.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: cephadm 2024-02-08T21:58:47.362022+0000 mgr.smithi105.rfsypb (mgr.14180) 513 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm 2024-02-08T21:58:48.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:58:48.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm 2024-02-08T21:58:48.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm 2024-02-08T21:58:48.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:58:48.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm 2024-02-08T21:58:48.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.akdfzm ... 2024-02-08T21:58:48.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:58:48.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:58:49.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:58:49.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:58:49.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:58:49.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T21:58:49.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T21:58:49.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T21:58:49.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T21:58:49.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T21:58:49.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm 2024-02-08T21:58:49.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:58:49.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm 2024-02-08T21:58:49.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm 2024-02-08T21:58:49.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:58:49.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm 2024-02-08T21:58:49.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.akdfzm ... 2024-02-08T21:58:49.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:58:49.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:58:49.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:58:49.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:58:49.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:58:49.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: cephadm 2024-02-08T21:58:47.362504+0000 mgr.smithi105.rfsypb (mgr.14180) 514 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.akdfzm 2024-02-08T21:58:49.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: cephadm 2024-02-08T21:58:47.364048+0000 mgr.smithi105.rfsypb (mgr.14180) 515 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.akdfzm on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm 2024-02-08T21:58:49.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:58:49.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm 2024-02-08T21:58:49.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm 2024-02-08T21:58:49.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:58:49.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm 2024-02-08T21:58:49.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.akdfzm ... 2024-02-08T21:58:49.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:58:49.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:58:49.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:58:49.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:58:49.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:58:49.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: cephadm 2024-02-08T21:58:47.366401+0000 mgr.smithi105.rfsypb (mgr.14180) 516 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.zerdjo on smithi105 2024-02-08T21:58:49.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: audit 2024-02-08T21:58:47.560141+0000 mgr.smithi105.rfsypb (mgr.14180) 517 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:58:49.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:48 smithi167 bash[18945]: cluster 2024-02-08T21:58:47.601731+0000 mgr.smithi105.rfsypb (mgr.14180) 518 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-08T21:58:49.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: cephadm 2024-02-08T21:58:47.362022+0000 mgr.smithi105.rfsypb (mgr.14180) 513 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm 2024-02-08T21:58:49.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:58:49.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm 2024-02-08T21:58:49.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm 2024-02-08T21:58:49.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:58:49.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm 2024-02-08T21:58:49.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.akdfzm ... 2024-02-08T21:58:49.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:58:49.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:58:49.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:58:49.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:58:49.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:58:49.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T21:58:49.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T21:58:49.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T21:58:49.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T21:58:49.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T21:58:49.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm 2024-02-08T21:58:49.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:58:49.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm 2024-02-08T21:58:49.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm 2024-02-08T21:58:49.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:58:49.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm 2024-02-08T21:58:49.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.akdfzm ... 2024-02-08T21:58:49.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:58:49.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:58:49.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:58:49.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:58:49.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:58:49.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: cephadm 2024-02-08T21:58:47.362504+0000 mgr.smithi105.rfsypb (mgr.14180) 514 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.akdfzm 2024-02-08T21:58:49.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: cephadm 2024-02-08T21:58:47.364048+0000 mgr.smithi105.rfsypb (mgr.14180) 515 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.akdfzm on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm 2024-02-08T21:58:49.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:58:49.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm 2024-02-08T21:58:49.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm 2024-02-08T21:58:49.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:58:49.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm 2024-02-08T21:58:49.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.akdfzm ... 2024-02-08T21:58:49.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:58:49.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:58:49.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:58:49.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:58:49.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:58:49.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: cephadm 2024-02-08T21:58:47.366401+0000 mgr.smithi105.rfsypb (mgr.14180) 516 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.zerdjo on smithi105 2024-02-08T21:58:49.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: audit 2024-02-08T21:58:47.560141+0000 mgr.smithi105.rfsypb (mgr.14180) 517 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:58:49.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:48 smithi105 bash[14197]: cluster 2024-02-08T21:58:47.601731+0000 mgr.smithi105.rfsypb (mgr.14180) 518 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-08T21:58:49.364 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:58:50.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:49 smithi105 bash[14197]: cluster 2024-02-08T21:58:49.603133+0000 mgr.smithi105.rfsypb (mgr.14180) 519 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-08T21:58:50.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:49 smithi167 bash[18945]: cluster 2024-02-08T21:58:49.603133+0000 mgr.smithi105.rfsypb (mgr.14180) 519 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-08T21:58:51.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:51 smithi167 bash[18945]: audit 2024-02-08T21:58:51.421541+0000 mon.smithi105 (mon.0) 791 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.zerdjo"}]: dispatch 2024-02-08T21:58:51.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:51 smithi105 bash[14197]: audit 2024-02-08T21:58:51.421541+0000 mon.smithi105 (mon.0) 791 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.zerdjo"}]: dispatch 2024-02-08T21:58:52.697 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: cephadm 2024-02-08T21:58:51.420792+0000 mgr.smithi105.rfsypb (mgr.14180) 520 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo 2024-02-08T21:58:52.697 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:58:52.697 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo 2024-02-08T21:58:52.697 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo 2024-02-08T21:58:52.697 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:58:52.697 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo 2024-02-08T21:58:52.697 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.zerdjo ... 2024-02-08T21:58:52.697 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:58:52.697 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:58:52.697 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:58:52.698 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:58:52.698 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:58:52.698 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T21:58:52.698 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T21:58:52.698 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T21:58:52.698 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T21:58:52.698 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T21:58:52.698 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo 2024-02-08T21:58:52.698 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:58:52.698 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo 2024-02-08T21:58:52.698 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo 2024-02-08T21:58:52.698 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:58:52.698 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo 2024-02-08T21:58:52.698 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.zerdjo ... 2024-02-08T21:58:52.698 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:58:52.699 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:58:52.699 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:58:52.699 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:58:52.699 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:58:52.699 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: cephadm 2024-02-08T21:58:51.421035+0000 mgr.smithi105.rfsypb (mgr.14180) 521 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.zerdjo 2024-02-08T21:58:52.699 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: cephadm 2024-02-08T21:58:51.422489+0000 mgr.smithi105.rfsypb (mgr.14180) 522 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.zerdjo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo 2024-02-08T21:58:52.699 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:58:52.699 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo 2024-02-08T21:58:52.699 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo 2024-02-08T21:58:52.699 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:58:52.700 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo 2024-02-08T21:58:52.700 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.zerdjo ... 2024-02-08T21:58:52.700 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:58:52.700 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:58:52.700 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:58:52.700 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:58:52.700 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:58:52.700 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: cephadm 2024-02-08T21:58:51.424478+0000 mgr.smithi105.rfsypb (mgr.14180) 523 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.rnmeom on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T21:58:52.700 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: cephadm 2024-02-08T21:58:51.426886+0000 mgr.smithi105.rfsypb (mgr.14180) 524 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T21:58:52.700 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: cluster 2024-02-08T21:58:51.428903+0000 mgr.smithi105.rfsypb (mgr.14180) 525 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-08T21:58:52.700 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:52 smithi105 bash[14197]: cluster 2024-02-08T21:58:51.480220+0000 mon.smithi105 (mon.0) 792 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T21:58:52.746 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:58:52.747 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:57:43.014179Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:47.363921Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.akdfzm on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\nDeploy daemon haproxy.nfs.foo.smithi167.akdfzm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.422377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.zerdjo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\nDeploy daemon haproxy.nfs.foo.smithi105.zerdjo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.424374Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.rnmeom on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:51.426744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:58:52.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: cephadm 2024-02-08T21:58:51.420792+0000 mgr.smithi105.rfsypb (mgr.14180) 520 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo 2024-02-08T21:58:52.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:58:52.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo 2024-02-08T21:58:52.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo 2024-02-08T21:58:52.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:58:52.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo 2024-02-08T21:58:52.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.zerdjo ... 2024-02-08T21:58:52.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:58:52.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:58:52.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:58:52.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:58:52.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:58:52.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T21:58:52.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T21:58:52.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T21:58:52.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T21:58:52.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T21:58:52.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo 2024-02-08T21:58:52.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:58:52.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo 2024-02-08T21:58:52.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo 2024-02-08T21:58:52.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:58:52.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo 2024-02-08T21:58:52.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.zerdjo ... 2024-02-08T21:58:52.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:58:52.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:58:52.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:58:52.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:58:52.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:58:52.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: cephadm 2024-02-08T21:58:51.421035+0000 mgr.smithi105.rfsypb (mgr.14180) 521 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.zerdjo 2024-02-08T21:58:52.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: cephadm 2024-02-08T21:58:51.422489+0000 mgr.smithi105.rfsypb (mgr.14180) 522 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.zerdjo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo 2024-02-08T21:58:52.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:58:52.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo 2024-02-08T21:58:52.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo 2024-02-08T21:58:52.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:58:52.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo 2024-02-08T21:58:52.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.zerdjo ... 2024-02-08T21:58:52.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:58:52.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:58:52.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:58:52.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:58:52.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:58:52.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: cephadm 2024-02-08T21:58:51.424478+0000 mgr.smithi105.rfsypb (mgr.14180) 523 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.rnmeom on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T21:58:52.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: cephadm 2024-02-08T21:58:51.426886+0000 mgr.smithi105.rfsypb (mgr.14180) 524 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T21:58:52.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: cluster 2024-02-08T21:58:51.428903+0000 mgr.smithi105.rfsypb (mgr.14180) 525 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-08T21:58:52.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:52 smithi167 bash[18945]: cluster 2024-02-08T21:58:51.480220+0000 mon.smithi105 (mon.0) 792 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T21:58:53.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:58:54.526 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:58:54.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:54 smithi167 bash[18945]: audit 2024-02-08T21:58:52.735728+0000 mgr.smithi105.rfsypb (mgr.14180) 526 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:58:54.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:54 smithi167 bash[18945]: cluster 2024-02-08T21:58:53.430262+0000 mgr.smithi105.rfsypb (mgr.14180) 527 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-08T21:58:54.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:54 smithi105 bash[14197]: audit 2024-02-08T21:58:52.735728+0000 mgr.smithi105.rfsypb (mgr.14180) 526 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:58:54.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:54 smithi105 bash[14197]: cluster 2024-02-08T21:58:53.430262+0000 mgr.smithi105.rfsypb (mgr.14180) 527 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-08T21:58:56.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:56 smithi167 bash[18945]: audit 2024-02-08T21:58:55.379066+0000 mon.smithi105 (mon.0) 793 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:58:56.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:56 smithi167 bash[18945]: cluster 2024-02-08T21:58:55.431949+0000 mgr.smithi105.rfsypb (mgr.14180) 528 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-08T21:58:56.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:56 smithi105 bash[14197]: audit 2024-02-08T21:58:55.379066+0000 mon.smithi105 (mon.0) 793 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:58:56.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:56 smithi105 bash[14197]: cluster 2024-02-08T21:58:55.431949+0000 mgr.smithi105.rfsypb (mgr.14180) 528 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-08T21:58:57.692 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:58:57.692 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:57:43.014179Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:47.363921Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.akdfzm on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\nDeploy daemon haproxy.nfs.foo.smithi167.akdfzm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.422377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.zerdjo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\nDeploy daemon haproxy.nfs.foo.smithi105.zerdjo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.424374Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.rnmeom on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:51.426744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:58:58.465 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:58:58.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:58 smithi167 bash[18945]: cluster 2024-02-08T21:58:57.433512+0000 mgr.smithi105.rfsypb (mgr.14180) 529 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-08T21:58:58.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:58:58 smithi167 bash[18945]: audit 2024-02-08T21:58:57.681102+0000 mgr.smithi105.rfsypb (mgr.14180) 530 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:58:58.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:58 smithi105 bash[14197]: cluster 2024-02-08T21:58:57.433512+0000 mgr.smithi105.rfsypb (mgr.14180) 529 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-08T21:58:58.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:58:58 smithi105 bash[14197]: audit 2024-02-08T21:58:57.681102+0000 mgr.smithi105.rfsypb (mgr.14180) 530 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:58:59.466 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:59:00.753 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:00 smithi105 bash[14197]: cluster 2024-02-08T21:58:59.435033+0000 mgr.smithi105.rfsypb (mgr.14180) 531 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-08T21:59:00.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:00 smithi167 bash[18945]: cluster 2024-02-08T21:58:59.435033+0000 mgr.smithi105.rfsypb (mgr.14180) 531 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-08T21:59:02.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:02 smithi105 bash[14197]: cluster 2024-02-08T21:59:01.436103+0000 mgr.smithi105.rfsypb (mgr.14180) 532 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-08T21:59:02.683 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:59:02.684 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:57:43.014179Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:47.363921Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.akdfzm on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\nDeploy daemon haproxy.nfs.foo.smithi167.akdfzm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.422377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.zerdjo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\nDeploy daemon haproxy.nfs.foo.smithi105.zerdjo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.424374Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.rnmeom on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:51.426744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:59:02.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:02 smithi167 bash[18945]: cluster 2024-02-08T21:59:01.436103+0000 mgr.smithi105.rfsypb (mgr.14180) 532 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-08T21:59:03.434 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:59:03.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:03 smithi105 bash[14197]: audit 2024-02-08T21:59:02.676066+0000 mgr.smithi105.rfsypb (mgr.14180) 533 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:59:03.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:03 smithi167 bash[18945]: audit 2024-02-08T21:59:02.676066+0000 mgr.smithi105.rfsypb (mgr.14180) 533 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:59:04.435 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:59:04.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:04 smithi105 bash[14197]: cluster 2024-02-08T21:59:03.437304+0000 mgr.smithi105.rfsypb (mgr.14180) 534 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:59:04.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:04 smithi167 bash[18945]: cluster 2024-02-08T21:59:03.437304+0000 mgr.smithi105.rfsypb (mgr.14180) 534 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:59:06.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:06 smithi105 bash[14197]: cluster 2024-02-08T21:59:05.438902+0000 mgr.smithi105.rfsypb (mgr.14180) 535 : 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 2024-02-08T21:59:06.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:06 smithi167 bash[18945]: cluster 2024-02-08T21:59:05.438902+0000 mgr.smithi105.rfsypb (mgr.14180) 535 : 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 2024-02-08T21:59:07.456 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:59:07.457 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:57:43.014179Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:47.363921Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.akdfzm on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\nDeploy daemon haproxy.nfs.foo.smithi167.akdfzm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.422377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.zerdjo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\nDeploy daemon haproxy.nfs.foo.smithi105.zerdjo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.424374Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.rnmeom on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:51.426744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:59:08.218 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:59:08.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:08 smithi105 bash[14197]: cluster 2024-02-08T21:59:07.439869+0000 mgr.smithi105.rfsypb (mgr.14180) 536 : 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 2024-02-08T21:59:08.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:08 smithi105 bash[14197]: audit 2024-02-08T21:59:07.444095+0000 mgr.smithi105.rfsypb (mgr.14180) 537 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:59:08.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:08 smithi167 bash[18945]: cluster 2024-02-08T21:59:07.439869+0000 mgr.smithi105.rfsypb (mgr.14180) 536 : 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 2024-02-08T21:59:08.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:08 smithi167 bash[18945]: audit 2024-02-08T21:59:07.444095+0000 mgr.smithi105.rfsypb (mgr.14180) 537 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:59:09.219 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:59:10.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:10 smithi105 bash[14197]: cluster 2024-02-08T21:59:09.441359+0000 mgr.smithi105.rfsypb (mgr.14180) 538 : 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 2024-02-08T21:59:10.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:10 smithi167 bash[18945]: cluster 2024-02-08T21:59:09.441359+0000 mgr.smithi105.rfsypb (mgr.14180) 538 : 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 2024-02-08T21:59:12.556 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:59:12.556 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:57:43.014179Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:47.363921Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.akdfzm on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\nDeploy daemon haproxy.nfs.foo.smithi167.akdfzm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.422377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.zerdjo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\nDeploy daemon haproxy.nfs.foo.smithi105.zerdjo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.424374Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.rnmeom on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:51.426744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:59:12.811 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:12 smithi105 bash[14197]: cluster 2024-02-08T21:59:11.442940+0000 mgr.smithi105.rfsypb (mgr.14180) 539 : 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 2024-02-08T21:59:12.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:12 smithi167 bash[18945]: cluster 2024-02-08T21:59:11.442940+0000 mgr.smithi105.rfsypb (mgr.14180) 539 : 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 2024-02-08T21:59:13.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:59:13.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:13 smithi105 bash[14197]: audit 2024-02-08T21:59:12.543556+0000 mgr.smithi105.rfsypb (mgr.14180) 540 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:59:13.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:13 smithi167 bash[18945]: audit 2024-02-08T21:59:12.543556+0000 mgr.smithi105.rfsypb (mgr.14180) 540 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:59:14.321 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:59:14.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:14 smithi105 bash[14197]: cluster 2024-02-08T21:59:13.444267+0000 mgr.smithi105.rfsypb (mgr.14180) 541 : 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 2024-02-08T21:59:14.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:14 smithi167 bash[18945]: cluster 2024-02-08T21:59:13.444267+0000 mgr.smithi105.rfsypb (mgr.14180) 541 : 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 2024-02-08T21:59:16.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:16 smithi105 bash[14197]: cluster 2024-02-08T21:59:15.445337+0000 mgr.smithi105.rfsypb (mgr.14180) 542 : 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 2024-02-08T21:59:16.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:16 smithi167 bash[18945]: cluster 2024-02-08T21:59:15.445337+0000 mgr.smithi105.rfsypb (mgr.14180) 542 : 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 2024-02-08T21:59:17.447 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:59:17.447 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:57:43.014179Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:47.363921Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.akdfzm on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\nDeploy daemon haproxy.nfs.foo.smithi167.akdfzm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.422377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.zerdjo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\nDeploy daemon haproxy.nfs.foo.smithi105.zerdjo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.424374Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.rnmeom on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:51.426744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:59:18.153 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:59:18.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:18 smithi105 bash[14197]: audit 2024-02-08T21:59:17.438999+0000 mgr.smithi105.rfsypb (mgr.14180) 543 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:59:18.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:18 smithi105 bash[14197]: cluster 2024-02-08T21:59:17.446373+0000 mgr.smithi105.rfsypb (mgr.14180) 544 : 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 2024-02-08T21:59:18.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:18 smithi167 bash[18945]: audit 2024-02-08T21:59:17.438999+0000 mgr.smithi105.rfsypb (mgr.14180) 543 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:59:18.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:18 smithi167 bash[18945]: cluster 2024-02-08T21:59:17.446373+0000 mgr.smithi105.rfsypb (mgr.14180) 544 : 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 2024-02-08T21:59:19.154 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:59:20.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:20 smithi105 bash[14197]: cluster 2024-02-08T21:59:19.447937+0000 mgr.smithi105.rfsypb (mgr.14180) 545 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:59:20.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:20 smithi167 bash[18945]: cluster 2024-02-08T21:59:19.447937+0000 mgr.smithi105.rfsypb (mgr.14180) 545 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:59:22.329 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:59:22.330 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:57:43.014179Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:47.363921Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.akdfzm on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\nDeploy daemon haproxy.nfs.foo.smithi167.akdfzm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.422377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.zerdjo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\nDeploy daemon haproxy.nfs.foo.smithi105.zerdjo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.424374Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.rnmeom on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:51.426744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:59:22.695 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:22 smithi105 bash[14197]: cluster 2024-02-08T21:59:21.449327+0000 mgr.smithi105.rfsypb (mgr.14180) 546 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:59:22.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:22 smithi167 bash[18945]: cluster 2024-02-08T21:59:21.449327+0000 mgr.smithi105.rfsypb (mgr.14180) 546 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:59:23.075 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:59:23.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:23 smithi167 bash[18945]: audit 2024-02-08T21:59:22.318179+0000 mgr.smithi105.rfsypb (mgr.14180) 547 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:59:24.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:23 smithi105 bash[14197]: audit 2024-02-08T21:59:22.318179+0000 mgr.smithi105.rfsypb (mgr.14180) 547 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:59:24.075 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:59:24.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:24 smithi167 bash[18945]: cluster 2024-02-08T21:59:23.450480+0000 mgr.smithi105.rfsypb (mgr.14180) 548 : 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 2024-02-08T21:59:25.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:24 smithi105 bash[14197]: cluster 2024-02-08T21:59:23.450480+0000 mgr.smithi105.rfsypb (mgr.14180) 548 : 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 2024-02-08T21:59:26.887 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:26 smithi105 bash[14197]: cluster 2024-02-08T21:59:25.452217+0000 mgr.smithi105.rfsypb (mgr.14180) 549 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:59:26.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:26 smithi167 bash[18945]: cluster 2024-02-08T21:59:25.452217+0000 mgr.smithi105.rfsypb (mgr.14180) 549 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:59:27.312 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:59:27.312 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:57:43.014179Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:47.363921Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.akdfzm on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\nDeploy daemon haproxy.nfs.foo.smithi167.akdfzm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.422377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.zerdjo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\nDeploy daemon haproxy.nfs.foo.smithi105.zerdjo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.424374Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.rnmeom on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:51.426744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:59:28.041 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:59:28.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:28 smithi167 bash[18945]: audit 2024-02-08T21:59:27.300919+0000 mgr.smithi105.rfsypb (mgr.14180) 550 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:59:28.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:28 smithi167 bash[18945]: cluster 2024-02-08T21:59:27.453842+0000 mgr.smithi105.rfsypb (mgr.14180) 551 : 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 2024-02-08T21:59:29.042 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:59:29.055 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:28 smithi105 bash[14197]: audit 2024-02-08T21:59:27.300919+0000 mgr.smithi105.rfsypb (mgr.14180) 550 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:59:29.055 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:28 smithi105 bash[14197]: cluster 2024-02-08T21:59:27.453842+0000 mgr.smithi105.rfsypb (mgr.14180) 551 : 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 2024-02-08T21:59:30.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:30 smithi105 bash[14197]: cluster 2024-02-08T21:59:29.454897+0000 mgr.smithi105.rfsypb (mgr.14180) 552 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:59:30.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:30 smithi167 bash[18945]: cluster 2024-02-08T21:59:29.454897+0000 mgr.smithi105.rfsypb (mgr.14180) 552 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:59:32.330 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:59:32.331 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:57:43.014179Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:47.363921Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.akdfzm on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\nDeploy daemon haproxy.nfs.foo.smithi167.akdfzm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.422377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.zerdjo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\nDeploy daemon haproxy.nfs.foo.smithi105.zerdjo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.424374Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.rnmeom on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:51.426744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:59:32.695 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:32 smithi105 bash[14197]: cluster 2024-02-08T21:59:31.456862+0000 mgr.smithi105.rfsypb (mgr.14180) 553 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:59:32.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:32 smithi167 bash[18945]: cluster 2024-02-08T21:59:31.456862+0000 mgr.smithi105.rfsypb (mgr.14180) 553 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:59:33.071 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:59:33.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:33 smithi167 bash[18945]: audit 2024-02-08T21:59:32.323418+0000 mgr.smithi105.rfsypb (mgr.14180) 554 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:59:34.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:33 smithi105 bash[14197]: audit 2024-02-08T21:59:32.323418+0000 mgr.smithi105.rfsypb (mgr.14180) 554 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:59:34.072 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:59:34.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:34 smithi167 bash[18945]: cluster 2024-02-08T21:59:33.458248+0000 mgr.smithi105.rfsypb (mgr.14180) 555 : 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 2024-02-08T21:59:35.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:34 smithi105 bash[14197]: cluster 2024-02-08T21:59:33.458248+0000 mgr.smithi105.rfsypb (mgr.14180) 555 : 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 2024-02-08T21:59:36.886 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:36 smithi105 bash[14197]: cluster 2024-02-08T21:59:35.460023+0000 mgr.smithi105.rfsypb (mgr.14180) 556 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:59:36.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:36 smithi167 bash[18945]: cluster 2024-02-08T21:59:35.460023+0000 mgr.smithi105.rfsypb (mgr.14180) 556 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:59:37.275 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:59:37.275 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:57:43.014179Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:47.363921Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.akdfzm on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\nDeploy daemon haproxy.nfs.foo.smithi167.akdfzm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.422377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.zerdjo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\nDeploy daemon haproxy.nfs.foo.smithi105.zerdjo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.424374Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.rnmeom on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:51.426744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:59:38.033 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:59:38.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:38 smithi167 bash[18945]: audit 2024-02-08T21:59:37.262911+0000 mgr.smithi105.rfsypb (mgr.14180) 557 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:59:38.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:38 smithi167 bash[18945]: cluster 2024-02-08T21:59:37.461601+0000 mgr.smithi105.rfsypb (mgr.14180) 558 : 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 2024-02-08T21:59:39.034 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:59:39.046 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:38 smithi105 bash[14197]: audit 2024-02-08T21:59:37.262911+0000 mgr.smithi105.rfsypb (mgr.14180) 557 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:59:39.046 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:38 smithi105 bash[14197]: cluster 2024-02-08T21:59:37.461601+0000 mgr.smithi105.rfsypb (mgr.14180) 558 : 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 2024-02-08T21:59:40.898 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:40 smithi105 bash[14197]: cluster 2024-02-08T21:59:39.463102+0000 mgr.smithi105.rfsypb (mgr.14180) 559 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:59:40.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:40 smithi167 bash[18945]: cluster 2024-02-08T21:59:39.463102+0000 mgr.smithi105.rfsypb (mgr.14180) 559 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:59:42.181 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:59:42.182 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:57:43.014179Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:47.363921Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.akdfzm on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\nDeploy daemon haproxy.nfs.foo.smithi167.akdfzm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.422377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.zerdjo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\nDeploy daemon haproxy.nfs.foo.smithi105.zerdjo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.424374Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.rnmeom on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:51.426744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:59:42.954 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:42 smithi105 bash[14197]: cluster 2024-02-08T21:59:41.465083+0000 mgr.smithi105.rfsypb (mgr.14180) 560 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:59:42.955 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:59:42.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:42 smithi167 bash[18945]: cluster 2024-02-08T21:59:41.465083+0000 mgr.smithi105.rfsypb (mgr.14180) 560 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:59:43.956 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:59:43.970 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:43 smithi105 bash[14197]: audit 2024-02-08T21:59:42.170068+0000 mgr.smithi105.rfsypb (mgr.14180) 561 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:59:43.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:43 smithi167 bash[18945]: audit 2024-02-08T21:59:42.170068+0000 mgr.smithi105.rfsypb (mgr.14180) 561 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:59:44.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:44 smithi167 bash[18945]: cluster 2024-02-08T21:59:43.466450+0000 mgr.smithi105.rfsypb (mgr.14180) 562 : 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 2024-02-08T21:59:45.017 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:44 smithi105 bash[14197]: cluster 2024-02-08T21:59:43.466450+0000 mgr.smithi105.rfsypb (mgr.14180) 562 : 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 2024-02-08T21:59:46.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:46 smithi167 bash[18945]: cluster 2024-02-08T21:59:45.468336+0000 mgr.smithi105.rfsypb (mgr.14180) 563 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:59:47.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:46 smithi105 bash[14197]: cluster 2024-02-08T21:59:45.468336+0000 mgr.smithi105.rfsypb (mgr.14180) 563 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:59:47.079 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:59:47.080 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:57:43.014179Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:47.363921Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.akdfzm on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\nDeploy daemon haproxy.nfs.foo.smithi167.akdfzm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.422377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.zerdjo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\nDeploy daemon haproxy.nfs.foo.smithi105.zerdjo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.424374Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.rnmeom on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:51.426744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:59:47.848 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:59:48.850 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:59:48.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:48 smithi167 bash[18945]: audit 2024-02-08T21:59:47.066214+0000 mgr.smithi105.rfsypb (mgr.14180) 564 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:59:48.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:48 smithi167 bash[18945]: cluster 2024-02-08T21:59:47.470060+0000 mgr.smithi105.rfsypb (mgr.14180) 565 : 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 2024-02-08T21:59:49.049 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:48 smithi105 bash[14197]: audit 2024-02-08T21:59:47.066214+0000 mgr.smithi105.rfsypb (mgr.14180) 564 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:59:49.049 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:48 smithi105 bash[14197]: cluster 2024-02-08T21:59:47.470060+0000 mgr.smithi105.rfsypb (mgr.14180) 565 : 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 2024-02-08T21:59:50.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:50 smithi167 bash[18945]: cluster 2024-02-08T21:59:49.471731+0000 mgr.smithi105.rfsypb (mgr.14180) 566 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:59:51.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:50 smithi105 bash[14197]: cluster 2024-02-08T21:59:49.471731+0000 mgr.smithi105.rfsypb (mgr.14180) 566 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:59:51.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:51 smithi167 bash[18945]: audit 2024-02-08T21:59:51.432185+0000 mon.smithi105 (mon.0) 794 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:59:52.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:51 smithi105 bash[14197]: audit 2024-02-08T21:59:51.432185+0000 mon.smithi105 (mon.0) 794 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T21:59:52.189 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:59:52.189 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:57:43.014179Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qbpaoo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:47.363921Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.akdfzm on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\nDeploy daemon haproxy.nfs.foo.smithi167.akdfzm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.422377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.zerdjo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\nDeploy daemon haproxy.nfs.foo.smithi105.zerdjo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.424374Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.rnmeom on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:51.426744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:59:52.947 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:52 smithi105 bash[14197]: cluster 2024-02-08T21:59:51.473348+0000 mgr.smithi105.rfsypb (mgr.14180) 567 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:59:52.947 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:52 smithi105 bash[14197]: audit 2024-02-08T21:59:51.742437+0000 mon.smithi105 (mon.0) 795 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:59:52.947 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:52 smithi105 bash[14197]: audit 2024-02-08T21:59:51.743718+0000 mon.smithi105 (mon.0) 796 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T21:59:52.947 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:52 smithi105 bash[14197]: audit 2024-02-08T21:59:51.750869+0000 mon.smithi105 (mon.0) 797 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:59:52.947 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:52 smithi105 bash[14197]: audit 2024-02-08T21:59:51.757436+0000 mon.smithi105 (mon.0) 798 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T21:59:52.947 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:52 smithi105 bash[14197]: audit 2024-02-08T21:59:51.770691+0000 mon.smithi105 (mon.0) 799 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:59:52.948 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:59:52.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:52 smithi167 bash[18945]: cluster 2024-02-08T21:59:51.473348+0000 mgr.smithi105.rfsypb (mgr.14180) 567 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T21:59:52.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:52 smithi167 bash[18945]: audit 2024-02-08T21:59:51.742437+0000 mon.smithi105 (mon.0) 795 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T21:59:52.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:52 smithi167 bash[18945]: audit 2024-02-08T21:59:51.743718+0000 mon.smithi105 (mon.0) 796 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T21:59:52.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:52 smithi167 bash[18945]: audit 2024-02-08T21:59:51.750869+0000 mon.smithi105 (mon.0) 797 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:59:52.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:52 smithi167 bash[18945]: audit 2024-02-08T21:59:51.757436+0000 mon.smithi105 (mon.0) 798 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T21:59:52.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:52 smithi167 bash[18945]: audit 2024-02-08T21:59:51.770691+0000 mon.smithi105 (mon.0) 799 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T21:59:53.949 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:59:53.963 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:53 smithi105 bash[14197]: cluster 2024-02-08T21:59:51.751642+0000 mgr.smithi105.rfsypb (mgr.14180) 568 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T21:59:53.963 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:53 smithi105 bash[14197]: cephadm 2024-02-08T21:59:51.774315+0000 mgr.smithi105.rfsypb (mgr.14180) 569 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.dcafsz on smithi167 2024-02-08T21:59:53.963 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:53 smithi105 bash[14197]: audit 2024-02-08T21:59:52.177618+0000 mgr.smithi105.rfsypb (mgr.14180) 570 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:59:53.963 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:53 smithi105 bash[14197]: cluster 2024-02-08T21:59:52.747787+0000 mon.smithi105 (mon.0) 800 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T21:59:53.963 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:53 smithi105 bash[14197]: cluster 2024-02-08T21:59:52.747847+0000 mon.smithi105 (mon.0) 801 : cluster [INF] Cluster is now healthy 2024-02-08T21:59:53.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:53 smithi167 bash[18945]: cluster 2024-02-08T21:59:51.751642+0000 mgr.smithi105.rfsypb (mgr.14180) 568 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T21:59:53.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:53 smithi167 bash[18945]: cephadm 2024-02-08T21:59:51.774315+0000 mgr.smithi105.rfsypb (mgr.14180) 569 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.dcafsz on smithi167 2024-02-08T21:59:53.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:53 smithi167 bash[18945]: audit 2024-02-08T21:59:52.177618+0000 mgr.smithi105.rfsypb (mgr.14180) 570 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:59:53.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:53 smithi167 bash[18945]: cluster 2024-02-08T21:59:52.747787+0000 mon.smithi105 (mon.0) 800 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T21:59:53.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:53 smithi167 bash[18945]: cluster 2024-02-08T21:59:52.747847+0000 mon.smithi105 (mon.0) 801 : cluster [INF] Cluster is now healthy 2024-02-08T21:59:55.962 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:55 smithi105 bash[14197]: cluster 2024-02-08T21:59:53.752527+0000 mgr.smithi105.rfsypb (mgr.14180) 571 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T21:59:55.962 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:55 smithi105 bash[14197]: audit 2024-02-08T21:59:55.585053+0000 mon.smithi105 (mon.0) 802 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.dcafsz"}]: dispatch 2024-02-08T21:59:55.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:55 smithi167 bash[18945]: cluster 2024-02-08T21:59:53.752527+0000 mgr.smithi105.rfsypb (mgr.14180) 571 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T21:59:55.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:55 smithi167 bash[18945]: audit 2024-02-08T21:59:55.585053+0000 mon.smithi105 (mon.0) 802 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.dcafsz"}]: dispatch 2024-02-08T21:59:56.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: cephadm 2024-02-08T21:59:55.584344+0000 mgr.smithi105.rfsypb (mgr.14180) 572 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz 2024-02-08T21:59:56.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:59:56.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz 2024-02-08T21:59:57.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz 2024-02-08T21:59:57.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:59:57.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz 2024-02-08T21:59:57.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.dcafsz ... 2024-02-08T21:59:57.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:59:57.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:59:57.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:59:57.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:59:57.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:59:57.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T21:59:57.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T21:59:57.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T21:59:57.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T21:59:57.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T21:59:57.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz 2024-02-08T21:59:57.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:59:57.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz 2024-02-08T21:59:57.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz 2024-02-08T21:59:57.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:59:57.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz 2024-02-08T21:59:57.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.dcafsz ... 2024-02-08T21:59:57.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:59:57.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:59:57.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:59:57.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:59:57.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:59:57.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: cephadm 2024-02-08T21:59:55.584614+0000 mgr.smithi105.rfsypb (mgr.14180) 573 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.dcafsz 2024-02-08T21:59:57.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: cephadm 2024-02-08T21:59:55.586196+0000 mgr.smithi105.rfsypb (mgr.14180) 574 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.dcafsz on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz 2024-02-08T21:59:57.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:59:57.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz 2024-02-08T21:59:57.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz 2024-02-08T21:59:57.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T21:59:57.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz 2024-02-08T21:59:57.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.dcafsz ... 2024-02-08T21:59:57.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:59:57.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:59:57.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:59:57.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T21:59:57.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:59:57.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:56 smithi167 bash[18945]: cephadm 2024-02-08T21:59:55.588615+0000 mgr.smithi105.rfsypb (mgr.14180) 575 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.rmqdvk on smithi105 2024-02-08T21:59:57.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: cephadm 2024-02-08T21:59:55.584344+0000 mgr.smithi105.rfsypb (mgr.14180) 572 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz 2024-02-08T21:59:57.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:59:57.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz 2024-02-08T21:59:57.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz 2024-02-08T21:59:57.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:59:57.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz 2024-02-08T21:59:57.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.dcafsz ... 2024-02-08T21:59:57.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:59:57.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:59:57.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:59:57.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:59:57.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:59:57.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T21:59:57.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T21:59:57.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T21:59:57.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T21:59:57.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T21:59:57.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz 2024-02-08T21:59:57.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:59:57.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz 2024-02-08T21:59:57.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz 2024-02-08T21:59:57.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:59:57.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz 2024-02-08T21:59:57.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.dcafsz ... 2024-02-08T21:59:57.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:59:57.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:59:57.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:59:57.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:59:57.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:59:57.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: cephadm 2024-02-08T21:59:55.584614+0000 mgr.smithi105.rfsypb (mgr.14180) 573 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.dcafsz 2024-02-08T21:59:57.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: cephadm 2024-02-08T21:59:55.586196+0000 mgr.smithi105.rfsypb (mgr.14180) 574 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.dcafsz on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz 2024-02-08T21:59:57.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:59:57.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz 2024-02-08T21:59:57.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz 2024-02-08T21:59:57.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T21:59:57.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz 2024-02-08T21:59:57.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.dcafsz ... 2024-02-08T21:59:57.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:59:57.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T21:59:57.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T21:59:57.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T21:59:57.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T21:59:57.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:56 smithi105 bash[14197]: cephadm 2024-02-08T21:59:55.588615+0000 mgr.smithi105.rfsypb (mgr.14180) 575 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.rmqdvk on smithi105 2024-02-08T21:59:57.232 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T21:59:57.233 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:58:47.363921Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.akdfzm on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-akdfzm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.akdfzm\nDeploy daemon haproxy.nfs.foo.smithi167.akdfzm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.422377Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.zerdjo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-zerdjo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.zerdjo\nDeploy daemon haproxy.nfs.foo.smithi105.zerdjo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:58:51.424374Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.rnmeom on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:58:51.426744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:55.586053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.dcafsz on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\nDeploy daemon haproxy.nfs.foo.smithi167.dcafsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -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.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T21:59:57.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:57 smithi167 bash[18945]: cluster 2024-02-08T21:59:55.753724+0000 mgr.smithi105.rfsypb (mgr.14180) 576 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T21:59:58.050 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:57 smithi105 bash[14197]: cluster 2024-02-08T21:59:55.753724+0000 mgr.smithi105.rfsypb (mgr.14180) 576 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T21:59:58.051 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T21:59:58.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:58 smithi167 bash[18945]: audit 2024-02-08T21:59:57.220074+0000 mgr.smithi105.rfsypb (mgr.14180) 577 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:59:59.052 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T21:59:59.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:58 smithi105 bash[14197]: audit 2024-02-08T21:59:57.220074+0000 mgr.smithi105.rfsypb (mgr.14180) 577 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T21:59:59.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:59 smithi167 bash[18945]: cluster 2024-02-08T21:59:57.754931+0000 mgr.smithi105.rfsypb (mgr.14180) 578 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T21:59:59.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 21:59:59 smithi167 bash[18945]: audit 2024-02-08T21:59:59.474243+0000 mon.smithi105 (mon.0) 803 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.rmqdvk"}]: dispatch 2024-02-08T22:00:00.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:59 smithi105 bash[14197]: cluster 2024-02-08T21:59:57.754931+0000 mgr.smithi105.rfsypb (mgr.14180) 578 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:00:00.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 21:59:59 smithi105 bash[14197]: audit 2024-02-08T21:59:59.474243+0000 mon.smithi105 (mon.0) 803 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.rmqdvk"}]: dispatch 2024-02-08T22:00:00.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cephadm 2024-02-08T21:59:59.473532+0000 mgr.smithi105.rfsypb (mgr.14180) 579 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk 2024-02-08T22:00:00.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:00:00.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk 2024-02-08T22:00:00.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk 2024-02-08T22:00:00.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:00:00.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk 2024-02-08T22:00:00.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.rmqdvk ... 2024-02-08T22:00:00.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:00:00.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:00:00.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:00:00.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:00:00.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:00:00.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:00:00.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:00:00.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:00:00.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:00:00.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:00:00.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk 2024-02-08T22:00:00.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:00:00.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk 2024-02-08T22:00:00.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk 2024-02-08T22:00:00.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:00:00.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk 2024-02-08T22:00:00.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.rmqdvk ... 2024-02-08T22:00:00.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:00:00.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:00:00.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:00:00.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:00:00.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:00:00.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cephadm 2024-02-08T21:59:59.473777+0000 mgr.smithi105.rfsypb (mgr.14180) 580 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.rmqdvk 2024-02-08T22:00:00.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cephadm 2024-02-08T21:59:59.475254+0000 mgr.smithi105.rfsypb (mgr.14180) 581 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.rmqdvk on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk 2024-02-08T22:00:00.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:00:00.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk 2024-02-08T22:00:00.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk 2024-02-08T22:00:00.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:00:00.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk 2024-02-08T22:00:00.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.rmqdvk ... 2024-02-08T22:00:00.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:00:00.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:00:00.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:00:00.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:00:00.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:00:00.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cephadm 2024-02-08T21:59:59.477286+0000 mgr.smithi105.rfsypb (mgr.14180) 582 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.zncqqo on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:00:00.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cephadm 2024-02-08T21:59:59.478779+0000 mgr.smithi105.rfsypb (mgr.14180) 583 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:00:00.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T21:59:59.480508+0000 mgr.smithi105.rfsypb (mgr.14180) 584 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:00:00.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T21:59:59.715738+0000 mon.smithi105 (mon.0) 804 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:00:00.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000134+0000 mon.smithi105 (mon.0) 805 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-02-08T22:00:00.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000199+0000 mon.smithi105 (mon.0) 806 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-02-08T22:00:00.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000219+0000 mon.smithi105 (mon.0) 807 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi167.dcafsz on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz 2024-02-08T22:00:00.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000264+0000 mon.smithi105 (mon.0) 808 : cluster [WRN] /usr/bin/docker: stdout 2024-02-08T22:00:00.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000306+0000 mon.smithi105 (mon.0) 809 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz 2024-02-08T22:00:00.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000336+0000 mon.smithi105 (mon.0) 810 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz 2024-02-08T22:00:00.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000374+0000 mon.smithi105 (mon.0) 811 : cluster [WRN] /usr/bin/docker: stdout 2024-02-08T22:00:00.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000395+0000 mon.smithi105 (mon.0) 812 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz 2024-02-08T22:00:00.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000415+0000 mon.smithi105 (mon.0) 813 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi167.dcafsz ... 2024-02-08T22:00:00.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000435+0000 mon.smithi105 (mon.0) 814 : 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=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:00:00.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000457+0000 mon.smithi105 (mon.0) 815 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:00:00.818 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000491+0000 mon.smithi105 (mon.0) 816 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:00:00.818 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000512+0000 mon.smithi105 (mon.0) 817 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-02-08T22:00:00.818 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000532+0000 mon.smithi105 (mon.0) 818 : 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=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:00:00.818 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000555+0000 mon.smithi105 (mon.0) 819 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi105.rmqdvk on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk 2024-02-08T22:00:00.818 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000576+0000 mon.smithi105 (mon.0) 820 : cluster [WRN] /usr/bin/docker: stdout 2024-02-08T22:00:00.818 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000598+0000 mon.smithi105 (mon.0) 821 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk 2024-02-08T22:00:00.818 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000620+0000 mon.smithi105 (mon.0) 822 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk 2024-02-08T22:00:00.818 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000641+0000 mon.smithi105 (mon.0) 823 : cluster [WRN] /usr/bin/docker: stdout 2024-02-08T22:00:00.818 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000662+0000 mon.smithi105 (mon.0) 824 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk 2024-02-08T22:00:00.818 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000681+0000 mon.smithi105 (mon.0) 825 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi105.rmqdvk ... 2024-02-08T22:00:00.818 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000711+0000 mon.smithi105 (mon.0) 826 : 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 2024-02-08T22:00:00.818 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000727+0000 mon.smithi105 (mon.0) 827 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:00:00.818 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000748+0000 mon.smithi105 (mon.0) 828 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:00:00.818 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000758+0000 mon.smithi105 (mon.0) 829 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-02-08T22:00:00.819 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000768+0000 mon.smithi105 (mon.0) 830 : 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 2024-02-08T22:00:00.819 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000778+0000 mon.smithi105 (mon.0) 831 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi167.zncqqo on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:00:00.819 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:00.000787+0000 mon.smithi105 (mon.0) 832 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:00:00.819 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:00 smithi105 bash[14197]: audit 2024-02-08T22:00:00.430008+0000 mon.smithi105 (mon.0) 833 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:00:00.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cephadm 2024-02-08T21:59:59.473532+0000 mgr.smithi105.rfsypb (mgr.14180) 579 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk 2024-02-08T22:00:00.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:00:00.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk 2024-02-08T22:00:00.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk 2024-02-08T22:00:00.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:00:00.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk 2024-02-08T22:00:00.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.rmqdvk ... 2024-02-08T22:00:01.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:00:01.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:00:01.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:00:01.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:00:01.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:00:01.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:00:01.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:00:01.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:00:01.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:00:01.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:00:01.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk 2024-02-08T22:00:01.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:00:01.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk 2024-02-08T22:00:01.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk 2024-02-08T22:00:01.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:00:01.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk 2024-02-08T22:00:01.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.rmqdvk ... 2024-02-08T22:00:01.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:00:01.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:00:01.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:00:01.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:00:01.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:00:01.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cephadm 2024-02-08T21:59:59.473777+0000 mgr.smithi105.rfsypb (mgr.14180) 580 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.rmqdvk 2024-02-08T22:00:01.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cephadm 2024-02-08T21:59:59.475254+0000 mgr.smithi105.rfsypb (mgr.14180) 581 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.rmqdvk on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk 2024-02-08T22:00:01.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:00:01.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk 2024-02-08T22:00:01.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk 2024-02-08T22:00:01.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:00:01.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk 2024-02-08T22:00:01.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.rmqdvk ... 2024-02-08T22:00:01.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:00:01.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:00:01.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:00:01.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:00:01.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:00:01.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cephadm 2024-02-08T21:59:59.477286+0000 mgr.smithi105.rfsypb (mgr.14180) 582 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.zncqqo on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:00:01.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cephadm 2024-02-08T21:59:59.478779+0000 mgr.smithi105.rfsypb (mgr.14180) 583 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:00:01.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T21:59:59.480508+0000 mgr.smithi105.rfsypb (mgr.14180) 584 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:00:01.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T21:59:59.715738+0000 mon.smithi105 (mon.0) 804 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:00:01.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000134+0000 mon.smithi105 (mon.0) 805 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-02-08T22:00:01.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000199+0000 mon.smithi105 (mon.0) 806 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-02-08T22:00:01.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000219+0000 mon.smithi105 (mon.0) 807 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi167.dcafsz on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz 2024-02-08T22:00:01.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000264+0000 mon.smithi105 (mon.0) 808 : cluster [WRN] /usr/bin/docker: stdout 2024-02-08T22:00:01.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000306+0000 mon.smithi105 (mon.0) 809 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz 2024-02-08T22:00:01.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000336+0000 mon.smithi105 (mon.0) 810 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz 2024-02-08T22:00:01.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000374+0000 mon.smithi105 (mon.0) 811 : cluster [WRN] /usr/bin/docker: stdout 2024-02-08T22:00:01.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000395+0000 mon.smithi105 (mon.0) 812 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz 2024-02-08T22:00:01.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000415+0000 mon.smithi105 (mon.0) 813 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi167.dcafsz ... 2024-02-08T22:00:01.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000435+0000 mon.smithi105 (mon.0) 814 : 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=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:00:01.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000457+0000 mon.smithi105 (mon.0) 815 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:00:01.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000491+0000 mon.smithi105 (mon.0) 816 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:00:01.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000512+0000 mon.smithi105 (mon.0) 817 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-02-08T22:00:01.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000532+0000 mon.smithi105 (mon.0) 818 : 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=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:00:01.004 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000555+0000 mon.smithi105 (mon.0) 819 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi105.rmqdvk on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk 2024-02-08T22:00:01.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000576+0000 mon.smithi105 (mon.0) 820 : cluster [WRN] /usr/bin/docker: stdout 2024-02-08T22:00:01.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000598+0000 mon.smithi105 (mon.0) 821 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk 2024-02-08T22:00:01.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000620+0000 mon.smithi105 (mon.0) 822 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk 2024-02-08T22:00:01.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000641+0000 mon.smithi105 (mon.0) 823 : cluster [WRN] /usr/bin/docker: stdout 2024-02-08T22:00:01.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000662+0000 mon.smithi105 (mon.0) 824 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk 2024-02-08T22:00:01.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000681+0000 mon.smithi105 (mon.0) 825 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi105.rmqdvk ... 2024-02-08T22:00:01.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000711+0000 mon.smithi105 (mon.0) 826 : 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 2024-02-08T22:00:01.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000727+0000 mon.smithi105 (mon.0) 827 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:00:01.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000748+0000 mon.smithi105 (mon.0) 828 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:00:01.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000758+0000 mon.smithi105 (mon.0) 829 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-02-08T22:00:01.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000768+0000 mon.smithi105 (mon.0) 830 : 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 2024-02-08T22:00:01.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000778+0000 mon.smithi105 (mon.0) 831 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi167.zncqqo on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:00:01.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:00.000787+0000 mon.smithi105 (mon.0) 832 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:00:01.005 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:00 smithi167 bash[18945]: audit 2024-02-08T22:00:00.430008+0000 mon.smithi105 (mon.0) 833 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:00:02.739 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:00:02.739 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:58:51.426744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:55.586053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.dcafsz on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\nDeploy daemon haproxy.nfs.foo.smithi167.dcafsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.475113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rmqdvk on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\nDeploy daemon haproxy.nfs.foo.smithi105.rmqdvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.477196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.zncqqo on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:59.478693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:00:02.962 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:02 smithi105 bash[14197]: cluster 2024-02-08T22:00:01.482369+0000 mgr.smithi105.rfsypb (mgr.14180) 585 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:00:02.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:02 smithi167 bash[18945]: cluster 2024-02-08T22:00:01.482369+0000 mgr.smithi105.rfsypb (mgr.14180) 585 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:00:03.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:00:03.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:03 smithi105 bash[14197]: audit 2024-02-08T22:00:02.730528+0000 mgr.smithi105.rfsypb (mgr.14180) 586 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:00:03.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:03 smithi167 bash[18945]: audit 2024-02-08T22:00:02.730528+0000 mgr.smithi105.rfsypb (mgr.14180) 586 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:00:04.506 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:00:04.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:04 smithi105 bash[14197]: cluster 2024-02-08T22:00:03.483614+0000 mgr.smithi105.rfsypb (mgr.14180) 587 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:00:05.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:04 smithi167 bash[18945]: cluster 2024-02-08T22:00:03.483614+0000 mgr.smithi105.rfsypb (mgr.14180) 587 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:00:07.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:06 smithi105 bash[14197]: cluster 2024-02-08T22:00:05.484646+0000 mgr.smithi105.rfsypb (mgr.14180) 588 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:00:07.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:06 smithi167 bash[18945]: cluster 2024-02-08T22:00:05.484646+0000 mgr.smithi105.rfsypb (mgr.14180) 588 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:00:07.664 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:00:07.665 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:58:51.426744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:55.586053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.dcafsz on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\nDeploy daemon haproxy.nfs.foo.smithi167.dcafsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.475113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rmqdvk on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\nDeploy daemon haproxy.nfs.foo.smithi105.rmqdvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.477196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.zncqqo on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:59.478693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:00:08.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:07 smithi105 bash[14197]: cluster 2024-02-08T22:00:07.485878+0000 mgr.smithi105.rfsypb (mgr.14180) 589 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-08T22:00:08.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:07 smithi105 bash[14197]: audit 2024-02-08T22:00:07.653030+0000 mgr.smithi105.rfsypb (mgr.14180) 590 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:00:08.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:07 smithi167 bash[18945]: cluster 2024-02-08T22:00:07.485878+0000 mgr.smithi105.rfsypb (mgr.14180) 589 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-08T22:00:08.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:07 smithi167 bash[18945]: audit 2024-02-08T22:00:07.653030+0000 mgr.smithi105.rfsypb (mgr.14180) 590 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:00:08.416 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:00:09.417 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:00:10.787 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:10 smithi105 bash[14197]: cluster 2024-02-08T22:00:09.487608+0000 mgr.smithi105.rfsypb (mgr.14180) 591 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:00:10.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:10 smithi167 bash[18945]: cluster 2024-02-08T22:00:09.487608+0000 mgr.smithi105.rfsypb (mgr.14180) 591 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:00:12.387 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:00:12.387 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:58:51.426744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:55.586053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.dcafsz on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\nDeploy daemon haproxy.nfs.foo.smithi167.dcafsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.475113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rmqdvk on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\nDeploy daemon haproxy.nfs.foo.smithi105.rmqdvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.477196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.zncqqo on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:59.478693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:00:12.695 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:12 smithi105 bash[14197]: cluster 2024-02-08T22:00:11.488713+0000 mgr.smithi105.rfsypb (mgr.14180) 592 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:12.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:12 smithi167 bash[18945]: cluster 2024-02-08T22:00:11.488713+0000 mgr.smithi105.rfsypb (mgr.14180) 592 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:13.150 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:00:13.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:13 smithi105 bash[14197]: audit 2024-02-08T22:00:12.379707+0000 mgr.smithi105.rfsypb (mgr.14180) 593 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:00:13.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:13 smithi167 bash[18945]: audit 2024-02-08T22:00:12.379707+0000 mgr.smithi105.rfsypb (mgr.14180) 593 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:00:14.151 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:00:14.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:14 smithi105 bash[14197]: cluster 2024-02-08T22:00:13.490011+0000 mgr.smithi105.rfsypb (mgr.14180) 594 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:14.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:14 smithi167 bash[18945]: cluster 2024-02-08T22:00:13.490011+0000 mgr.smithi105.rfsypb (mgr.14180) 594 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:16.989 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:16 smithi105 bash[14197]: cluster 2024-02-08T22:00:15.491681+0000 mgr.smithi105.rfsypb (mgr.14180) 595 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:16.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:16 smithi167 bash[18945]: cluster 2024-02-08T22:00:15.491681+0000 mgr.smithi105.rfsypb (mgr.14180) 595 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:17.389 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:00:17.389 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:58:51.426744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:55.586053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.dcafsz on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\nDeploy daemon haproxy.nfs.foo.smithi167.dcafsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.475113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rmqdvk on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\nDeploy daemon haproxy.nfs.foo.smithi105.rmqdvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.477196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.zncqqo on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:59.478693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:00:18.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:00:18.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:18 smithi167 bash[18945]: audit 2024-02-08T22:00:17.377106+0000 mgr.smithi105.rfsypb (mgr.14180) 596 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:00:18.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:18 smithi167 bash[18945]: cluster 2024-02-08T22:00:17.493325+0000 mgr.smithi105.rfsypb (mgr.14180) 597 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:00:19.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:18 smithi105 bash[14197]: audit 2024-02-08T22:00:17.377106+0000 mgr.smithi105.rfsypb (mgr.14180) 596 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:00:19.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:18 smithi105 bash[14197]: cluster 2024-02-08T22:00:17.493325+0000 mgr.smithi105.rfsypb (mgr.14180) 597 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:00:19.146 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:00:20.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:20 smithi167 bash[18945]: cluster 2024-02-08T22:00:19.494920+0000 mgr.smithi105.rfsypb (mgr.14180) 598 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:21.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:20 smithi105 bash[14197]: cluster 2024-02-08T22:00:19.494920+0000 mgr.smithi105.rfsypb (mgr.14180) 598 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:22.387 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:00:22.387 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:58:51.426744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:55.586053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.dcafsz on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\nDeploy daemon haproxy.nfs.foo.smithi167.dcafsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.475113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rmqdvk on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\nDeploy daemon haproxy.nfs.foo.smithi105.rmqdvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.477196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.zncqqo on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:59.478693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:00:22.696 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:22 smithi105 bash[14197]: cluster 2024-02-08T22:00:21.496806+0000 mgr.smithi105.rfsypb (mgr.14180) 599 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:22.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:22 smithi167 bash[18945]: cluster 2024-02-08T22:00:21.496806+0000 mgr.smithi105.rfsypb (mgr.14180) 599 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:23.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:00:23.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:23 smithi167 bash[18945]: audit 2024-02-08T22:00:22.379322+0000 mgr.smithi105.rfsypb (mgr.14180) 600 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:00:24.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:23 smithi105 bash[14197]: audit 2024-02-08T22:00:22.379322+0000 mgr.smithi105.rfsypb (mgr.14180) 600 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:00:24.187 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:00:24.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:24 smithi105 bash[14197]: cluster 2024-02-08T22:00:23.497609+0000 mgr.smithi105.rfsypb (mgr.14180) 601 : 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 2024-02-08T22:00:24.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:24 smithi167 bash[18945]: cluster 2024-02-08T22:00:23.497609+0000 mgr.smithi105.rfsypb (mgr.14180) 601 : 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 2024-02-08T22:00:26.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:26 smithi167 bash[18945]: cluster 2024-02-08T22:00:25.499143+0000 mgr.smithi105.rfsypb (mgr.14180) 602 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:27.001 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:26 smithi105 bash[14197]: cluster 2024-02-08T22:00:25.499143+0000 mgr.smithi105.rfsypb (mgr.14180) 602 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:27.409 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:00:27.410 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:58:51.426744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:55.586053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.dcafsz on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\nDeploy daemon haproxy.nfs.foo.smithi167.dcafsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.475113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rmqdvk on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\nDeploy daemon haproxy.nfs.foo.smithi105.rmqdvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.477196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.zncqqo on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:59.478693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:00:28.240 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:00:28.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:28 smithi167 bash[18945]: audit 2024-02-08T22:00:27.395227+0000 mgr.smithi105.rfsypb (mgr.14180) 603 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:00:28.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:28 smithi167 bash[18945]: cluster 2024-02-08T22:00:27.500761+0000 mgr.smithi105.rfsypb (mgr.14180) 604 : 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 2024-02-08T22:00:29.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:28 smithi105 bash[14197]: audit 2024-02-08T22:00:27.395227+0000 mgr.smithi105.rfsypb (mgr.14180) 603 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:00:29.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:28 smithi105 bash[14197]: cluster 2024-02-08T22:00:27.500761+0000 mgr.smithi105.rfsypb (mgr.14180) 604 : 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 2024-02-08T22:00:29.242 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:00:30.717 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:30 smithi105 bash[14197]: cluster 2024-02-08T22:00:29.501721+0000 mgr.smithi105.rfsypb (mgr.14180) 605 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:30.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:30 smithi167 bash[18945]: cluster 2024-02-08T22:00:29.501721+0000 mgr.smithi105.rfsypb (mgr.14180) 605 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:32.518 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:00:32.518 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:58:51.426744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:55.586053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.dcafsz on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\nDeploy daemon haproxy.nfs.foo.smithi167.dcafsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.475113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rmqdvk on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\nDeploy daemon haproxy.nfs.foo.smithi105.rmqdvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.477196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.zncqqo on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:59.478693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:00:32.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:32 smithi167 bash[18945]: cluster 2024-02-08T22:00:31.502735+0000 mgr.smithi105.rfsypb (mgr.14180) 606 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:33.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:32 smithi105 bash[14197]: cluster 2024-02-08T22:00:31.502735+0000 mgr.smithi105.rfsypb (mgr.14180) 606 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:33.328 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:00:33.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:33 smithi167 bash[18945]: audit 2024-02-08T22:00:32.506827+0000 mgr.smithi105.rfsypb (mgr.14180) 607 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:00:34.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:33 smithi105 bash[14197]: audit 2024-02-08T22:00:32.506827+0000 mgr.smithi105.rfsypb (mgr.14180) 607 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:00:34.329 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:00:34.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:34 smithi105 bash[14197]: cluster 2024-02-08T22:00:33.504093+0000 mgr.smithi105.rfsypb (mgr.14180) 608 : 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 2024-02-08T22:00:34.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:34 smithi167 bash[18945]: cluster 2024-02-08T22:00:33.504093+0000 mgr.smithi105.rfsypb (mgr.14180) 608 : 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 2024-02-08T22:00:36.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:36 smithi105 bash[14197]: cluster 2024-02-08T22:00:35.505117+0000 mgr.smithi105.rfsypb (mgr.14180) 609 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:36.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:36 smithi167 bash[18945]: cluster 2024-02-08T22:00:35.505117+0000 mgr.smithi105.rfsypb (mgr.14180) 609 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:37.585 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:00:37.585 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:58:51.426744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:55.586053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.dcafsz on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\nDeploy daemon haproxy.nfs.foo.smithi167.dcafsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.475113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rmqdvk on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\nDeploy daemon haproxy.nfs.foo.smithi105.rmqdvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.477196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.zncqqo on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:59.478693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:00:38.309 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:00:38.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:38 smithi167 bash[18945]: cluster 2024-02-08T22:00:37.506516+0000 mgr.smithi105.rfsypb (mgr.14180) 610 : 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 2024-02-08T22:00:38.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:38 smithi167 bash[18945]: audit 2024-02-08T22:00:37.568218+0000 mgr.smithi105.rfsypb (mgr.14180) 611 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:00:39.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:38 smithi105 bash[14197]: cluster 2024-02-08T22:00:37.506516+0000 mgr.smithi105.rfsypb (mgr.14180) 610 : 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 2024-02-08T22:00:39.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:38 smithi105 bash[14197]: audit 2024-02-08T22:00:37.568218+0000 mgr.smithi105.rfsypb (mgr.14180) 611 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:00:39.310 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:00:40.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:40 smithi105 bash[14197]: cluster 2024-02-08T22:00:39.507452+0000 mgr.smithi105.rfsypb (mgr.14180) 612 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:40.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:40 smithi167 bash[18945]: cluster 2024-02-08T22:00:39.507452+0000 mgr.smithi105.rfsypb (mgr.14180) 612 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:42.554 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:00:42.554 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:58:51.426744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:55.586053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.dcafsz on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\nDeploy daemon haproxy.nfs.foo.smithi167.dcafsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.475113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rmqdvk on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\nDeploy daemon haproxy.nfs.foo.smithi105.rmqdvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.477196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.zncqqo on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:59.478693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:00:42.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:42 smithi167 bash[18945]: cluster 2024-02-08T22:00:41.509306+0000 mgr.smithi105.rfsypb (mgr.14180) 613 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:43.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:42 smithi105 bash[14197]: cluster 2024-02-08T22:00:41.509306+0000 mgr.smithi105.rfsypb (mgr.14180) 613 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:43.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:00:43.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:43 smithi167 bash[18945]: audit 2024-02-08T22:00:42.546591+0000 mgr.smithi105.rfsypb (mgr.14180) 614 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:00:44.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:43 smithi105 bash[14197]: audit 2024-02-08T22:00:42.546591+0000 mgr.smithi105.rfsypb (mgr.14180) 614 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:00:44.327 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:00:44.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:44 smithi167 bash[18945]: cluster 2024-02-08T22:00:43.510532+0000 mgr.smithi105.rfsypb (mgr.14180) 615 : 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 2024-02-08T22:00:45.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:44 smithi105 bash[14197]: cluster 2024-02-08T22:00:43.510532+0000 mgr.smithi105.rfsypb (mgr.14180) 615 : 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 2024-02-08T22:00:46.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:46 smithi167 bash[18945]: cluster 2024-02-08T22:00:45.512107+0000 mgr.smithi105.rfsypb (mgr.14180) 616 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:47.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:46 smithi105 bash[14197]: cluster 2024-02-08T22:00:45.512107+0000 mgr.smithi105.rfsypb (mgr.14180) 616 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:47.572 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:00:47.572 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:58:51.426744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:55.586053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.dcafsz on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\nDeploy daemon haproxy.nfs.foo.smithi167.dcafsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.475113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rmqdvk on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\nDeploy daemon haproxy.nfs.foo.smithi105.rmqdvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.477196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.zncqqo on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:59.478693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:00:48.306 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:00:48.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:48 smithi167 bash[18945]: cluster 2024-02-08T22:00:47.512994+0000 mgr.smithi105.rfsypb (mgr.14180) 617 : 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 2024-02-08T22:00:48.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:48 smithi167 bash[18945]: audit 2024-02-08T22:00:47.557979+0000 mgr.smithi105.rfsypb (mgr.14180) 618 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:00:49.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:48 smithi105 bash[14197]: cluster 2024-02-08T22:00:47.512994+0000 mgr.smithi105.rfsypb (mgr.14180) 617 : 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 2024-02-08T22:00:49.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:48 smithi105 bash[14197]: audit 2024-02-08T22:00:47.557979+0000 mgr.smithi105.rfsypb (mgr.14180) 618 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:00:49.307 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:00:50.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:50 smithi167 bash[18945]: cluster 2024-02-08T22:00:49.514263+0000 mgr.smithi105.rfsypb (mgr.14180) 619 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:51.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:50 smithi105 bash[14197]: cluster 2024-02-08T22:00:49.514263+0000 mgr.smithi105.rfsypb (mgr.14180) 619 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:52.530 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:00:52.530 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:58:51.426744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:55.586053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.dcafsz on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\nDeploy daemon haproxy.nfs.foo.smithi167.dcafsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.475113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rmqdvk on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\nDeploy daemon haproxy.nfs.foo.smithi105.rmqdvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.477196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.zncqqo on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:59.478693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:00:52.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:52 smithi167 bash[18945]: cluster 2024-02-08T22:00:51.516106+0000 mgr.smithi105.rfsypb (mgr.14180) 620 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:53.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:52 smithi105 bash[14197]: cluster 2024-02-08T22:00:51.516106+0000 mgr.smithi105.rfsypb (mgr.14180) 620 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:53.301 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:00:53.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:53 smithi167 bash[18945]: audit 2024-02-08T22:00:52.515656+0000 mgr.smithi105.rfsypb (mgr.14180) 621 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:00:54.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:53 smithi105 bash[14197]: audit 2024-02-08T22:00:52.515656+0000 mgr.smithi105.rfsypb (mgr.14180) 621 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:00:54.302 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:00:54.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:54 smithi105 bash[14197]: cluster 2024-02-08T22:00:53.517410+0000 mgr.smithi105.rfsypb (mgr.14180) 622 : 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 2024-02-08T22:00:54.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:54 smithi167 bash[18945]: cluster 2024-02-08T22:00:53.517410+0000 mgr.smithi105.rfsypb (mgr.14180) 622 : 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 2024-02-08T22:00:56.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:56 smithi167 bash[18945]: cluster 2024-02-08T22:00:55.519332+0000 mgr.smithi105.rfsypb (mgr.14180) 623 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:57.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:56 smithi105 bash[14197]: cluster 2024-02-08T22:00:55.519332+0000 mgr.smithi105.rfsypb (mgr.14180) 623 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:00:57.541 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:00:57.542 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:58:51.426744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:55.586053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.dcafsz on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\nDeploy daemon haproxy.nfs.foo.smithi167.dcafsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.475113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rmqdvk on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\nDeploy daemon haproxy.nfs.foo.smithi105.rmqdvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.477196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.zncqqo on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:59.478693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:00:58.213 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:00:58.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:58 smithi167 bash[18945]: cluster 2024-02-08T22:00:57.520922+0000 mgr.smithi105.rfsypb (mgr.14180) 624 : 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 2024-02-08T22:00:58.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:58 smithi167 bash[18945]: audit 2024-02-08T22:00:57.529317+0000 mgr.smithi105.rfsypb (mgr.14180) 625 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:00:59.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:58 smithi105 bash[14197]: cluster 2024-02-08T22:00:57.520922+0000 mgr.smithi105.rfsypb (mgr.14180) 624 : 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 2024-02-08T22:00:59.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:58 smithi105 bash[14197]: audit 2024-02-08T22:00:57.529317+0000 mgr.smithi105.rfsypb (mgr.14180) 625 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:00:59.215 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:00:59.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:00:59 smithi167 bash[18945]: audit 2024-02-08T22:00:59.481988+0000 mon.smithi105 (mon.0) 834 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:01:00.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:00:59 smithi105 bash[14197]: audit 2024-02-08T22:00:59.481988+0000 mon.smithi105 (mon.0) 834 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:01:00.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:00 smithi105 bash[14197]: cluster 2024-02-08T22:00:59.521830+0000 mgr.smithi105.rfsypb (mgr.14180) 626 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:01:00.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:00 smithi105 bash[14197]: audit 2024-02-08T22:00:59.761559+0000 mon.smithi105 (mon.0) 835 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-08T22:01:00.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:00 smithi105 bash[14197]: audit 2024-02-08T22:00:59.762680+0000 mon.smithi105 (mon.0) 836 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-08T22:01:00.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:00 smithi105 bash[14197]: audit 2024-02-08T22:00:59.763579+0000 mon.smithi105 (mon.0) 837 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-08T22:01:00.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:00 smithi105 bash[14197]: audit 2024-02-08T22:00:59.764569+0000 mon.smithi105 (mon.0) 838 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-08T22:01:00.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:00 smithi105 bash[14197]: audit 2024-02-08T22:00:59.772271+0000 mon.smithi105 (mon.0) 839 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:01:00.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:00 smithi105 bash[14197]: audit 2024-02-08T22:00:59.781906+0000 mon.smithi105 (mon.0) 840 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-08T22:01:00.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:00 smithi105 bash[14197]: audit 2024-02-08T22:00:59.783002+0000 mon.smithi105 (mon.0) 841 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-08T22:01:00.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:00 smithi105 bash[14197]: audit 2024-02-08T22:00:59.783966+0000 mon.smithi105 (mon.0) 842 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-08T22:01:00.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:00 smithi105 bash[14197]: audit 2024-02-08T22:00:59.784858+0000 mon.smithi105 (mon.0) 843 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-08T22:01:00.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:00 smithi105 bash[14197]: audit 2024-02-08T22:00:59.792486+0000 mon.smithi105 (mon.0) 844 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:01:00.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:00 smithi105 bash[14197]: audit 2024-02-08T22:00:59.794014+0000 mon.smithi105 (mon.0) 845 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:01:00.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:00 smithi105 bash[14197]: audit 2024-02-08T22:00:59.795397+0000 mon.smithi105 (mon.0) 846 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:01:00.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:00 smithi105 bash[14197]: audit 2024-02-08T22:00:59.801628+0000 mon.smithi105 (mon.0) 847 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:01:00.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:00 smithi105 bash[14197]: audit 2024-02-08T22:00:59.807979+0000 mon.smithi105 (mon.0) 848 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:01:00.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:00 smithi105 bash[14197]: audit 2024-02-08T22:00:59.817618+0000 mon.smithi105 (mon.0) 849 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:01:00.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:00 smithi167 bash[18945]: cluster 2024-02-08T22:00:59.521830+0000 mgr.smithi105.rfsypb (mgr.14180) 626 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:01:00.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:00 smithi167 bash[18945]: audit 2024-02-08T22:00:59.761559+0000 mon.smithi105 (mon.0) 835 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-08T22:01:00.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:00 smithi167 bash[18945]: audit 2024-02-08T22:00:59.762680+0000 mon.smithi105 (mon.0) 836 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-08T22:01:00.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:00 smithi167 bash[18945]: audit 2024-02-08T22:00:59.763579+0000 mon.smithi105 (mon.0) 837 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-08T22:01:00.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:00 smithi167 bash[18945]: audit 2024-02-08T22:00:59.764569+0000 mon.smithi105 (mon.0) 838 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-08T22:01:00.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:00 smithi167 bash[18945]: audit 2024-02-08T22:00:59.772271+0000 mon.smithi105 (mon.0) 839 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:01:00.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:00 smithi167 bash[18945]: audit 2024-02-08T22:00:59.781906+0000 mon.smithi105 (mon.0) 840 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-08T22:01:00.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:00 smithi167 bash[18945]: audit 2024-02-08T22:00:59.783002+0000 mon.smithi105 (mon.0) 841 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-08T22:01:00.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:00 smithi167 bash[18945]: audit 2024-02-08T22:00:59.783966+0000 mon.smithi105 (mon.0) 842 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-08T22:01:01.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:00 smithi167 bash[18945]: audit 2024-02-08T22:00:59.784858+0000 mon.smithi105 (mon.0) 843 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-08T22:01:01.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:00 smithi167 bash[18945]: audit 2024-02-08T22:00:59.792486+0000 mon.smithi105 (mon.0) 844 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:01:01.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:00 smithi167 bash[18945]: audit 2024-02-08T22:00:59.794014+0000 mon.smithi105 (mon.0) 845 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:01:01.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:00 smithi167 bash[18945]: audit 2024-02-08T22:00:59.795397+0000 mon.smithi105 (mon.0) 846 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:01:01.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:00 smithi167 bash[18945]: audit 2024-02-08T22:00:59.801628+0000 mon.smithi105 (mon.0) 847 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:01:01.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:00 smithi167 bash[18945]: audit 2024-02-08T22:00:59.807979+0000 mon.smithi105 (mon.0) 848 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:01:01.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:00 smithi167 bash[18945]: audit 2024-02-08T22:00:59.817618+0000 mon.smithi105 (mon.0) 849 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:01:02.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:01 smithi105 bash[14197]: cephadm 2024-02-08T22:00:59.765344+0000 mgr.smithi105.rfsypb (mgr.14180) 627 : cephadm [INF] Adjusting osd_memory_target on smithi167 to 3772M 2024-02-08T22:01:02.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:01 smithi105 bash[14197]: cephadm 2024-02-08T22:00:59.785780+0000 mgr.smithi105.rfsypb (mgr.14180) 628 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 2748M 2024-02-08T22:01:02.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:01 smithi105 bash[14197]: cluster 2024-02-08T22:00:59.802702+0000 mgr.smithi105.rfsypb (mgr.14180) 629 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:01:02.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:01 smithi105 bash[14197]: cephadm 2024-02-08T22:00:59.820866+0000 mgr.smithi105.rfsypb (mgr.14180) 630 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.geaqhg on smithi167 2024-02-08T22:01:02.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:01 smithi105 bash[14197]: cluster 2024-02-08T22:01:00.799312+0000 mon.smithi105 (mon.0) 850 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:01:02.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:01 smithi105 bash[14197]: cluster 2024-02-08T22:01:00.799368+0000 mon.smithi105 (mon.0) 851 : cluster [INF] Cluster is now healthy 2024-02-08T22:01:02.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:01 smithi167 bash[18945]: cephadm 2024-02-08T22:00:59.765344+0000 mgr.smithi105.rfsypb (mgr.14180) 627 : cephadm [INF] Adjusting osd_memory_target on smithi167 to 3772M 2024-02-08T22:01:02.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:01 smithi167 bash[18945]: cephadm 2024-02-08T22:00:59.785780+0000 mgr.smithi105.rfsypb (mgr.14180) 628 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 2748M 2024-02-08T22:01:02.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:01 smithi167 bash[18945]: cluster 2024-02-08T22:00:59.802702+0000 mgr.smithi105.rfsypb (mgr.14180) 629 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:01:02.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:01 smithi167 bash[18945]: cephadm 2024-02-08T22:00:59.820866+0000 mgr.smithi105.rfsypb (mgr.14180) 630 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.geaqhg on smithi167 2024-02-08T22:01:02.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:01 smithi167 bash[18945]: cluster 2024-02-08T22:01:00.799312+0000 mon.smithi105 (mon.0) 850 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:01:02.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:01 smithi167 bash[18945]: cluster 2024-02-08T22:01:00.799368+0000 mon.smithi105 (mon.0) 851 : cluster [INF] Cluster is now healthy 2024-02-08T22:01:02.343 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:01:02.344 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:58:51.426744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.glqwgb on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:55.586053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.dcafsz on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\nDeploy daemon haproxy.nfs.foo.smithi167.dcafsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.475113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rmqdvk on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\nDeploy daemon haproxy.nfs.foo.smithi105.rmqdvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.477196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.zncqqo on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:59.478693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:01:03.183 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:01:04.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:03 smithi105 bash[14197]: cluster 2024-02-08T22:01:01.804046+0000 mgr.smithi105.rfsypb (mgr.14180) 631 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:01:04.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:03 smithi105 bash[14197]: audit 2024-02-08T22:01:02.332658+0000 mgr.smithi105.rfsypb (mgr.14180) 632 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:01:04.184 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:01:04.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:03 smithi167 bash[18945]: cluster 2024-02-08T22:01:01.804046+0000 mgr.smithi105.rfsypb (mgr.14180) 631 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:01:04.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:03 smithi167 bash[18945]: audit 2024-02-08T22:01:02.332658+0000 mgr.smithi105.rfsypb (mgr.14180) 632 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:01:05.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:04 smithi105 bash[14197]: audit 2024-02-08T22:01:03.843427+0000 mon.smithi105 (mon.0) 852 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.geaqhg"}]: dispatch 2024-02-08T22:01:05.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:04 smithi167 bash[18945]: audit 2024-02-08T22:01:03.843427+0000 mon.smithi105 (mon.0) 852 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.geaqhg"}]: dispatch 2024-02-08T22:01:06.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: cluster 2024-02-08T22:01:03.805213+0000 mgr.smithi105.rfsypb (mgr.14180) 633 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:01:06.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: cephadm 2024-02-08T22:01:03.842318+0000 mgr.smithi105.rfsypb (mgr.14180) 634 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg 2024-02-08T22:01:06.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:01:06.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg 2024-02-08T22:01:06.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg 2024-02-08T22:01:06.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:01:06.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg 2024-02-08T22:01:06.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.geaqhg ... 2024-02-08T22:01:06.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:01:06.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:01:06.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:01:06.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:01:06.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:01:06.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:01:06.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:01:06.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:01:06.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:01:06.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:01:06.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg 2024-02-08T22:01:06.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:01:06.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg 2024-02-08T22:01:06.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg 2024-02-08T22:01:06.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:01:06.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg 2024-02-08T22:01:06.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.geaqhg ... 2024-02-08T22:01:06.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:01:06.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:01:06.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:01:06.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:01:06.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:01:06.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: cephadm 2024-02-08T22:01:03.842874+0000 mgr.smithi105.rfsypb (mgr.14180) 635 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.geaqhg 2024-02-08T22:01:06.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: cephadm 2024-02-08T22:01:03.844709+0000 mgr.smithi105.rfsypb (mgr.14180) 636 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.geaqhg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg 2024-02-08T22:01:06.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:01:06.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg 2024-02-08T22:01:06.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg 2024-02-08T22:01:06.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:01:06.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg 2024-02-08T22:01:06.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.geaqhg ... 2024-02-08T22:01:06.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:01:06.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:01:06.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:01:06.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:01:06.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:01:06.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:05 smithi105 bash[14197]: cephadm 2024-02-08T22:01:03.849051+0000 mgr.smithi105.rfsypb (mgr.14180) 637 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.kdoalt on smithi105 2024-02-08T22:01:06.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: cluster 2024-02-08T22:01:03.805213+0000 mgr.smithi105.rfsypb (mgr.14180) 633 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:01:06.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: cephadm 2024-02-08T22:01:03.842318+0000 mgr.smithi105.rfsypb (mgr.14180) 634 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg 2024-02-08T22:01:06.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:01:06.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg 2024-02-08T22:01:06.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg 2024-02-08T22:01:06.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:01:06.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg 2024-02-08T22:01:06.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.geaqhg ... 2024-02-08T22:01:06.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:01:06.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:01:06.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:01:06.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:01:06.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:01:06.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:01:06.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:01:06.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:01:06.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:01:06.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:01:06.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg 2024-02-08T22:01:06.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:01:06.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg 2024-02-08T22:01:06.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg 2024-02-08T22:01:06.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:01:06.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg 2024-02-08T22:01:06.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.geaqhg ... 2024-02-08T22:01:06.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:01:06.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:01:06.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:01:06.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:01:06.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:01:06.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: cephadm 2024-02-08T22:01:03.842874+0000 mgr.smithi105.rfsypb (mgr.14180) 635 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.geaqhg 2024-02-08T22:01:06.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: cephadm 2024-02-08T22:01:03.844709+0000 mgr.smithi105.rfsypb (mgr.14180) 636 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.geaqhg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg 2024-02-08T22:01:06.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:01:06.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg 2024-02-08T22:01:06.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg 2024-02-08T22:01:06.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:01:06.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg 2024-02-08T22:01:06.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.geaqhg ... 2024-02-08T22:01:06.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:01:06.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:01:06.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:01:06.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:01:06.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:01:06.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:05 smithi167 bash[18945]: cephadm 2024-02-08T22:01:03.849051+0000 mgr.smithi105.rfsypb (mgr.14180) 637 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.kdoalt on smithi105 2024-02-08T22:01:07.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:06 smithi105 bash[14197]: cluster 2024-02-08T22:01:05.806487+0000 mgr.smithi105.rfsypb (mgr.14180) 638 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:01:07.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:06 smithi167 bash[18945]: cluster 2024-02-08T22:01:05.806487+0000 mgr.smithi105.rfsypb (mgr.14180) 638 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:01:07.508 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:01:07.508 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:59:55.586053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.dcafsz on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-dcafsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.dcafsz\nDeploy daemon haproxy.nfs.foo.smithi167.dcafsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.475113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rmqdvk on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rmqdvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rmqdvk\nDeploy daemon haproxy.nfs.foo.smithi105.rmqdvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T21:59:59.477196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.zncqqo on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T21:59:59.478693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:01:03.844512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.geaqhg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\nDeploy daemon haproxy.nfs.foo.smithi167.geaqhg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -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.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:01:08.405 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:01:08.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:08 smithi105 bash[14197]: audit 2024-02-08T22:01:07.494119+0000 mgr.smithi105.rfsypb (mgr.14180) 639 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:01:08.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:08 smithi105 bash[14197]: audit 2024-02-08T22:01:07.531458+0000 mon.smithi105 (mon.0) 853 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:01:08.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:08 smithi105 bash[14197]: audit 2024-02-08T22:01:07.856354+0000 mon.smithi105 (mon.0) 854 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.kdoalt"}]: dispatch 2024-02-08T22:01:08.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:08 smithi167 bash[18945]: audit 2024-02-08T22:01:07.494119+0000 mgr.smithi105.rfsypb (mgr.14180) 639 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:01:08.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:08 smithi167 bash[18945]: audit 2024-02-08T22:01:07.531458+0000 mon.smithi105 (mon.0) 853 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:01:08.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:08 smithi167 bash[18945]: audit 2024-02-08T22:01:07.856354+0000 mon.smithi105 (mon.0) 854 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.kdoalt"}]: dispatch 2024-02-08T22:01:09.406 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:01:09.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: cluster 2024-02-08T22:01:07.807861+0000 mgr.smithi105.rfsypb (mgr.14180) 640 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:01:09.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: cephadm 2024-02-08T22:01:07.855667+0000 mgr.smithi105.rfsypb (mgr.14180) 641 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt 2024-02-08T22:01:09.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:01:09.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt 2024-02-08T22:01:09.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt 2024-02-08T22:01:09.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:01:09.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt 2024-02-08T22:01:09.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.kdoalt ... 2024-02-08T22:01:09.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:01:09.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:01:09.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:01:09.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:01:09.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:01:09.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:01:09.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:01:09.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:01:09.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:01:09.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:01:09.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt 2024-02-08T22:01:09.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:01:09.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt 2024-02-08T22:01:09.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt 2024-02-08T22:01:09.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:01:09.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt 2024-02-08T22:01:09.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.kdoalt ... 2024-02-08T22:01:09.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:01:09.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:01:09.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:01:09.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:01:09.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:01:09.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: cephadm 2024-02-08T22:01:07.855885+0000 mgr.smithi105.rfsypb (mgr.14180) 642 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.kdoalt 2024-02-08T22:01:09.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: cephadm 2024-02-08T22:01:07.857694+0000 mgr.smithi105.rfsypb (mgr.14180) 643 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.kdoalt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt 2024-02-08T22:01:09.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:01:09.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt 2024-02-08T22:01:09.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt 2024-02-08T22:01:09.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:01:09.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt 2024-02-08T22:01:09.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.kdoalt ... 2024-02-08T22:01:09.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:01:09.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:01:09.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:01:09.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:01:09.818 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:01:09.818 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: cephadm 2024-02-08T22:01:07.859537+0000 mgr.smithi105.rfsypb (mgr.14180) 644 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.ewpkmm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:01:09.818 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: cephadm 2024-02-08T22:01:07.861051+0000 mgr.smithi105.rfsypb (mgr.14180) 645 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:01:09.818 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: cluster 2024-02-08T22:01:07.861900+0000 mgr.smithi105.rfsypb (mgr.14180) 646 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2024-02-08T22:01:09.818 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:09 smithi105 bash[14197]: cluster 2024-02-08T22:01:08.529280+0000 mon.smithi105 (mon.0) 855 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:01:09.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: cluster 2024-02-08T22:01:07.807861+0000 mgr.smithi105.rfsypb (mgr.14180) 640 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:01:09.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: cephadm 2024-02-08T22:01:07.855667+0000 mgr.smithi105.rfsypb (mgr.14180) 641 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt 2024-02-08T22:01:09.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:01:09.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt 2024-02-08T22:01:10.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt 2024-02-08T22:01:10.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:01:10.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt 2024-02-08T22:01:10.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.kdoalt ... 2024-02-08T22:01:10.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:01:10.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:01:10.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:01:10.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:01:10.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:01:10.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:01:10.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:01:10.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:01:10.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:01:10.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:01:10.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt 2024-02-08T22:01:10.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:01:10.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt 2024-02-08T22:01:10.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt 2024-02-08T22:01:10.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:01:10.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt 2024-02-08T22:01:10.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.kdoalt ... 2024-02-08T22:01:10.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:01:10.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:01:10.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:01:10.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:01:10.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:01:10.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: cephadm 2024-02-08T22:01:07.855885+0000 mgr.smithi105.rfsypb (mgr.14180) 642 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.kdoalt 2024-02-08T22:01:10.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: cephadm 2024-02-08T22:01:07.857694+0000 mgr.smithi105.rfsypb (mgr.14180) 643 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.kdoalt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt 2024-02-08T22:01:10.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:01:10.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt 2024-02-08T22:01:10.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt 2024-02-08T22:01:10.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:01:10.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt 2024-02-08T22:01:10.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.kdoalt ... 2024-02-08T22:01:10.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:01:10.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:01:10.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:01:10.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:01:10.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:01:10.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: cephadm 2024-02-08T22:01:07.859537+0000 mgr.smithi105.rfsypb (mgr.14180) 644 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.ewpkmm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:01:10.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: cephadm 2024-02-08T22:01:07.861051+0000 mgr.smithi105.rfsypb (mgr.14180) 645 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:01:10.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: cluster 2024-02-08T22:01:07.861900+0000 mgr.smithi105.rfsypb (mgr.14180) 646 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2024-02-08T22:01:10.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:09 smithi167 bash[18945]: cluster 2024-02-08T22:01:08.529280+0000 mon.smithi105 (mon.0) 855 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:01:11.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:11 smithi167 bash[18945]: cluster 2024-02-08T22:01:09.862758+0000 mgr.smithi105.rfsypb (mgr.14180) 647 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:01:11.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:11 smithi167 bash[18945]: audit 2024-02-08T22:01:10.486686+0000 mon.smithi105 (mon.0) 856 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:01:11.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:11 smithi105 bash[14197]: cluster 2024-02-08T22:01:09.862758+0000 mgr.smithi105.rfsypb (mgr.14180) 647 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:01:11.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:11 smithi105 bash[14197]: audit 2024-02-08T22:01:10.486686+0000 mon.smithi105 (mon.0) 856 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:01:12.805 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:01:12.805 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:59:59.478693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:01:03.844512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.geaqhg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\nDeploy daemon haproxy.nfs.foo.smithi167.geaqhg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:01:07.857574Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kdoalt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt\nDeploy daemon haproxy.nfs.foo.smithi105.kdoalt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:01:07.859445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.ewpkmm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:01:07.860941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:01:13.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:01:13.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:13 smithi167 bash[18945]: cluster 2024-02-08T22:01:11.864420+0000 mgr.smithi105.rfsypb (mgr.14180) 648 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:01:13.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:13 smithi105 bash[14197]: cluster 2024-02-08T22:01:11.864420+0000 mgr.smithi105.rfsypb (mgr.14180) 648 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:01:14.586 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:01:14.787 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:14 smithi105 bash[14197]: audit 2024-02-08T22:01:12.794412+0000 mgr.smithi105.rfsypb (mgr.14180) 649 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:01:14.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:14 smithi167 bash[18945]: audit 2024-02-08T22:01:12.794412+0000 mgr.smithi105.rfsypb (mgr.14180) 649 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:01:15.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:15 smithi105 bash[14197]: cluster 2024-02-08T22:01:13.865810+0000 mgr.smithi105.rfsypb (mgr.14180) 650 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:01:15.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:15 smithi167 bash[18945]: cluster 2024-02-08T22:01:13.865810+0000 mgr.smithi105.rfsypb (mgr.14180) 650 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:01:17.751 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:01:17.751 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:59:59.478693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:01:03.844512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.geaqhg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\nDeploy daemon haproxy.nfs.foo.smithi167.geaqhg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:01:07.857574Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kdoalt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt\nDeploy daemon haproxy.nfs.foo.smithi105.kdoalt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:01:07.859445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.ewpkmm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:01:07.860941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:01:17.785 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:17 smithi105 bash[14197]: cluster 2024-02-08T22:01:15.867606+0000 mgr.smithi105.rfsypb (mgr.14180) 651 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:01:17.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:17 smithi167 bash[18945]: cluster 2024-02-08T22:01:15.867606+0000 mgr.smithi105.rfsypb (mgr.14180) 651 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:01:18.490 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:01:18.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:18 smithi105 bash[14197]: audit 2024-02-08T22:01:17.736596+0000 mgr.smithi105.rfsypb (mgr.14180) 652 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:01:18.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:18 smithi167 bash[18945]: audit 2024-02-08T22:01:17.736596+0000 mgr.smithi105.rfsypb (mgr.14180) 652 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:01:19.491 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:01:19.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:19 smithi105 bash[14197]: cluster 2024-02-08T22:01:17.869233+0000 mgr.smithi105.rfsypb (mgr.14180) 653 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:01:19.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:19 smithi167 bash[18945]: cluster 2024-02-08T22:01:17.869233+0000 mgr.smithi105.rfsypb (mgr.14180) 653 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:01:21.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:21 smithi105 bash[14197]: cluster 2024-02-08T22:01:19.870940+0000 mgr.smithi105.rfsypb (mgr.14180) 654 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:01:21.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:21 smithi167 bash[18945]: cluster 2024-02-08T22:01:19.870940+0000 mgr.smithi105.rfsypb (mgr.14180) 654 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:01:22.676 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:01:22.676 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:59:59.478693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:01:03.844512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.geaqhg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\nDeploy daemon haproxy.nfs.foo.smithi167.geaqhg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:01:07.857574Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kdoalt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt\nDeploy daemon haproxy.nfs.foo.smithi105.kdoalt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:01:07.859445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.ewpkmm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:01:07.860941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:01:23.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:01:23.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:23 smithi105 bash[14197]: cluster 2024-02-08T22:01:21.872611+0000 mgr.smithi105.rfsypb (mgr.14180) 655 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:01:23.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:23 smithi105 bash[14197]: audit 2024-02-08T22:01:22.536728+0000 mon.smithi105 (mon.0) 857 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:01:23.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:23 smithi105 bash[14197]: audit 2024-02-08T22:01:22.661930+0000 mgr.smithi105.rfsypb (mgr.14180) 656 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:01:23.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:23 smithi167 bash[18945]: cluster 2024-02-08T22:01:21.872611+0000 mgr.smithi105.rfsypb (mgr.14180) 655 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:01:23.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:23 smithi167 bash[18945]: audit 2024-02-08T22:01:22.536728+0000 mon.smithi105 (mon.0) 857 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:01:23.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:23 smithi167 bash[18945]: audit 2024-02-08T22:01:22.661930+0000 mgr.smithi105.rfsypb (mgr.14180) 656 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:01:24.429 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:01:25.802 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:25 smithi105 bash[14197]: cluster 2024-02-08T22:01:23.874008+0000 mgr.smithi105.rfsypb (mgr.14180) 657 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:01:25.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:25 smithi167 bash[18945]: cluster 2024-02-08T22:01:23.874008+0000 mgr.smithi105.rfsypb (mgr.14180) 657 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:01:27.539 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:01:27.540 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:59:59.478693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:01:03.844512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.geaqhg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\nDeploy daemon haproxy.nfs.foo.smithi167.geaqhg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:01:07.857574Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kdoalt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt\nDeploy daemon haproxy.nfs.foo.smithi105.kdoalt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:01:07.859445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.ewpkmm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:01:07.860941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:01:27.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:27 smithi105 bash[14197]: cluster 2024-02-08T22:01:25.875190+0000 mgr.smithi105.rfsypb (mgr.14180) 658 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:01:27.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:27 smithi167 bash[18945]: cluster 2024-02-08T22:01:25.875190+0000 mgr.smithi105.rfsypb (mgr.14180) 658 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:01:28.284 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:01:28.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:28 smithi105 bash[14197]: audit 2024-02-08T22:01:27.525057+0000 mgr.smithi105.rfsypb (mgr.14180) 659 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:01:28.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:28 smithi167 bash[18945]: audit 2024-02-08T22:01:27.525057+0000 mgr.smithi105.rfsypb (mgr.14180) 659 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:01:29.284 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:01:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:29 smithi105 bash[14197]: cluster 2024-02-08T22:01:27.876712+0000 mgr.smithi105.rfsypb (mgr.14180) 660 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:01:29.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:29 smithi167 bash[18945]: cluster 2024-02-08T22:01:27.876712+0000 mgr.smithi105.rfsypb (mgr.14180) 660 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:01:31.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:31 smithi105 bash[14197]: cluster 2024-02-08T22:01:29.878515+0000 mgr.smithi105.rfsypb (mgr.14180) 661 : 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 2024-02-08T22:01:31.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:31 smithi167 bash[18945]: cluster 2024-02-08T22:01:29.878515+0000 mgr.smithi105.rfsypb (mgr.14180) 661 : 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 2024-02-08T22:01:32.507 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:01:32.507 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:59:59.478693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:01:03.844512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.geaqhg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\nDeploy daemon haproxy.nfs.foo.smithi167.geaqhg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:01:07.857574Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kdoalt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt\nDeploy daemon haproxy.nfs.foo.smithi105.kdoalt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:01:07.859445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.ewpkmm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:01:07.860941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:01:33.305 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:01:33.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:33 smithi167 bash[18945]: cluster 2024-02-08T22:01:31.880176+0000 mgr.smithi105.rfsypb (mgr.14180) 662 : 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 2024-02-08T22:01:33.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:33 smithi167 bash[18945]: audit 2024-02-08T22:01:32.495572+0000 mgr.smithi105.rfsypb (mgr.14180) 663 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:01:34.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:33 smithi105 bash[14197]: cluster 2024-02-08T22:01:31.880176+0000 mgr.smithi105.rfsypb (mgr.14180) 662 : 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 2024-02-08T22:01:34.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:33 smithi105 bash[14197]: audit 2024-02-08T22:01:32.495572+0000 mgr.smithi105.rfsypb (mgr.14180) 663 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:01:34.307 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:01:35.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:35 smithi105 bash[14197]: cluster 2024-02-08T22:01:33.881550+0000 mgr.smithi105.rfsypb (mgr.14180) 664 : 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 2024-02-08T22:01:35.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:35 smithi167 bash[18945]: cluster 2024-02-08T22:01:33.881550+0000 mgr.smithi105.rfsypb (mgr.14180) 664 : 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 2024-02-08T22:01:37.562 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:01:37.562 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:59:59.478693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:01:03.844512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.geaqhg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\nDeploy daemon haproxy.nfs.foo.smithi167.geaqhg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:01:07.857574Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kdoalt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt\nDeploy daemon haproxy.nfs.foo.smithi105.kdoalt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:01:07.859445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.ewpkmm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:01:07.860941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:01:37.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:37 smithi167 bash[18945]: cluster 2024-02-08T22:01:35.882667+0000 mgr.smithi105.rfsypb (mgr.14180) 665 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:01:38.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:37 smithi105 bash[14197]: cluster 2024-02-08T22:01:35.882667+0000 mgr.smithi105.rfsypb (mgr.14180) 665 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:01:38.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:01:38.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:38 smithi167 bash[18945]: audit 2024-02-08T22:01:37.546668+0000 mgr.smithi105.rfsypb (mgr.14180) 666 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:01:39.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:38 smithi105 bash[14197]: audit 2024-02-08T22:01:37.546668+0000 mgr.smithi105.rfsypb (mgr.14180) 666 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:01:39.294 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:01:39.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:39 smithi105 bash[14197]: cluster 2024-02-08T22:01:37.884235+0000 mgr.smithi105.rfsypb (mgr.14180) 667 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:01:39.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:39 smithi167 bash[18945]: cluster 2024-02-08T22:01:37.884235+0000 mgr.smithi105.rfsypb (mgr.14180) 667 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:01:41.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:41 smithi167 bash[18945]: cluster 2024-02-08T22:01:39.885870+0000 mgr.smithi105.rfsypb (mgr.14180) 668 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:01:42.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:41 smithi105 bash[14197]: cluster 2024-02-08T22:01:39.885870+0000 mgr.smithi105.rfsypb (mgr.14180) 668 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:01:42.559 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:01:42.559 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:59:59.478693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:01:03.844512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.geaqhg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\nDeploy daemon haproxy.nfs.foo.smithi167.geaqhg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:01:07.857574Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kdoalt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt\nDeploy daemon haproxy.nfs.foo.smithi105.kdoalt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:01:07.859445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.ewpkmm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:01:07.860941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:01:43.367 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:01:43.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:43 smithi105 bash[14197]: cluster 2024-02-08T22:01:41.887546+0000 mgr.smithi105.rfsypb (mgr.14180) 669 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:01:43.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:43 smithi105 bash[14197]: audit 2024-02-08T22:01:42.547710+0000 mgr.smithi105.rfsypb (mgr.14180) 670 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:01:43.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:43 smithi167 bash[18945]: cluster 2024-02-08T22:01:41.887546+0000 mgr.smithi105.rfsypb (mgr.14180) 669 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:01:43.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:43 smithi167 bash[18945]: audit 2024-02-08T22:01:42.547710+0000 mgr.smithi105.rfsypb (mgr.14180) 670 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:01:44.368 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:01:45.807 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:45 smithi105 bash[14197]: cluster 2024-02-08T22:01:43.888946+0000 mgr.smithi105.rfsypb (mgr.14180) 671 : 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 2024-02-08T22:01:45.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:45 smithi167 bash[18945]: cluster 2024-02-08T22:01:43.888946+0000 mgr.smithi105.rfsypb (mgr.14180) 671 : 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 2024-02-08T22:01:47.496 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:01:47.496 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:59:59.478693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:01:03.844512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.geaqhg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\nDeploy daemon haproxy.nfs.foo.smithi167.geaqhg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:01:07.857574Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kdoalt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt\nDeploy daemon haproxy.nfs.foo.smithi105.kdoalt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:01:07.859445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.ewpkmm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:01:07.860941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:01:47.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:47 smithi105 bash[14197]: cluster 2024-02-08T22:01:45.890798+0000 mgr.smithi105.rfsypb (mgr.14180) 672 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:01:47.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:47 smithi167 bash[18945]: cluster 2024-02-08T22:01:45.890798+0000 mgr.smithi105.rfsypb (mgr.14180) 672 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:01:48.248 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:01:48.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:48 smithi167 bash[18945]: audit 2024-02-08T22:01:47.482855+0000 mgr.smithi105.rfsypb (mgr.14180) 673 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:01:49.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:48 smithi105 bash[14197]: audit 2024-02-08T22:01:47.482855+0000 mgr.smithi105.rfsypb (mgr.14180) 673 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:01:49.249 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:01:49.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:49 smithi105 bash[14197]: cluster 2024-02-08T22:01:47.892336+0000 mgr.smithi105.rfsypb (mgr.14180) 674 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:01:49.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:49 smithi167 bash[18945]: cluster 2024-02-08T22:01:47.892336+0000 mgr.smithi105.rfsypb (mgr.14180) 674 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:01:51.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:51 smithi167 bash[18945]: cluster 2024-02-08T22:01:49.894047+0000 mgr.smithi105.rfsypb (mgr.14180) 675 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:01:52.059 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:51 smithi105 bash[14197]: cluster 2024-02-08T22:01:49.894047+0000 mgr.smithi105.rfsypb (mgr.14180) 675 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:01:52.478 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:01:52.478 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:59:59.478693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:01:03.844512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.geaqhg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\nDeploy daemon haproxy.nfs.foo.smithi167.geaqhg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:01:07.857574Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kdoalt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt\nDeploy daemon haproxy.nfs.foo.smithi105.kdoalt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:01:07.859445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.ewpkmm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:01:07.860941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:01:53.377 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:01:53.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:53 smithi167 bash[18945]: cluster 2024-02-08T22:01:51.895746+0000 mgr.smithi105.rfsypb (mgr.14180) 676 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:01:53.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:53 smithi167 bash[18945]: audit 2024-02-08T22:01:52.466442+0000 mgr.smithi105.rfsypb (mgr.14180) 677 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:01:54.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:53 smithi105 bash[14197]: cluster 2024-02-08T22:01:51.895746+0000 mgr.smithi105.rfsypb (mgr.14180) 676 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:01:54.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:53 smithi105 bash[14197]: audit 2024-02-08T22:01:52.466442+0000 mgr.smithi105.rfsypb (mgr.14180) 677 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:01:54.377 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:01:55.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:55 smithi105 bash[14197]: cluster 2024-02-08T22:01:53.897292+0000 mgr.smithi105.rfsypb (mgr.14180) 678 : 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 2024-02-08T22:01:55.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:55 smithi167 bash[18945]: cluster 2024-02-08T22:01:53.897292+0000 mgr.smithi105.rfsypb (mgr.14180) 678 : 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 2024-02-08T22:01:57.508 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:01:57.508 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:59:59.478693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:01:03.844512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.geaqhg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\nDeploy daemon haproxy.nfs.foo.smithi167.geaqhg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:01:07.857574Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kdoalt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt\nDeploy daemon haproxy.nfs.foo.smithi105.kdoalt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:01:07.859445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.ewpkmm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:01:07.860941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:01:57.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:57 smithi105 bash[14197]: cluster 2024-02-08T22:01:55.899114+0000 mgr.smithi105.rfsypb (mgr.14180) 679 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:01:57.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:57 smithi167 bash[18945]: cluster 2024-02-08T22:01:55.899114+0000 mgr.smithi105.rfsypb (mgr.14180) 679 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:01:58.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:01:58.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:58 smithi167 bash[18945]: audit 2024-02-08T22:01:57.497406+0000 mgr.smithi105.rfsypb (mgr.14180) 680 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:01:59.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:58 smithi105 bash[14197]: audit 2024-02-08T22:01:57.497406+0000 mgr.smithi105.rfsypb (mgr.14180) 680 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:01:59.267 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:01:59.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:01:59 smithi105 bash[14197]: cluster 2024-02-08T22:01:57.900857+0000 mgr.smithi105.rfsypb (mgr.14180) 681 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:01:59.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:01:59 smithi167 bash[18945]: cluster 2024-02-08T22:01:57.900857+0000 mgr.smithi105.rfsypb (mgr.14180) 681 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:02:01.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:01 smithi105 bash[14197]: cluster 2024-02-08T22:01:59.902789+0000 mgr.smithi105.rfsypb (mgr.14180) 682 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:02:01.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:01 smithi167 bash[18945]: cluster 2024-02-08T22:01:59.902789+0000 mgr.smithi105.rfsypb (mgr.14180) 682 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:02:02.541 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:02:02.541 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:59:59.478693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:01:03.844512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.geaqhg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\nDeploy daemon haproxy.nfs.foo.smithi167.geaqhg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:01:07.857574Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kdoalt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt\nDeploy daemon haproxy.nfs.foo.smithi105.kdoalt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:01:07.859445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.ewpkmm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:01:07.860941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:02:03.262 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:02:03.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:03 smithi167 bash[18945]: cluster 2024-02-08T22:02:01.904487+0000 mgr.smithi105.rfsypb (mgr.14180) 683 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:02:03.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:03 smithi167 bash[18945]: audit 2024-02-08T22:02:02.528449+0000 mgr.smithi105.rfsypb (mgr.14180) 684 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:02:04.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:03 smithi105 bash[14197]: cluster 2024-02-08T22:02:01.904487+0000 mgr.smithi105.rfsypb (mgr.14180) 683 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:02:04.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:03 smithi105 bash[14197]: audit 2024-02-08T22:02:02.528449+0000 mgr.smithi105.rfsypb (mgr.14180) 684 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:02:04.263 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:02:05.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:05 smithi167 bash[18945]: cluster 2024-02-08T22:02:03.905992+0000 mgr.smithi105.rfsypb (mgr.14180) 685 : 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 2024-02-08T22:02:06.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:05 smithi105 bash[14197]: cluster 2024-02-08T22:02:03.905992+0000 mgr.smithi105.rfsypb (mgr.14180) 685 : 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 2024-02-08T22:02:07.438 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:02:07.438 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:59:59.478693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mprhth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:01:03.844512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.geaqhg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\nDeploy daemon haproxy.nfs.foo.smithi167.geaqhg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:01:07.857574Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kdoalt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt\nDeploy daemon haproxy.nfs.foo.smithi105.kdoalt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:01:07.859445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.ewpkmm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:01:07.860941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:02:07.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:07 smithi105 bash[14197]: cluster 2024-02-08T22:02:05.908134+0000 mgr.smithi105.rfsypb (mgr.14180) 686 : 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 2024-02-08T22:02:07.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:07 smithi167 bash[18945]: cluster 2024-02-08T22:02:05.908134+0000 mgr.smithi105.rfsypb (mgr.14180) 686 : 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 2024-02-08T22:02:08.155 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:02:08.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:08 smithi167 bash[18945]: audit 2024-02-08T22:02:07.426290+0000 mgr.smithi105.rfsypb (mgr.14180) 687 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:02:08.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:08 smithi167 bash[18945]: audit 2024-02-08T22:02:07.864739+0000 mon.smithi105 (mon.0) 858 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:02:08.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:08 smithi167 bash[18945]: audit 2024-02-08T22:02:08.145086+0000 mon.smithi105 (mon.0) 859 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:02:08.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:08 smithi167 bash[18945]: audit 2024-02-08T22:02:08.146432+0000 mon.smithi105 (mon.0) 860 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:02:08.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:08 smithi167 bash[18945]: audit 2024-02-08T22:02:08.155125+0000 mon.smithi105 (mon.0) 861 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:02:08.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:08 smithi167 bash[18945]: audit 2024-02-08T22:02:08.163364+0000 mon.smithi105 (mon.0) 862 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:02:08.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:08 smithi167 bash[18945]: audit 2024-02-08T22:02:08.178688+0000 mon.smithi105 (mon.0) 863 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:02:09.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:08 smithi105 bash[14197]: audit 2024-02-08T22:02:07.426290+0000 mgr.smithi105.rfsypb (mgr.14180) 687 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:02:09.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:08 smithi105 bash[14197]: audit 2024-02-08T22:02:07.864739+0000 mon.smithi105 (mon.0) 858 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:02:09.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:08 smithi105 bash[14197]: audit 2024-02-08T22:02:08.145086+0000 mon.smithi105 (mon.0) 859 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:02:09.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:08 smithi105 bash[14197]: audit 2024-02-08T22:02:08.146432+0000 mon.smithi105 (mon.0) 860 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:02:09.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:08 smithi105 bash[14197]: audit 2024-02-08T22:02:08.155125+0000 mon.smithi105 (mon.0) 861 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:02:09.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:08 smithi105 bash[14197]: audit 2024-02-08T22:02:08.163364+0000 mon.smithi105 (mon.0) 862 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:02:09.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:08 smithi105 bash[14197]: audit 2024-02-08T22:02:08.178688+0000 mon.smithi105 (mon.0) 863 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:02:09.157 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:02:09.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:09 smithi167 bash[18945]: cluster 2024-02-08T22:02:07.908864+0000 mgr.smithi105.rfsypb (mgr.14180) 688 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:02:09.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:09 smithi167 bash[18945]: cluster 2024-02-08T22:02:08.156029+0000 mgr.smithi105.rfsypb (mgr.14180) 689 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:02:09.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:09 smithi167 bash[18945]: cephadm 2024-02-08T22:02:08.182997+0000 mgr.smithi105.rfsypb (mgr.14180) 690 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.zkdwpy on smithi167 2024-02-08T22:02:09.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:09 smithi167 bash[18945]: cluster 2024-02-08T22:02:08.690088+0000 mon.smithi105 (mon.0) 864 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:02:09.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:09 smithi167 bash[18945]: cluster 2024-02-08T22:02:08.690150+0000 mon.smithi105 (mon.0) 865 : cluster [INF] Cluster is now healthy 2024-02-08T22:02:10.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:09 smithi105 bash[14197]: cluster 2024-02-08T22:02:07.908864+0000 mgr.smithi105.rfsypb (mgr.14180) 688 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:02:10.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:09 smithi105 bash[14197]: cluster 2024-02-08T22:02:08.156029+0000 mgr.smithi105.rfsypb (mgr.14180) 689 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:02:10.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:09 smithi105 bash[14197]: cephadm 2024-02-08T22:02:08.182997+0000 mgr.smithi105.rfsypb (mgr.14180) 690 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.zkdwpy on smithi167 2024-02-08T22:02:10.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:09 smithi105 bash[14197]: cluster 2024-02-08T22:02:08.690088+0000 mon.smithi105 (mon.0) 864 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:02:10.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:09 smithi105 bash[14197]: cluster 2024-02-08T22:02:08.690150+0000 mon.smithi105 (mon.0) 865 : cluster [INF] Cluster is now healthy 2024-02-08T22:02:12.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:11 smithi167 bash[18945]: cluster 2024-02-08T22:02:10.157489+0000 mgr.smithi105.rfsypb (mgr.14180) 691 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:02:12.015 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:11 smithi105 bash[14197]: cluster 2024-02-08T22:02:10.157489+0000 mgr.smithi105.rfsypb (mgr.14180) 691 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:02:12.427 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:02:12.427 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:01:03.844512Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.geaqhg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-geaqhg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.geaqhg\nDeploy daemon haproxy.nfs.foo.smithi167.geaqhg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:01:07.857574Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kdoalt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-kdoalt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.kdoalt\nDeploy daemon haproxy.nfs.foo.smithi105.kdoalt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:01:07.859445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.ewpkmm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:01:07.860941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:12.296083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.zkdwpy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\nDeploy daemon haproxy.nfs.foo.smithi167.zkdwpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -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.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:02:12.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:12 smithi167 bash[18945]: audit 2024-02-08T22:02:12.294799+0000 mon.smithi105 (mon.0) 866 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.zkdwpy"}]: dispatch 2024-02-08T22:02:13.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:12 smithi105 bash[14197]: audit 2024-02-08T22:02:12.294799+0000 mon.smithi105 (mon.0) 866 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.zkdwpy"}]: dispatch 2024-02-08T22:02:13.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:02:13.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: cluster 2024-02-08T22:02:12.158754+0000 mgr.smithi105.rfsypb (mgr.14180) 692 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:02:13.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: cephadm 2024-02-08T22:02:12.293788+0000 mgr.smithi105.rfsypb (mgr.14180) 693 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy 2024-02-08T22:02:13.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:02:13.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy 2024-02-08T22:02:13.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy 2024-02-08T22:02:13.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:02:14.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy 2024-02-08T22:02:14.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.zkdwpy ... 2024-02-08T22:02:14.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:02:14.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:02:14.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:02:14.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:02:14.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:02:14.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:02:14.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:02:14.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:02:14.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:02:14.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:02:14.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy 2024-02-08T22:02:14.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:02:14.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy 2024-02-08T22:02:14.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy 2024-02-08T22:02:14.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:02:14.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy 2024-02-08T22:02:14.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.zkdwpy ... 2024-02-08T22:02:14.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:02:14.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:02:14.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:02:14.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:02:14.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:02:14.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: cephadm 2024-02-08T22:02:12.294226+0000 mgr.smithi105.rfsypb (mgr.14180) 694 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.zkdwpy 2024-02-08T22:02:14.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: cephadm 2024-02-08T22:02:12.296282+0000 mgr.smithi105.rfsypb (mgr.14180) 695 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.zkdwpy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy 2024-02-08T22:02:14.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:02:14.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy 2024-02-08T22:02:14.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy 2024-02-08T22:02:14.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:02:14.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy 2024-02-08T22:02:14.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.zkdwpy ... 2024-02-08T22:02:14.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:02:14.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:02:14.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:02:14.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:02:14.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:02:14.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: cephadm 2024-02-08T22:02:12.300847+0000 mgr.smithi105.rfsypb (mgr.14180) 696 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.atagce on smithi105 2024-02-08T22:02:14.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:13 smithi167 bash[18945]: audit 2024-02-08T22:02:12.419680+0000 mgr.smithi105.rfsypb (mgr.14180) 697 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:02:14.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: cluster 2024-02-08T22:02:12.158754+0000 mgr.smithi105.rfsypb (mgr.14180) 692 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:02:14.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: cephadm 2024-02-08T22:02:12.293788+0000 mgr.smithi105.rfsypb (mgr.14180) 693 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy 2024-02-08T22:02:14.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:02:14.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy 2024-02-08T22:02:14.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy 2024-02-08T22:02:14.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:02:14.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy 2024-02-08T22:02:14.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.zkdwpy ... 2024-02-08T22:02:14.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:02:14.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:02:14.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:02:14.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:02:14.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:02:14.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:02:14.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:02:14.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:02:14.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:02:14.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:02:14.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy 2024-02-08T22:02:14.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:02:14.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy 2024-02-08T22:02:14.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy 2024-02-08T22:02:14.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:02:14.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy 2024-02-08T22:02:14.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.zkdwpy ... 2024-02-08T22:02:14.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:02:14.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:02:14.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:02:14.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:02:14.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:02:14.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: cephadm 2024-02-08T22:02:12.294226+0000 mgr.smithi105.rfsypb (mgr.14180) 694 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.zkdwpy 2024-02-08T22:02:14.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: cephadm 2024-02-08T22:02:12.296282+0000 mgr.smithi105.rfsypb (mgr.14180) 695 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.zkdwpy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy 2024-02-08T22:02:14.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:02:14.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy 2024-02-08T22:02:14.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy 2024-02-08T22:02:14.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:02:14.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy 2024-02-08T22:02:14.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.zkdwpy ... 2024-02-08T22:02:14.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:02:14.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:02:14.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:02:14.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:02:14.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:02:14.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: cephadm 2024-02-08T22:02:12.300847+0000 mgr.smithi105.rfsypb (mgr.14180) 696 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.atagce on smithi105 2024-02-08T22:02:14.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:13 smithi105 bash[14197]: audit 2024-02-08T22:02:12.419680+0000 mgr.smithi105.rfsypb (mgr.14180) 697 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:02:14.267 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:02:15.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:15 smithi167 bash[18945]: cluster 2024-02-08T22:02:14.159862+0000 mgr.smithi105.rfsypb (mgr.14180) 698 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:02:16.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:15 smithi105 bash[14197]: cluster 2024-02-08T22:02:14.159862+0000 mgr.smithi105.rfsypb (mgr.14180) 698 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:02:16.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:16 smithi167 bash[18945]: audit 2024-02-08T22:02:16.421886+0000 mon.smithi105 (mon.0) 867 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.atagce"}]: dispatch 2024-02-08T22:02:17.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:16 smithi105 bash[14197]: audit 2024-02-08T22:02:16.421886+0000 mon.smithi105 (mon.0) 867 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.atagce"}]: dispatch 2024-02-08T22:02:17.808 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:02:17.808 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:01:07.860941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:12.296083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.zkdwpy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\nDeploy daemon haproxy.nfs.foo.smithi167.zkdwpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.422763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.atagce on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\nDeploy daemon haproxy.nfs.foo.smithi105.atagce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.427130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.onqxwk on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:16.430433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:02:17.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: cluster 2024-02-08T22:02:16.161722+0000 mgr.smithi105.rfsypb (mgr.14180) 699 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:02:17.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: cephadm 2024-02-08T22:02:16.421031+0000 mgr.smithi105.rfsypb (mgr.14180) 700 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce 2024-02-08T22:02:17.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:02:17.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce 2024-02-08T22:02:18.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce 2024-02-08T22:02:18.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:02:18.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce 2024-02-08T22:02:18.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.atagce ... 2024-02-08T22:02:18.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:02:18.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:02:18.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:02:18.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:02:18.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:02:18.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:02:18.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:02:18.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:02:18.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:02:18.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:02:18.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce 2024-02-08T22:02:18.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:02:18.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce 2024-02-08T22:02:18.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce 2024-02-08T22:02:18.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:02:18.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce 2024-02-08T22:02:18.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.atagce ... 2024-02-08T22:02:18.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:02:18.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:02:18.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:02:18.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:02:18.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:02:18.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: cephadm 2024-02-08T22:02:16.421329+0000 mgr.smithi105.rfsypb (mgr.14180) 701 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.atagce 2024-02-08T22:02:18.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: cephadm 2024-02-08T22:02:16.422890+0000 mgr.smithi105.rfsypb (mgr.14180) 702 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.atagce on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce 2024-02-08T22:02:18.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:02:18.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce 2024-02-08T22:02:18.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce 2024-02-08T22:02:18.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:02:18.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce 2024-02-08T22:02:18.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.atagce ... 2024-02-08T22:02:18.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:02:18.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:02:18.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:02:18.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:02:18.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:02:18.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: cephadm 2024-02-08T22:02:16.427350+0000 mgr.smithi105.rfsypb (mgr.14180) 703 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.onqxwk on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:02:18.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: cephadm 2024-02-08T22:02:16.430574+0000 mgr.smithi105.rfsypb (mgr.14180) 704 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:02:18.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: cluster 2024-02-08T22:02:16.431463+0000 mgr.smithi105.rfsypb (mgr.14180) 705 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-02-08T22:02:18.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:17 smithi167 bash[18945]: cluster 2024-02-08T22:02:16.724552+0000 mon.smithi105 (mon.0) 868 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:02:18.021 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: cluster 2024-02-08T22:02:16.161722+0000 mgr.smithi105.rfsypb (mgr.14180) 699 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:02:18.021 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: cephadm 2024-02-08T22:02:16.421031+0000 mgr.smithi105.rfsypb (mgr.14180) 700 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce 2024-02-08T22:02:18.021 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:02:18.021 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce 2024-02-08T22:02:18.021 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce 2024-02-08T22:02:18.021 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:02:18.021 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce 2024-02-08T22:02:18.021 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.atagce ... 2024-02-08T22:02:18.021 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:02:18.021 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:02:18.021 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:02:18.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:02:18.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:02:18.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:02:18.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:02:18.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:02:18.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:02:18.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:02:18.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce 2024-02-08T22:02:18.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:02:18.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce 2024-02-08T22:02:18.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce 2024-02-08T22:02:18.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:02:18.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce 2024-02-08T22:02:18.022 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.atagce ... 2024-02-08T22:02:18.023 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:02:18.023 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:02:18.023 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:02:18.023 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:02:18.023 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:02:18.023 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: cephadm 2024-02-08T22:02:16.421329+0000 mgr.smithi105.rfsypb (mgr.14180) 701 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.atagce 2024-02-08T22:02:18.023 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: cephadm 2024-02-08T22:02:16.422890+0000 mgr.smithi105.rfsypb (mgr.14180) 702 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.atagce on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce 2024-02-08T22:02:18.023 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:02:18.024 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce 2024-02-08T22:02:18.024 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce 2024-02-08T22:02:18.024 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:02:18.024 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce 2024-02-08T22:02:18.024 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.atagce ... 2024-02-08T22:02:18.024 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:02:18.024 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:02:18.024 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:02:18.024 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:02:18.024 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:02:18.024 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: cephadm 2024-02-08T22:02:16.427350+0000 mgr.smithi105.rfsypb (mgr.14180) 703 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.onqxwk on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:02:18.024 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: cephadm 2024-02-08T22:02:16.430574+0000 mgr.smithi105.rfsypb (mgr.14180) 704 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:02:18.024 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: cluster 2024-02-08T22:02:16.431463+0000 mgr.smithi105.rfsypb (mgr.14180) 705 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-02-08T22:02:18.025 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:17 smithi105 bash[14197]: cluster 2024-02-08T22:02:16.724552+0000 mon.smithi105 (mon.0) 868 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:02:18.641 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:02:19.642 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:02:19.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:19 smithi167 bash[18945]: audit 2024-02-08T22:02:17.800828+0000 mgr.smithi105.rfsypb (mgr.14180) 706 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:02:19.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:19 smithi167 bash[18945]: cluster 2024-02-08T22:02:18.432603+0000 mgr.smithi105.rfsypb (mgr.14180) 707 : 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 2024-02-08T22:02:20.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:19 smithi105 bash[14197]: audit 2024-02-08T22:02:17.800828+0000 mgr.smithi105.rfsypb (mgr.14180) 706 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:02:20.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:19 smithi105 bash[14197]: cluster 2024-02-08T22:02:18.432603+0000 mgr.smithi105.rfsypb (mgr.14180) 707 : 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 2024-02-08T22:02:21.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:21 smithi105 bash[14197]: cluster 2024-02-08T22:02:20.433565+0000 mgr.smithi105.rfsypb (mgr.14180) 708 : 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 2024-02-08T22:02:21.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:21 smithi105 bash[14197]: audit 2024-02-08T22:02:20.542617+0000 mon.smithi105 (mon.0) 869 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:02:21.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:21 smithi167 bash[18945]: cluster 2024-02-08T22:02:20.433565+0000 mgr.smithi105.rfsypb (mgr.14180) 708 : 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 2024-02-08T22:02:21.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:21 smithi167 bash[18945]: audit 2024-02-08T22:02:20.542617+0000 mon.smithi105 (mon.0) 869 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:02:22.919 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:02:22.919 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:01:07.860941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:12.296083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.zkdwpy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\nDeploy daemon haproxy.nfs.foo.smithi167.zkdwpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.422763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.atagce on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\nDeploy daemon haproxy.nfs.foo.smithi105.atagce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.427130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.onqxwk on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:16.430433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:02:23.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:02:23.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:23 smithi105 bash[14197]: cluster 2024-02-08T22:02:22.435147+0000 mgr.smithi105.rfsypb (mgr.14180) 709 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:02:23.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:23 smithi167 bash[18945]: cluster 2024-02-08T22:02:22.435147+0000 mgr.smithi105.rfsypb (mgr.14180) 709 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:02:24.623 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:02:24.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:24 smithi105 bash[14197]: audit 2024-02-08T22:02:22.912172+0000 mgr.smithi105.rfsypb (mgr.14180) 710 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:02:24.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:24 smithi167 bash[18945]: audit 2024-02-08T22:02:22.912172+0000 mgr.smithi105.rfsypb (mgr.14180) 710 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:02:25.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:25 smithi105 bash[14197]: cluster 2024-02-08T22:02:24.436843+0000 mgr.smithi105.rfsypb (mgr.14180) 711 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:02:25.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:25 smithi167 bash[18945]: cluster 2024-02-08T22:02:24.436843+0000 mgr.smithi105.rfsypb (mgr.14180) 711 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:02:27.717 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:02:27.718 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:01:07.860941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:12.296083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.zkdwpy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\nDeploy daemon haproxy.nfs.foo.smithi167.zkdwpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.422763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.atagce on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\nDeploy daemon haproxy.nfs.foo.smithi105.atagce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.427130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.onqxwk on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:16.430433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:02:27.746 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:27 smithi105 bash[14197]: cluster 2024-02-08T22:02:26.438074+0000 mgr.smithi105.rfsypb (mgr.14180) 712 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:02:27.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:27 smithi167 bash[18945]: cluster 2024-02-08T22:02:26.438074+0000 mgr.smithi105.rfsypb (mgr.14180) 712 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:02:28.433 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:02:28.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:28 smithi105 bash[14197]: audit 2024-02-08T22:02:27.710116+0000 mgr.smithi105.rfsypb (mgr.14180) 713 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:02:28.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:28 smithi167 bash[18945]: audit 2024-02-08T22:02:27.710116+0000 mgr.smithi105.rfsypb (mgr.14180) 713 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:02:29.434 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:02:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:29 smithi105 bash[14197]: cluster 2024-02-08T22:02:28.439121+0000 mgr.smithi105.rfsypb (mgr.14180) 714 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:02:29.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:29 smithi167 bash[18945]: cluster 2024-02-08T22:02:28.439121+0000 mgr.smithi105.rfsypb (mgr.14180) 714 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:02:31.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:31 smithi105 bash[14197]: cluster 2024-02-08T22:02:30.440853+0000 mgr.smithi105.rfsypb (mgr.14180) 715 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:02:31.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:31 smithi167 bash[18945]: cluster 2024-02-08T22:02:30.440853+0000 mgr.smithi105.rfsypb (mgr.14180) 715 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:02:32.518 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:02:32.518 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:01:07.860941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:12.296083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.zkdwpy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\nDeploy daemon haproxy.nfs.foo.smithi167.zkdwpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.422763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.atagce on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\nDeploy daemon haproxy.nfs.foo.smithi105.atagce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.427130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.onqxwk on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:16.430433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:02:33.262 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:02:33.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:33 smithi167 bash[18945]: cluster 2024-02-08T22:02:32.442408+0000 mgr.smithi105.rfsypb (mgr.14180) 716 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:02:33.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:33 smithi167 bash[18945]: audit 2024-02-08T22:02:32.510828+0000 mgr.smithi105.rfsypb (mgr.14180) 717 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:02:34.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:33 smithi105 bash[14197]: cluster 2024-02-08T22:02:32.442408+0000 mgr.smithi105.rfsypb (mgr.14180) 716 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:02:34.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:33 smithi105 bash[14197]: audit 2024-02-08T22:02:32.510828+0000 mgr.smithi105.rfsypb (mgr.14180) 717 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:02:34.264 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:02:35.692 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:35 smithi105 bash[14197]: cluster 2024-02-08T22:02:34.443834+0000 mgr.smithi105.rfsypb (mgr.14180) 718 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:02:35.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:35 smithi167 bash[18945]: cluster 2024-02-08T22:02:34.443834+0000 mgr.smithi105.rfsypb (mgr.14180) 718 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:02:37.441 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:02:37.441 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:01:07.860941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:12.296083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.zkdwpy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\nDeploy daemon haproxy.nfs.foo.smithi167.zkdwpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.422763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.atagce on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\nDeploy daemon haproxy.nfs.foo.smithi105.atagce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.427130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.onqxwk on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:16.430433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:02:37.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:37 smithi105 bash[14197]: cluster 2024-02-08T22:02:36.445868+0000 mgr.smithi105.rfsypb (mgr.14180) 719 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:02:37.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:37 smithi167 bash[18945]: cluster 2024-02-08T22:02:36.445868+0000 mgr.smithi105.rfsypb (mgr.14180) 719 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:02:38.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:02:38.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:38 smithi167 bash[18945]: audit 2024-02-08T22:02:37.429738+0000 mgr.smithi105.rfsypb (mgr.14180) 720 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:02:39.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:38 smithi105 bash[14197]: audit 2024-02-08T22:02:37.429738+0000 mgr.smithi105.rfsypb (mgr.14180) 720 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:02:39.281 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:02:39.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:39 smithi105 bash[14197]: cluster 2024-02-08T22:02:38.447249+0000 mgr.smithi105.rfsypb (mgr.14180) 721 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:02:39.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:39 smithi167 bash[18945]: cluster 2024-02-08T22:02:38.447249+0000 mgr.smithi105.rfsypb (mgr.14180) 721 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:02:41.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:41 smithi105 bash[14197]: cluster 2024-02-08T22:02:40.448805+0000 mgr.smithi105.rfsypb (mgr.14180) 722 : 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 2024-02-08T22:02:41.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:41 smithi167 bash[18945]: cluster 2024-02-08T22:02:40.448805+0000 mgr.smithi105.rfsypb (mgr.14180) 722 : 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 2024-02-08T22:02:42.557 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:02:42.557 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:01:07.860941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:12.296083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.zkdwpy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\nDeploy daemon haproxy.nfs.foo.smithi167.zkdwpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.422763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.atagce on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\nDeploy daemon haproxy.nfs.foo.smithi105.atagce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.427130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.onqxwk on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:16.430433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:02:43.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:02:43.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:43 smithi167 bash[18945]: cluster 2024-02-08T22:02:42.449911+0000 mgr.smithi105.rfsypb (mgr.14180) 723 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:02:43.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:43 smithi167 bash[18945]: audit 2024-02-08T22:02:42.545488+0000 mgr.smithi105.rfsypb (mgr.14180) 724 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:02:44.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:43 smithi105 bash[14197]: cluster 2024-02-08T22:02:42.449911+0000 mgr.smithi105.rfsypb (mgr.14180) 723 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:02:44.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:43 smithi105 bash[14197]: audit 2024-02-08T22:02:42.545488+0000 mgr.smithi105.rfsypb (mgr.14180) 724 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:02:44.352 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:02:45.916 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:45 smithi105 bash[14197]: cluster 2024-02-08T22:02:44.451243+0000 mgr.smithi105.rfsypb (mgr.14180) 725 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:02:45.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:45 smithi167 bash[18945]: cluster 2024-02-08T22:02:44.451243+0000 mgr.smithi105.rfsypb (mgr.14180) 725 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:02:47.652 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:02:47.652 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:01:07.860941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:12.296083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.zkdwpy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\nDeploy daemon haproxy.nfs.foo.smithi167.zkdwpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.422763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.atagce on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\nDeploy daemon haproxy.nfs.foo.smithi105.atagce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.427130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.onqxwk on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:16.430433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:02:47.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:47 smithi167 bash[18945]: cluster 2024-02-08T22:02:46.453180+0000 mgr.smithi105.rfsypb (mgr.14180) 726 : 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 2024-02-08T22:02:48.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:47 smithi105 bash[14197]: cluster 2024-02-08T22:02:46.453180+0000 mgr.smithi105.rfsypb (mgr.14180) 726 : 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 2024-02-08T22:02:48.433 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:02:48.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:48 smithi105 bash[14197]: audit 2024-02-08T22:02:47.641917+0000 mgr.smithi105.rfsypb (mgr.14180) 727 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:02:48.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:48 smithi167 bash[18945]: audit 2024-02-08T22:02:47.641917+0000 mgr.smithi105.rfsypb (mgr.14180) 727 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:02:49.435 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:02:49.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:49 smithi105 bash[14197]: cluster 2024-02-08T22:02:48.454359+0000 mgr.smithi105.rfsypb (mgr.14180) 728 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:02:49.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:49 smithi167 bash[18945]: cluster 2024-02-08T22:02:48.454359+0000 mgr.smithi105.rfsypb (mgr.14180) 728 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:02:51.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:51 smithi105 bash[14197]: cluster 2024-02-08T22:02:50.455352+0000 mgr.smithi105.rfsypb (mgr.14180) 729 : 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 2024-02-08T22:02:51.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:51 smithi167 bash[18945]: cluster 2024-02-08T22:02:50.455352+0000 mgr.smithi105.rfsypb (mgr.14180) 729 : 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 2024-02-08T22:02:52.525 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:02:52.525 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:01:07.860941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:12.296083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.zkdwpy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\nDeploy daemon haproxy.nfs.foo.smithi167.zkdwpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.422763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.atagce on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\nDeploy daemon haproxy.nfs.foo.smithi105.atagce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.427130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.onqxwk on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:16.430433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:02:53.309 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:02:53.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:53 smithi167 bash[18945]: cluster 2024-02-08T22:02:52.456782+0000 mgr.smithi105.rfsypb (mgr.14180) 730 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:02:53.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:53 smithi167 bash[18945]: audit 2024-02-08T22:02:52.512470+0000 mgr.smithi105.rfsypb (mgr.14180) 731 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:02:54.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:53 smithi105 bash[14197]: cluster 2024-02-08T22:02:52.456782+0000 mgr.smithi105.rfsypb (mgr.14180) 730 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:02:54.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:53 smithi105 bash[14197]: audit 2024-02-08T22:02:52.512470+0000 mgr.smithi105.rfsypb (mgr.14180) 731 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:02:54.310 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:02:55.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:55 smithi167 bash[18945]: cluster 2024-02-08T22:02:54.457795+0000 mgr.smithi105.rfsypb (mgr.14180) 732 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:02:56.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:55 smithi105 bash[14197]: cluster 2024-02-08T22:02:54.457795+0000 mgr.smithi105.rfsypb (mgr.14180) 732 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:02:57.454 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:02:57.454 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:01:07.860941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:12.296083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.zkdwpy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\nDeploy daemon haproxy.nfs.foo.smithi167.zkdwpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.422763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.atagce on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\nDeploy daemon haproxy.nfs.foo.smithi105.atagce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.427130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.onqxwk on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:16.430433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:02:57.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:57 smithi105 bash[14197]: cluster 2024-02-08T22:02:56.459762+0000 mgr.smithi105.rfsypb (mgr.14180) 733 : 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 2024-02-08T22:02:57.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:57 smithi167 bash[18945]: cluster 2024-02-08T22:02:56.459762+0000 mgr.smithi105.rfsypb (mgr.14180) 733 : 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 2024-02-08T22:02:58.276 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:02:58.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:58 smithi167 bash[18945]: audit 2024-02-08T22:02:57.446442+0000 mgr.smithi105.rfsypb (mgr.14180) 734 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:02:59.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:58 smithi105 bash[14197]: audit 2024-02-08T22:02:57.446442+0000 mgr.smithi105.rfsypb (mgr.14180) 734 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:02:59.277 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:02:59.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:02:59 smithi105 bash[14197]: cluster 2024-02-08T22:02:58.461325+0000 mgr.smithi105.rfsypb (mgr.14180) 735 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:02:59.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:02:59 smithi167 bash[18945]: cluster 2024-02-08T22:02:58.461325+0000 mgr.smithi105.rfsypb (mgr.14180) 735 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:03:01.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:01 smithi167 bash[18945]: cluster 2024-02-08T22:03:00.463095+0000 mgr.smithi105.rfsypb (mgr.14180) 736 : 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 2024-02-08T22:03:02.026 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:01 smithi105 bash[14197]: cluster 2024-02-08T22:03:00.463095+0000 mgr.smithi105.rfsypb (mgr.14180) 736 : 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 2024-02-08T22:03:02.453 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:03:02.453 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:01:07.860941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:12.296083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.zkdwpy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\nDeploy daemon haproxy.nfs.foo.smithi167.zkdwpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.422763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.atagce on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\nDeploy daemon haproxy.nfs.foo.smithi105.atagce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.427130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.onqxwk on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:16.430433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:03:03.212 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:03:03.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:03 smithi167 bash[18945]: audit 2024-02-08T22:03:02.440897+0000 mgr.smithi105.rfsypb (mgr.14180) 737 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:03:03.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:03 smithi167 bash[18945]: cluster 2024-02-08T22:03:02.464528+0000 mgr.smithi105.rfsypb (mgr.14180) 738 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:03:04.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:03 smithi105 bash[14197]: audit 2024-02-08T22:03:02.440897+0000 mgr.smithi105.rfsypb (mgr.14180) 737 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:03:04.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:03 smithi105 bash[14197]: cluster 2024-02-08T22:03:02.464528+0000 mgr.smithi105.rfsypb (mgr.14180) 738 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:03:04.213 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:03:05.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:05 smithi167 bash[18945]: cluster 2024-02-08T22:03:04.466110+0000 mgr.smithi105.rfsypb (mgr.14180) 739 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:03:06.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:05 smithi105 bash[14197]: cluster 2024-02-08T22:03:04.466110+0000 mgr.smithi105.rfsypb (mgr.14180) 739 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:03:07.403 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:03:07.403 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:01:07.860941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:12.296083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.zkdwpy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\nDeploy daemon haproxy.nfs.foo.smithi167.zkdwpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.422763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.atagce on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\nDeploy daemon haproxy.nfs.foo.smithi105.atagce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.427130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.onqxwk on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:16.430433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:03:07.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:07 smithi167 bash[18945]: cluster 2024-02-08T22:03:06.468083+0000 mgr.smithi105.rfsypb (mgr.14180) 740 : 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 2024-02-08T22:03:08.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:07 smithi105 bash[14197]: cluster 2024-02-08T22:03:06.468083+0000 mgr.smithi105.rfsypb (mgr.14180) 740 : 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 2024-02-08T22:03:08.164 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:03:08.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:08 smithi167 bash[18945]: audit 2024-02-08T22:03:07.391580+0000 mgr.smithi105.rfsypb (mgr.14180) 741 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:03:09.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:08 smithi105 bash[14197]: audit 2024-02-08T22:03:07.391580+0000 mgr.smithi105.rfsypb (mgr.14180) 741 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:03:09.165 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:03:09.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:09 smithi167 bash[18945]: cluster 2024-02-08T22:03:08.469364+0000 mgr.smithi105.rfsypb (mgr.14180) 742 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:03:10.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:09 smithi105 bash[14197]: cluster 2024-02-08T22:03:08.469364+0000 mgr.smithi105.rfsypb (mgr.14180) 742 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:03:11.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:11 smithi167 bash[18945]: cluster 2024-02-08T22:03:10.470992+0000 mgr.smithi105.rfsypb (mgr.14180) 743 : 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 2024-02-08T22:03:12.038 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:11 smithi105 bash[14197]: cluster 2024-02-08T22:03:10.470992+0000 mgr.smithi105.rfsypb (mgr.14180) 743 : 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 2024-02-08T22:03:12.409 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:03:12.409 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:01:07.860941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:12.296083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.zkdwpy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\nDeploy daemon haproxy.nfs.foo.smithi167.zkdwpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.422763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.atagce on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\nDeploy daemon haproxy.nfs.foo.smithi105.atagce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.427130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.onqxwk on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:16.430433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:03:13.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:03:13.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:13 smithi167 bash[18945]: audit 2024-02-08T22:03:12.396163+0000 mgr.smithi105.rfsypb (mgr.14180) 744 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:03:13.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:13 smithi167 bash[18945]: cluster 2024-02-08T22:03:12.472264+0000 mgr.smithi105.rfsypb (mgr.14180) 745 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:03:14.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:13 smithi105 bash[14197]: audit 2024-02-08T22:03:12.396163+0000 mgr.smithi105.rfsypb (mgr.14180) 744 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:03:14.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:13 smithi105 bash[14197]: cluster 2024-02-08T22:03:12.472264+0000 mgr.smithi105.rfsypb (mgr.14180) 745 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:03:14.209 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:03:15.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:15 smithi167 bash[18945]: cluster 2024-02-08T22:03:14.473199+0000 mgr.smithi105.rfsypb (mgr.14180) 746 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:03:16.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:15 smithi105 bash[14197]: cluster 2024-02-08T22:03:14.473199+0000 mgr.smithi105.rfsypb (mgr.14180) 746 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:03:16.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:16 smithi167 bash[18945]: audit 2024-02-08T22:03:16.434979+0000 mon.smithi105 (mon.0) 870 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:03:17.013 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:16 smithi105 bash[14197]: audit 2024-02-08T22:03:16.434979+0000 mon.smithi105 (mon.0) 870 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:03:17.424 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:03:17.424 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:01:07.860941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.flqiht on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:12.296083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.zkdwpy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\nDeploy daemon haproxy.nfs.foo.smithi167.zkdwpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.422763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.atagce on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\nDeploy daemon haproxy.nfs.foo.smithi105.atagce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.427130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.onqxwk on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:16.430433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:03:18.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:17 smithi105 bash[14197]: cluster 2024-02-08T22:03:16.474409+0000 mgr.smithi105.rfsypb (mgr.14180) 747 : 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 2024-02-08T22:03:18.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:17 smithi105 bash[14197]: audit 2024-02-08T22:03:16.741405+0000 mon.smithi105 (mon.0) 871 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:03:18.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:17 smithi105 bash[14197]: audit 2024-02-08T22:03:16.744497+0000 mon.smithi105 (mon.0) 872 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:03:18.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:17 smithi105 bash[14197]: audit 2024-02-08T22:03:16.751421+0000 mon.smithi105 (mon.0) 873 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:03:18.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:17 smithi105 bash[14197]: cluster 2024-02-08T22:03:16.751997+0000 mgr.smithi105.rfsypb (mgr.14180) 748 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:03:18.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:17 smithi105 bash[14197]: audit 2024-02-08T22:03:16.757704+0000 mon.smithi105 (mon.0) 874 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:03:18.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:17 smithi105 bash[14197]: audit 2024-02-08T22:03:16.769323+0000 mon.smithi105 (mon.0) 875 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:03:18.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:17 smithi105 bash[14197]: cephadm 2024-02-08T22:03:16.772913+0000 mgr.smithi105.rfsypb (mgr.14180) 749 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.sgdodx on smithi167 2024-02-08T22:03:18.162 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:03:18.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:17 smithi167 bash[18945]: cluster 2024-02-08T22:03:16.474409+0000 mgr.smithi105.rfsypb (mgr.14180) 747 : 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 2024-02-08T22:03:18.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:17 smithi167 bash[18945]: audit 2024-02-08T22:03:16.741405+0000 mon.smithi105 (mon.0) 871 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:03:18.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:17 smithi167 bash[18945]: audit 2024-02-08T22:03:16.744497+0000 mon.smithi105 (mon.0) 872 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:03:18.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:17 smithi167 bash[18945]: audit 2024-02-08T22:03:16.751421+0000 mon.smithi105 (mon.0) 873 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:03:18.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:17 smithi167 bash[18945]: cluster 2024-02-08T22:03:16.751997+0000 mgr.smithi105.rfsypb (mgr.14180) 748 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:03:18.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:17 smithi167 bash[18945]: audit 2024-02-08T22:03:16.757704+0000 mon.smithi105 (mon.0) 874 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:03:18.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:17 smithi167 bash[18945]: audit 2024-02-08T22:03:16.769323+0000 mon.smithi105 (mon.0) 875 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:03:18.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:17 smithi167 bash[18945]: cephadm 2024-02-08T22:03:16.772913+0000 mgr.smithi105.rfsypb (mgr.14180) 749 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.sgdodx on smithi167 2024-02-08T22:03:19.047 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:18 smithi167 bash[18945]: audit 2024-02-08T22:03:17.412525+0000 mgr.smithi105.rfsypb (mgr.14180) 750 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:03:19.047 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:18 smithi167 bash[18945]: cluster 2024-02-08T22:03:17.749752+0000 mon.smithi105 (mon.0) 876 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:03:19.047 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:18 smithi167 bash[18945]: cluster 2024-02-08T22:03:17.749784+0000 mon.smithi105 (mon.0) 877 : cluster [INF] Cluster is now healthy 2024-02-08T22:03:19.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:18 smithi105 bash[14197]: audit 2024-02-08T22:03:17.412525+0000 mgr.smithi105.rfsypb (mgr.14180) 750 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:03:19.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:18 smithi105 bash[14197]: cluster 2024-02-08T22:03:17.749752+0000 mon.smithi105 (mon.0) 876 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:03:19.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:18 smithi105 bash[14197]: cluster 2024-02-08T22:03:17.749784+0000 mon.smithi105 (mon.0) 877 : cluster [INF] Cluster is now healthy 2024-02-08T22:03:19.163 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:03:20.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:19 smithi105 bash[14197]: cluster 2024-02-08T22:03:18.752878+0000 mgr.smithi105.rfsypb (mgr.14180) 751 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:03:20.226 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:19 smithi167 bash[18945]: cluster 2024-02-08T22:03:18.752878+0000 mgr.smithi105.rfsypb (mgr.14180) 751 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:03:20.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:20 smithi167 bash[18945]: audit 2024-02-08T22:03:20.621059+0000 mon.smithi105 (mon.0) 878 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.sgdodx"}]: dispatch 2024-02-08T22:03:21.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:20 smithi105 bash[14197]: audit 2024-02-08T22:03:20.621059+0000 mon.smithi105 (mon.0) 878 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.sgdodx"}]: dispatch 2024-02-08T22:03:22.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: cephadm 2024-02-08T22:03:20.619935+0000 mgr.smithi105.rfsypb (mgr.14180) 752 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx 2024-02-08T22:03:22.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:03:22.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx 2024-02-08T22:03:22.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx 2024-02-08T22:03:22.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:03:22.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx 2024-02-08T22:03:22.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.sgdodx ... 2024-02-08T22:03:22.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:03:22.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:03:22.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:03:22.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:03:22.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:03:22.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:03:22.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:03:22.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:03:22.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:03:22.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:03:22.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx 2024-02-08T22:03:22.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:03:22.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx 2024-02-08T22:03:22.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx 2024-02-08T22:03:22.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:03:22.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx 2024-02-08T22:03:22.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.sgdodx ... 2024-02-08T22:03:22.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:03:22.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:03:22.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:03:22.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:03:22.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:03:22.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: cephadm 2024-02-08T22:03:20.620427+0000 mgr.smithi105.rfsypb (mgr.14180) 753 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.sgdodx 2024-02-08T22:03:22.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: cephadm 2024-02-08T22:03:20.622349+0000 mgr.smithi105.rfsypb (mgr.14180) 754 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.sgdodx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx 2024-02-08T22:03:22.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:03:22.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx 2024-02-08T22:03:22.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx 2024-02-08T22:03:22.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:03:22.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx 2024-02-08T22:03:22.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.sgdodx ... 2024-02-08T22:03:22.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:03:22.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:03:22.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:03:22.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:03:22.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:03:22.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: cephadm 2024-02-08T22:03:20.627031+0000 mgr.smithi105.rfsypb (mgr.14180) 755 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.rtemox on smithi105 2024-02-08T22:03:22.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:21 smithi105 bash[14197]: cluster 2024-02-08T22:03:20.754248+0000 mgr.smithi105.rfsypb (mgr.14180) 756 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:03:22.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: cephadm 2024-02-08T22:03:20.619935+0000 mgr.smithi105.rfsypb (mgr.14180) 752 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx 2024-02-08T22:03:22.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:03:22.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx 2024-02-08T22:03:22.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx 2024-02-08T22:03:22.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:03:22.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx 2024-02-08T22:03:22.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.sgdodx ... 2024-02-08T22:03:22.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:03:22.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:03:22.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:03:22.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:03:22.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:03:22.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:03:22.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:03:22.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:03:22.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:03:22.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:03:22.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx 2024-02-08T22:03:22.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:03:22.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx 2024-02-08T22:03:22.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx 2024-02-08T22:03:22.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:03:22.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx 2024-02-08T22:03:22.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.sgdodx ... 2024-02-08T22:03:22.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:03:22.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:03:22.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:03:22.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:03:22.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:03:22.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: cephadm 2024-02-08T22:03:20.620427+0000 mgr.smithi105.rfsypb (mgr.14180) 753 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.sgdodx 2024-02-08T22:03:22.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: cephadm 2024-02-08T22:03:20.622349+0000 mgr.smithi105.rfsypb (mgr.14180) 754 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.sgdodx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx 2024-02-08T22:03:22.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:03:22.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx 2024-02-08T22:03:22.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx 2024-02-08T22:03:22.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:03:22.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx 2024-02-08T22:03:22.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.sgdodx ... 2024-02-08T22:03:22.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:03:22.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:03:22.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:03:22.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:03:22.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:03:22.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: cephadm 2024-02-08T22:03:20.627031+0000 mgr.smithi105.rfsypb (mgr.14180) 755 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.rtemox on smithi105 2024-02-08T22:03:22.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:21 smithi167 bash[18945]: cluster 2024-02-08T22:03:20.754248+0000 mgr.smithi105.rfsypb (mgr.14180) 756 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:03:22.529 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:03:22.529 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:02:12.296083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.zkdwpy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zkdwpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zkdwpy\nDeploy daemon haproxy.nfs.foo.smithi167.zkdwpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.422763Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.atagce on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-atagce\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.atagce\nDeploy daemon haproxy.nfs.foo.smithi105.atagce ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:02:16.427130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.onqxwk on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:02:16.430433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:20.622129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.sgdodx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\nDeploy daemon haproxy.nfs.foo.smithi167.sgdodx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -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.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:03:23.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:03:23.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:23 smithi105 bash[14197]: audit 2024-02-08T22:03:22.515712+0000 mgr.smithi105.rfsypb (mgr.14180) 757 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:03:23.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:23 smithi105 bash[14197]: audit 2024-02-08T22:03:22.535378+0000 mon.smithi105 (mon.0) 879 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:03:23.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:23 smithi105 bash[14197]: cluster 2024-02-08T22:03:22.755649+0000 mgr.smithi105.rfsypb (mgr.14180) 758 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:03:23.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:23 smithi167 bash[18945]: audit 2024-02-08T22:03:22.515712+0000 mgr.smithi105.rfsypb (mgr.14180) 757 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:03:23.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:23 smithi167 bash[18945]: audit 2024-02-08T22:03:22.535378+0000 mon.smithi105 (mon.0) 879 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:03:23.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:23 smithi167 bash[18945]: cluster 2024-02-08T22:03:22.755649+0000 mgr.smithi105.rfsypb (mgr.14180) 758 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:03:24.392 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:03:24.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:24 smithi105 bash[14197]: audit 2024-02-08T22:03:24.493369+0000 mon.smithi105 (mon.0) 880 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.rtemox"}]: dispatch 2024-02-08T22:03:24.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:24 smithi167 bash[18945]: audit 2024-02-08T22:03:24.493369+0000 mon.smithi105 (mon.0) 880 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.rtemox"}]: dispatch 2024-02-08T22:03:25.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: cephadm 2024-02-08T22:03:24.492383+0000 mgr.smithi105.rfsypb (mgr.14180) 759 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox 2024-02-08T22:03:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:03:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox 2024-02-08T22:03:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox 2024-02-08T22:03:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:03:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox 2024-02-08T22:03:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.rtemox ... 2024-02-08T22:03:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:03:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:03:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:03:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:03:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:03:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:03:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:03:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:03:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:03:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:03:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox 2024-02-08T22:03:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:03:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox 2024-02-08T22:03:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox 2024-02-08T22:03:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:03:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox 2024-02-08T22:03:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.rtemox ... 2024-02-08T22:03:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:03:25.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:03:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:03:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:03:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:03:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: cephadm 2024-02-08T22:03:24.492812+0000 mgr.smithi105.rfsypb (mgr.14180) 760 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.rtemox 2024-02-08T22:03:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: cephadm 2024-02-08T22:03:24.494741+0000 mgr.smithi105.rfsypb (mgr.14180) 761 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.rtemox on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox 2024-02-08T22:03:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:03:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox 2024-02-08T22:03:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox 2024-02-08T22:03:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:03:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox 2024-02-08T22:03:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.rtemox ... 2024-02-08T22:03:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:03:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:03:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:03:25.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:03:25.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:03:25.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: cephadm 2024-02-08T22:03:24.498505+0000 mgr.smithi105.rfsypb (mgr.14180) 762 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.lgpfuz on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:03:25.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: cephadm 2024-02-08T22:03:24.500326+0000 mgr.smithi105.rfsypb (mgr.14180) 763 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:03:25.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: cluster 2024-02-08T22:03:24.501476+0000 mgr.smithi105.rfsypb (mgr.14180) 764 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:03:25.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:25 smithi105 bash[14197]: cluster 2024-02-08T22:03:24.542318+0000 mon.smithi105 (mon.0) 881 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:03:25.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: cephadm 2024-02-08T22:03:24.492383+0000 mgr.smithi105.rfsypb (mgr.14180) 759 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox 2024-02-08T22:03:25.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:03:25.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox 2024-02-08T22:03:25.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox 2024-02-08T22:03:25.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:03:25.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox 2024-02-08T22:03:25.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.rtemox ... 2024-02-08T22:03:25.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:03:25.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:03:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:03:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:03:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:03:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:03:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:03:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:03:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:03:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:03:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox 2024-02-08T22:03:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:03:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox 2024-02-08T22:03:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox 2024-02-08T22:03:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:03:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox 2024-02-08T22:03:26.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.rtemox ... 2024-02-08T22:03:26.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:03:26.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:03:26.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:03:26.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:03:26.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:03:26.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: cephadm 2024-02-08T22:03:24.492812+0000 mgr.smithi105.rfsypb (mgr.14180) 760 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.rtemox 2024-02-08T22:03:26.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: cephadm 2024-02-08T22:03:24.494741+0000 mgr.smithi105.rfsypb (mgr.14180) 761 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.rtemox on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox 2024-02-08T22:03:26.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:03:26.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox 2024-02-08T22:03:26.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox 2024-02-08T22:03:26.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:03:26.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox 2024-02-08T22:03:26.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.rtemox ... 2024-02-08T22:03:26.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:03:26.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:03:26.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:03:26.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:03:26.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:03:26.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: cephadm 2024-02-08T22:03:24.498505+0000 mgr.smithi105.rfsypb (mgr.14180) 762 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.lgpfuz on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:03:26.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: cephadm 2024-02-08T22:03:24.500326+0000 mgr.smithi105.rfsypb (mgr.14180) 763 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:03:26.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: cluster 2024-02-08T22:03:24.501476+0000 mgr.smithi105.rfsypb (mgr.14180) 764 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:03:26.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:25 smithi167 bash[18945]: cluster 2024-02-08T22:03:24.542318+0000 mon.smithi105 (mon.0) 881 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:03:26.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:26 smithi105 bash[14197]: audit 2024-02-08T22:03:25.598252+0000 mon.smithi105 (mon.0) 882 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:03:26.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:26 smithi167 bash[18945]: audit 2024-02-08T22:03:25.598252+0000 mon.smithi105 (mon.0) 882 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:03:27.716 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:03:27.716 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:02:16.430433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:20.622129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.sgdodx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\nDeploy daemon haproxy.nfs.foo.smithi167.sgdodx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.494442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rtemox on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\nDeploy daemon haproxy.nfs.foo.smithi105.rtemox ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.498348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.lgpfuz on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:24.500228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:03:27.936 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:27 smithi105 bash[14197]: cluster 2024-02-08T22:03:26.503152+0000 mgr.smithi105.rfsypb (mgr.14180) 765 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:03:27.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:27 smithi167 bash[18945]: cluster 2024-02-08T22:03:26.503152+0000 mgr.smithi105.rfsypb (mgr.14180) 765 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:03:28.470 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:03:28.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:28 smithi105 bash[14197]: audit 2024-02-08T22:03:27.703383+0000 mgr.smithi105.rfsypb (mgr.14180) 766 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:03:28.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:28 smithi167 bash[18945]: audit 2024-02-08T22:03:27.703383+0000 mgr.smithi105.rfsypb (mgr.14180) 766 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:03:29.471 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:03:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:29 smithi105 bash[14197]: cluster 2024-02-08T22:03:28.504450+0000 mgr.smithi105.rfsypb (mgr.14180) 767 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:03:29.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:29 smithi167 bash[18945]: cluster 2024-02-08T22:03:28.504450+0000 mgr.smithi105.rfsypb (mgr.14180) 767 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:03:31.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:31 smithi105 bash[14197]: cluster 2024-02-08T22:03:30.506186+0000 mgr.smithi105.rfsypb (mgr.14180) 768 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:03:31.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:31 smithi167 bash[18945]: cluster 2024-02-08T22:03:30.506186+0000 mgr.smithi105.rfsypb (mgr.14180) 768 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:03:32.591 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:03:32.592 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:02:16.430433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:20.622129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.sgdodx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\nDeploy daemon haproxy.nfs.foo.smithi167.sgdodx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.494442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rtemox on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\nDeploy daemon haproxy.nfs.foo.smithi105.rtemox ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.498348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.lgpfuz on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:24.500228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:03:33.446 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:03:33.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:33 smithi105 bash[14197]: cluster 2024-02-08T22:03:32.507841+0000 mgr.smithi105.rfsypb (mgr.14180) 769 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:03:33.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:33 smithi105 bash[14197]: audit 2024-02-08T22:03:32.580120+0000 mgr.smithi105.rfsypb (mgr.14180) 770 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:03:33.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:33 smithi167 bash[18945]: cluster 2024-02-08T22:03:32.507841+0000 mgr.smithi105.rfsypb (mgr.14180) 769 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:03:33.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:33 smithi167 bash[18945]: audit 2024-02-08T22:03:32.580120+0000 mgr.smithi105.rfsypb (mgr.14180) 770 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:03:34.448 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:03:35.925 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:35 smithi105 bash[14197]: cluster 2024-02-08T22:03:34.509479+0000 mgr.smithi105.rfsypb (mgr.14180) 771 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:03:35.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:35 smithi167 bash[18945]: cluster 2024-02-08T22:03:34.509479+0000 mgr.smithi105.rfsypb (mgr.14180) 771 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:03:37.679 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:03:37.679 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:02:16.430433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:20.622129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.sgdodx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\nDeploy daemon haproxy.nfs.foo.smithi167.sgdodx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.494442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rtemox on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\nDeploy daemon haproxy.nfs.foo.smithi105.rtemox ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.498348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.lgpfuz on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:24.500228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:03:37.892 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:37 smithi105 bash[14197]: cluster 2024-02-08T22:03:36.511270+0000 mgr.smithi105.rfsypb (mgr.14180) 772 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:03:37.892 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:37 smithi105 bash[14197]: audit 2024-02-08T22:03:37.536382+0000 mon.smithi105 (mon.0) 883 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:03:37.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:37 smithi167 bash[18945]: cluster 2024-02-08T22:03:36.511270+0000 mgr.smithi105.rfsypb (mgr.14180) 772 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:03:37.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:37 smithi167 bash[18945]: audit 2024-02-08T22:03:37.536382+0000 mon.smithi105 (mon.0) 883 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:03:38.438 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:03:38.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:38 smithi105 bash[14197]: audit 2024-02-08T22:03:37.665563+0000 mgr.smithi105.rfsypb (mgr.14180) 773 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:03:38.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:38 smithi167 bash[18945]: audit 2024-02-08T22:03:37.665563+0000 mgr.smithi105.rfsypb (mgr.14180) 773 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:03:39.440 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:03:39.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:39 smithi105 bash[14197]: cluster 2024-02-08T22:03:38.512515+0000 mgr.smithi105.rfsypb (mgr.14180) 774 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:03:39.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:39 smithi167 bash[18945]: cluster 2024-02-08T22:03:38.512515+0000 mgr.smithi105.rfsypb (mgr.14180) 774 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:03:41.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:41 smithi167 bash[18945]: cluster 2024-02-08T22:03:40.514310+0000 mgr.smithi105.rfsypb (mgr.14180) 775 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:03:42.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:41 smithi105 bash[14197]: cluster 2024-02-08T22:03:40.514310+0000 mgr.smithi105.rfsypb (mgr.14180) 775 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:03:42.521 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:03:42.521 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:02:16.430433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:20.622129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.sgdodx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\nDeploy daemon haproxy.nfs.foo.smithi167.sgdodx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.494442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rtemox on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\nDeploy daemon haproxy.nfs.foo.smithi105.rtemox ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.498348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.lgpfuz on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:24.500228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:03:43.310 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:03:43.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:43 smithi167 bash[18945]: audit 2024-02-08T22:03:42.508839+0000 mgr.smithi105.rfsypb (mgr.14180) 776 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:03:43.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:43 smithi167 bash[18945]: cluster 2024-02-08T22:03:42.515548+0000 mgr.smithi105.rfsypb (mgr.14180) 777 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:03:44.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:43 smithi105 bash[14197]: audit 2024-02-08T22:03:42.508839+0000 mgr.smithi105.rfsypb (mgr.14180) 776 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:03:44.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:43 smithi105 bash[14197]: cluster 2024-02-08T22:03:42.515548+0000 mgr.smithi105.rfsypb (mgr.14180) 777 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:03:44.311 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:03:45.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:45 smithi105 bash[14197]: cluster 2024-02-08T22:03:44.517254+0000 mgr.smithi105.rfsypb (mgr.14180) 778 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:03:45.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:45 smithi167 bash[18945]: cluster 2024-02-08T22:03:44.517254+0000 mgr.smithi105.rfsypb (mgr.14180) 778 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:03:47.448 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:03:47.448 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:02:16.430433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:20.622129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.sgdodx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\nDeploy daemon haproxy.nfs.foo.smithi167.sgdodx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.494442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rtemox on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\nDeploy daemon haproxy.nfs.foo.smithi105.rtemox ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.498348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.lgpfuz on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:24.500228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:03:47.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:47 smithi105 bash[14197]: cluster 2024-02-08T22:03:46.519090+0000 mgr.smithi105.rfsypb (mgr.14180) 779 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:03:47.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:47 smithi167 bash[18945]: cluster 2024-02-08T22:03:46.519090+0000 mgr.smithi105.rfsypb (mgr.14180) 779 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:03:48.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:03:48.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:48 smithi167 bash[18945]: audit 2024-02-08T22:03:47.434823+0000 mgr.smithi105.rfsypb (mgr.14180) 780 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:03:49.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:48 smithi105 bash[14197]: audit 2024-02-08T22:03:47.434823+0000 mgr.smithi105.rfsypb (mgr.14180) 780 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:03:49.172 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:03:49.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:49 smithi105 bash[14197]: cluster 2024-02-08T22:03:48.520339+0000 mgr.smithi105.rfsypb (mgr.14180) 781 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:03:49.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:49 smithi167 bash[18945]: cluster 2024-02-08T22:03:48.520339+0000 mgr.smithi105.rfsypb (mgr.14180) 781 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:03:51.976 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:51 smithi105 bash[14197]: cluster 2024-02-08T22:03:50.521321+0000 mgr.smithi105.rfsypb (mgr.14180) 782 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:03:51.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:51 smithi167 bash[18945]: cluster 2024-02-08T22:03:50.521321+0000 mgr.smithi105.rfsypb (mgr.14180) 782 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:03:52.350 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:03:52.350 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:02:16.430433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:20.622129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.sgdodx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\nDeploy daemon haproxy.nfs.foo.smithi167.sgdodx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.494442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rtemox on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\nDeploy daemon haproxy.nfs.foo.smithi105.rtemox ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.498348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.lgpfuz on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:24.500228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:03:53.067 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:03:53.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:53 smithi167 bash[18945]: audit 2024-02-08T22:03:52.337259+0000 mgr.smithi105.rfsypb (mgr.14180) 783 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:03:53.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:53 smithi167 bash[18945]: cluster 2024-02-08T22:03:52.522997+0000 mgr.smithi105.rfsypb (mgr.14180) 784 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:03:54.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:53 smithi105 bash[14197]: audit 2024-02-08T22:03:52.337259+0000 mgr.smithi105.rfsypb (mgr.14180) 783 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:03:54.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:53 smithi105 bash[14197]: cluster 2024-02-08T22:03:52.522997+0000 mgr.smithi105.rfsypb (mgr.14180) 784 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:03:54.068 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:03:55.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:55 smithi105 bash[14197]: cluster 2024-02-08T22:03:54.523959+0000 mgr.smithi105.rfsypb (mgr.14180) 785 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:03:55.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:55 smithi167 bash[18945]: cluster 2024-02-08T22:03:54.523959+0000 mgr.smithi105.rfsypb (mgr.14180) 785 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:03:57.250 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:03:57.250 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:02:16.430433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:20.622129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.sgdodx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\nDeploy daemon haproxy.nfs.foo.smithi167.sgdodx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.494442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rtemox on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\nDeploy daemon haproxy.nfs.foo.smithi105.rtemox ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.498348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.lgpfuz on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:24.500228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:03:57.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:57 smithi105 bash[14197]: cluster 2024-02-08T22:03:56.525795+0000 mgr.smithi105.rfsypb (mgr.14180) 786 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:03:57.996 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:03:57.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:57 smithi167 bash[18945]: cluster 2024-02-08T22:03:56.525795+0000 mgr.smithi105.rfsypb (mgr.14180) 786 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:03:58.996 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:03:58.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:58 smithi167 bash[18945]: audit 2024-02-08T22:03:57.242606+0000 mgr.smithi105.rfsypb (mgr.14180) 787 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:03:59.010 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:58 smithi105 bash[14197]: audit 2024-02-08T22:03:57.242606+0000 mgr.smithi105.rfsypb (mgr.14180) 787 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:03:59.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:03:59 smithi167 bash[18945]: cluster 2024-02-08T22:03:58.527059+0000 mgr.smithi105.rfsypb (mgr.14180) 788 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:04:00.048 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:03:59 smithi105 bash[14197]: cluster 2024-02-08T22:03:58.527059+0000 mgr.smithi105.rfsypb (mgr.14180) 788 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:04:01.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:01 smithi167 bash[18945]: cluster 2024-02-08T22:04:00.528217+0000 mgr.smithi105.rfsypb (mgr.14180) 789 : 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 2024-02-08T22:04:02.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:01 smithi105 bash[14197]: cluster 2024-02-08T22:04:00.528217+0000 mgr.smithi105.rfsypb (mgr.14180) 789 : 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 2024-02-08T22:04:02.174 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:04:02.174 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:02:16.430433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:20.622129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.sgdodx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\nDeploy daemon haproxy.nfs.foo.smithi167.sgdodx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.494442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rtemox on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\nDeploy daemon haproxy.nfs.foo.smithi105.rtemox ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.498348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.lgpfuz on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:24.500228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:04:02.973 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:04:03.974 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:04:03.987 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:03 smithi105 bash[14197]: audit 2024-02-08T22:04:02.162425+0000 mgr.smithi105.rfsypb (mgr.14180) 790 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:04:03.987 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:03 smithi105 bash[14197]: cluster 2024-02-08T22:04:02.529334+0000 mgr.smithi105.rfsypb (mgr.14180) 791 : 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 2024-02-08T22:04:03.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:03 smithi167 bash[18945]: audit 2024-02-08T22:04:02.162425+0000 mgr.smithi105.rfsypb (mgr.14180) 790 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:04:03.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:03 smithi167 bash[18945]: cluster 2024-02-08T22:04:02.529334+0000 mgr.smithi105.rfsypb (mgr.14180) 791 : 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 2024-02-08T22:04:05.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:05 smithi105 bash[14197]: cluster 2024-02-08T22:04:04.530253+0000 mgr.smithi105.rfsypb (mgr.14180) 792 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:04:05.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:05 smithi167 bash[18945]: cluster 2024-02-08T22:04:04.530253+0000 mgr.smithi105.rfsypb (mgr.14180) 792 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:04:07.244 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:04:07.244 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:02:16.430433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:20.622129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.sgdodx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\nDeploy daemon haproxy.nfs.foo.smithi167.sgdodx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.494442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rtemox on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\nDeploy daemon haproxy.nfs.foo.smithi105.rtemox ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.498348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.lgpfuz on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:24.500228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:04:07.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:07 smithi105 bash[14197]: cluster 2024-02-08T22:04:06.531432+0000 mgr.smithi105.rfsypb (mgr.14180) 793 : 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 2024-02-08T22:04:07.970 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:04:07.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:07 smithi167 bash[18945]: cluster 2024-02-08T22:04:06.531432+0000 mgr.smithi105.rfsypb (mgr.14180) 793 : 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 2024-02-08T22:04:08.971 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:04:08.984 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:08 smithi105 bash[14197]: audit 2024-02-08T22:04:07.230347+0000 mgr.smithi105.rfsypb (mgr.14180) 794 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:04:08.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:08 smithi167 bash[18945]: audit 2024-02-08T22:04:07.230347+0000 mgr.smithi105.rfsypb (mgr.14180) 794 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:04:09.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:09 smithi167 bash[18945]: cluster 2024-02-08T22:04:08.532594+0000 mgr.smithi105.rfsypb (mgr.14180) 795 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:04:10.057 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:09 smithi105 bash[14197]: cluster 2024-02-08T22:04:08.532594+0000 mgr.smithi105.rfsypb (mgr.14180) 795 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:04:11.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:11 smithi167 bash[18945]: cluster 2024-02-08T22:04:10.533702+0000 mgr.smithi105.rfsypb (mgr.14180) 796 : 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 2024-02-08T22:04:12.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:11 smithi105 bash[14197]: cluster 2024-02-08T22:04:10.533702+0000 mgr.smithi105.rfsypb (mgr.14180) 796 : 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 2024-02-08T22:04:12.138 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:04:12.138 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:02:16.430433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:20.622129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.sgdodx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\nDeploy daemon haproxy.nfs.foo.smithi167.sgdodx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.494442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rtemox on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\nDeploy daemon haproxy.nfs.foo.smithi105.rtemox ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.498348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.lgpfuz on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:24.500228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:04:12.897 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:04:13.898 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:04:13.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:13 smithi167 bash[18945]: audit 2024-02-08T22:04:12.130744+0000 mgr.smithi105.rfsypb (mgr.14180) 797 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:04:13.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:13 smithi167 bash[18945]: cluster 2024-02-08T22:04:12.535299+0000 mgr.smithi105.rfsypb (mgr.14180) 798 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:04:14.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:13 smithi105 bash[14197]: audit 2024-02-08T22:04:12.130744+0000 mgr.smithi105.rfsypb (mgr.14180) 797 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:04:14.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:13 smithi105 bash[14197]: cluster 2024-02-08T22:04:12.535299+0000 mgr.smithi105.rfsypb (mgr.14180) 798 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:04:15.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:15 smithi167 bash[18945]: cluster 2024-02-08T22:04:14.536886+0000 mgr.smithi105.rfsypb (mgr.14180) 799 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:04:16.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:15 smithi105 bash[14197]: cluster 2024-02-08T22:04:14.536886+0000 mgr.smithi105.rfsypb (mgr.14180) 799 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:04:17.044 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:04:17.044 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:02:16.430433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:20.622129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.sgdodx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\nDeploy daemon haproxy.nfs.foo.smithi167.sgdodx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.494442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rtemox on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\nDeploy daemon haproxy.nfs.foo.smithi105.rtemox ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.498348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.lgpfuz on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:24.500228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:04:17.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:04:17.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:17 smithi167 bash[18945]: cluster 2024-02-08T22:04:16.538622+0000 mgr.smithi105.rfsypb (mgr.14180) 800 : 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 2024-02-08T22:04:18.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:17 smithi105 bash[14197]: cluster 2024-02-08T22:04:16.538622+0000 mgr.smithi105.rfsypb (mgr.14180) 800 : 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 2024-02-08T22:04:18.746 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:04:18.945 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:18 smithi105 bash[14197]: audit 2024-02-08T22:04:17.030301+0000 mgr.smithi105.rfsypb (mgr.14180) 801 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:04:18.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:18 smithi167 bash[18945]: audit 2024-02-08T22:04:17.030301+0000 mgr.smithi105.rfsypb (mgr.14180) 801 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:04:19.987 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:19 smithi105 bash[14197]: cluster 2024-02-08T22:04:18.539865+0000 mgr.smithi105.rfsypb (mgr.14180) 802 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:04:19.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:19 smithi167 bash[18945]: cluster 2024-02-08T22:04:18.539865+0000 mgr.smithi105.rfsypb (mgr.14180) 802 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:04:21.836 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:04:21.836 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:02:16.430433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:20.622129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.sgdodx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\nDeploy daemon haproxy.nfs.foo.smithi167.sgdodx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.494442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rtemox on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\nDeploy daemon haproxy.nfs.foo.smithi105.rtemox ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.498348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.lgpfuz on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:24.500228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:04:21.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:21 smithi167 bash[18945]: cluster 2024-02-08T22:04:20.541696+0000 mgr.smithi105.rfsypb (mgr.14180) 803 : 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 2024-02-08T22:04:22.045 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:21 smithi105 bash[14197]: cluster 2024-02-08T22:04:20.541696+0000 mgr.smithi105.rfsypb (mgr.14180) 803 : 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 2024-02-08T22:04:22.574 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:04:23.575 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:04:23.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:23 smithi167 bash[18945]: audit 2024-02-08T22:04:21.825083+0000 mgr.smithi105.rfsypb (mgr.14180) 804 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:04:23.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:23 smithi167 bash[18945]: cluster 2024-02-08T22:04:22.542828+0000 mgr.smithi105.rfsypb (mgr.14180) 805 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:04:24.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:23 smithi105 bash[14197]: audit 2024-02-08T22:04:21.825083+0000 mgr.smithi105.rfsypb (mgr.14180) 804 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:04:24.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:23 smithi105 bash[14197]: cluster 2024-02-08T22:04:22.542828+0000 mgr.smithi105.rfsypb (mgr.14180) 805 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:04:24.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:24 smithi167 bash[18945]: audit 2024-02-08T22:04:24.503520+0000 mon.smithi105 (mon.0) 884 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:04:25.020 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:24 smithi105 bash[14197]: audit 2024-02-08T22:04:24.503520+0000 mon.smithi105 (mon.0) 884 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:04:25.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:25 smithi105 bash[14197]: cluster 2024-02-08T22:04:24.544507+0000 mgr.smithi105.rfsypb (mgr.14180) 806 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:04:25.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:25 smithi105 bash[14197]: audit 2024-02-08T22:04:24.820036+0000 mon.smithi105 (mon.0) 885 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:04:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:25 smithi105 bash[14197]: audit 2024-02-08T22:04:24.821503+0000 mon.smithi105 (mon.0) 886 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:04:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:25 smithi105 bash[14197]: audit 2024-02-08T22:04:24.830539+0000 mon.smithi105 (mon.0) 887 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:04:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:25 smithi105 bash[14197]: audit 2024-02-08T22:04:24.837768+0000 mon.smithi105 (mon.0) 888 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:04:25.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:25 smithi105 bash[14197]: audit 2024-02-08T22:04:24.850822+0000 mon.smithi105 (mon.0) 889 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:04:25.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:25 smithi167 bash[18945]: cluster 2024-02-08T22:04:24.544507+0000 mgr.smithi105.rfsypb (mgr.14180) 806 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:04:25.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:25 smithi167 bash[18945]: audit 2024-02-08T22:04:24.820036+0000 mon.smithi105 (mon.0) 885 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:04:25.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:25 smithi167 bash[18945]: audit 2024-02-08T22:04:24.821503+0000 mon.smithi105 (mon.0) 886 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:04:25.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:25 smithi167 bash[18945]: audit 2024-02-08T22:04:24.830539+0000 mon.smithi105 (mon.0) 887 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:04:25.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:25 smithi167 bash[18945]: audit 2024-02-08T22:04:24.837768+0000 mon.smithi105 (mon.0) 888 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:04:25.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:25 smithi167 bash[18945]: audit 2024-02-08T22:04:24.850822+0000 mon.smithi105 (mon.0) 889 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:04:26.717 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:04:26.717 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:02:16.430433Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.njwmft on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:20.622129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.sgdodx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\nDeploy daemon haproxy.nfs.foo.smithi167.sgdodx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.494442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rtemox on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\nDeploy daemon haproxy.nfs.foo.smithi105.rtemox ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.498348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.lgpfuz on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:24.500228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:04:26.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:26 smithi167 bash[18945]: cluster 2024-02-08T22:04:24.831560+0000 mgr.smithi105.rfsypb (mgr.14180) 807 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:04:26.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:26 smithi167 bash[18945]: cephadm 2024-02-08T22:04:24.855699+0000 mgr.smithi105.rfsypb (mgr.14180) 808 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.mcorth on smithi167 2024-02-08T22:04:26.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:26 smithi167 bash[18945]: cluster 2024-02-08T22:04:25.827983+0000 mon.smithi105 (mon.0) 890 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:04:26.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:26 smithi167 bash[18945]: cluster 2024-02-08T22:04:25.828036+0000 mon.smithi105 (mon.0) 891 : cluster [INF] Cluster is now healthy 2024-02-08T22:04:27.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:26 smithi105 bash[14197]: cluster 2024-02-08T22:04:24.831560+0000 mgr.smithi105.rfsypb (mgr.14180) 807 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:04:27.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:26 smithi105 bash[14197]: cephadm 2024-02-08T22:04:24.855699+0000 mgr.smithi105.rfsypb (mgr.14180) 808 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.mcorth on smithi167 2024-02-08T22:04:27.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:26 smithi105 bash[14197]: cluster 2024-02-08T22:04:25.827983+0000 mon.smithi105 (mon.0) 890 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:04:27.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:26 smithi105 bash[14197]: cluster 2024-02-08T22:04:25.828036+0000 mon.smithi105 (mon.0) 891 : cluster [INF] Cluster is now healthy 2024-02-08T22:04:27.521 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:04:27.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:27 smithi105 bash[14197]: audit 2024-02-08T22:04:26.705454+0000 mgr.smithi105.rfsypb (mgr.14180) 809 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:04:27.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:27 smithi167 bash[18945]: audit 2024-02-08T22:04:26.705454+0000 mgr.smithi105.rfsypb (mgr.14180) 809 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:04:28.522 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:04:28.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:28 smithi105 bash[14197]: cluster 2024-02-08T22:04:26.833037+0000 mgr.smithi105.rfsypb (mgr.14180) 810 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:04:28.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:28 smithi167 bash[18945]: cluster 2024-02-08T22:04:26.833037+0000 mgr.smithi105.rfsypb (mgr.14180) 810 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:04:29.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:29 smithi167 bash[18945]: audit 2024-02-08T22:04:28.837129+0000 mon.smithi105 (mon.0) 892 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.mcorth"}]: dispatch 2024-02-08T22:04:30.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:29 smithi105 bash[14197]: audit 2024-02-08T22:04:28.837129+0000 mon.smithi105 (mon.0) 892 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.mcorth"}]: dispatch 2024-02-08T22:04:31.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: cluster 2024-02-08T22:04:28.834042+0000 mgr.smithi105.rfsypb (mgr.14180) 811 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:04:31.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: cephadm 2024-02-08T22:04:28.836288+0000 mgr.smithi105.rfsypb (mgr.14180) 812 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth 2024-02-08T22:04:31.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:04:31.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth 2024-02-08T22:04:31.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth 2024-02-08T22:04:31.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:04:31.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth 2024-02-08T22:04:31.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.mcorth ... 2024-02-08T22:04:31.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:04:31.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:04:31.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:04:31.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:04:31.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:04:31.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:04:31.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:04:31.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:04:31.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:04:31.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:04:31.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth 2024-02-08T22:04:31.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:04:31.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth 2024-02-08T22:04:31.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth 2024-02-08T22:04:31.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:04:31.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth 2024-02-08T22:04:31.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.mcorth ... 2024-02-08T22:04:31.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:04:31.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:04:31.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:04:31.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:04:31.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:04:31.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: cephadm 2024-02-08T22:04:28.836554+0000 mgr.smithi105.rfsypb (mgr.14180) 813 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.mcorth 2024-02-08T22:04:31.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: cephadm 2024-02-08T22:04:28.838437+0000 mgr.smithi105.rfsypb (mgr.14180) 814 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.mcorth on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth 2024-02-08T22:04:31.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:04:31.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth 2024-02-08T22:04:31.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth 2024-02-08T22:04:31.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:04:31.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth 2024-02-08T22:04:31.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.mcorth ... 2024-02-08T22:04:31.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:04:31.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:04:31.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:04:31.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:04:31.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:04:31.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:30 smithi105 bash[14197]: cephadm 2024-02-08T22:04:28.840613+0000 mgr.smithi105.rfsypb (mgr.14180) 815 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.asrrfv on smithi105 2024-02-08T22:04:31.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: cluster 2024-02-08T22:04:28.834042+0000 mgr.smithi105.rfsypb (mgr.14180) 811 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:04:31.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: cephadm 2024-02-08T22:04:28.836288+0000 mgr.smithi105.rfsypb (mgr.14180) 812 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth 2024-02-08T22:04:31.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:04:31.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth 2024-02-08T22:04:31.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth 2024-02-08T22:04:31.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:04:31.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth 2024-02-08T22:04:31.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.mcorth ... 2024-02-08T22:04:31.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:04:31.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:04:31.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:04:31.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:04:31.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:04:31.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:04:31.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:04:31.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:04:31.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:04:31.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:04:31.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth 2024-02-08T22:04:31.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:04:31.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth 2024-02-08T22:04:31.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth 2024-02-08T22:04:31.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:04:31.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth 2024-02-08T22:04:31.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.mcorth ... 2024-02-08T22:04:31.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:04:31.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:04:31.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:04:31.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:04:31.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:04:31.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: cephadm 2024-02-08T22:04:28.836554+0000 mgr.smithi105.rfsypb (mgr.14180) 813 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.mcorth 2024-02-08T22:04:31.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: cephadm 2024-02-08T22:04:28.838437+0000 mgr.smithi105.rfsypb (mgr.14180) 814 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.mcorth on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth 2024-02-08T22:04:31.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:04:31.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth 2024-02-08T22:04:31.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth 2024-02-08T22:04:31.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:04:31.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth 2024-02-08T22:04:31.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.mcorth ... 2024-02-08T22:04:31.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:04:31.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:04:31.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:04:31.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:04:31.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:04:31.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:30 smithi167 bash[18945]: cephadm 2024-02-08T22:04:28.840613+0000 mgr.smithi105.rfsypb (mgr.14180) 815 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.asrrfv on smithi105 2024-02-08T22:04:31.945 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:04:31.945 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:03:20.622129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.sgdodx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-sgdodx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.sgdodx\nDeploy daemon haproxy.nfs.foo.smithi167.sgdodx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.494442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rtemox on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-rtemox\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.rtemox\nDeploy daemon haproxy.nfs.foo.smithi105.rtemox ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:03:24.498348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.lgpfuz on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:03:24.500228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:04:28.838297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.mcorth on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\nDeploy daemon haproxy.nfs.foo.smithi167.mcorth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -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.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:04:32.763 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:04:33.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:32 smithi105 bash[14197]: cluster 2024-02-08T22:04:30.834998+0000 mgr.smithi105.rfsypb (mgr.14180) 816 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:04:33.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:32 smithi167 bash[18945]: cluster 2024-02-08T22:04:30.834998+0000 mgr.smithi105.rfsypb (mgr.14180) 816 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:04:33.764 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:04:34.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:33 smithi105 bash[14197]: audit 2024-02-08T22:04:31.931638+0000 mgr.smithi105.rfsypb (mgr.14180) 817 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:04:34.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:33 smithi105 bash[14197]: audit 2024-02-08T22:04:32.831490+0000 mon.smithi105 (mon.0) 893 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.asrrfv"}]: dispatch 2024-02-08T22:04:34.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:33 smithi167 bash[18945]: audit 2024-02-08T22:04:31.931638+0000 mgr.smithi105.rfsypb (mgr.14180) 817 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:04:34.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:33 smithi167 bash[18945]: audit 2024-02-08T22:04:32.831490+0000 mon.smithi105 (mon.0) 893 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.asrrfv"}]: dispatch 2024-02-08T22:04:35.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: cephadm 2024-02-08T22:04:32.830158+0000 mgr.smithi105.rfsypb (mgr.14180) 818 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv 2024-02-08T22:04:35.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:04:35.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv 2024-02-08T22:04:35.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv 2024-02-08T22:04:35.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:04:35.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv 2024-02-08T22:04:35.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.asrrfv ... 2024-02-08T22:04:35.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:04:35.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:04:35.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:04:35.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:04:35.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:04:35.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:04:35.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:04:35.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:04:35.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:04:35.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:04:35.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv 2024-02-08T22:04:35.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:04:35.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv 2024-02-08T22:04:35.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv 2024-02-08T22:04:35.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:04:35.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv 2024-02-08T22:04:35.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.asrrfv ... 2024-02-08T22:04:35.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:04:35.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:04:35.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:04:35.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:04:35.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:04:35.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: cephadm 2024-02-08T22:04:32.830729+0000 mgr.smithi105.rfsypb (mgr.14180) 819 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.asrrfv 2024-02-08T22:04:35.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: cephadm 2024-02-08T22:04:32.833128+0000 mgr.smithi105.rfsypb (mgr.14180) 820 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.asrrfv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv 2024-02-08T22:04:35.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:04:35.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv 2024-02-08T22:04:35.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv 2024-02-08T22:04:35.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:04:35.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv 2024-02-08T22:04:35.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.asrrfv ... 2024-02-08T22:04:35.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:04:35.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:04:35.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:04:35.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:04:35.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:04:35.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: cluster 2024-02-08T22:04:32.836002+0000 mgr.smithi105.rfsypb (mgr.14180) 821 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:04:35.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: cephadm 2024-02-08T22:04:32.836279+0000 mgr.smithi105.rfsypb (mgr.14180) 822 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.yddqnj on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:04:35.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: cephadm 2024-02-08T22:04:32.838516+0000 mgr.smithi105.rfsypb (mgr.14180) 823 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:04:35.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: cluster 2024-02-08T22:04:32.839842+0000 mgr.smithi105.rfsypb (mgr.14180) 824 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 123 B/s rd, 0 op/s 2024-02-08T22:04:35.068 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:34 smithi105 bash[14197]: cluster 2024-02-08T22:04:33.750299+0000 mon.smithi105 (mon.0) 894 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:04:35.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: cephadm 2024-02-08T22:04:32.830158+0000 mgr.smithi105.rfsypb (mgr.14180) 818 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv 2024-02-08T22:04:35.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:04:35.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv 2024-02-08T22:04:35.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv 2024-02-08T22:04:35.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:04:35.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv 2024-02-08T22:04:35.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.asrrfv ... 2024-02-08T22:04:35.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:04:35.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:04:35.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:04:35.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:04:35.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:04:35.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:04:35.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:04:35.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:04:35.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:04:35.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:04:35.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv 2024-02-08T22:04:35.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:04:35.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv 2024-02-08T22:04:35.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv 2024-02-08T22:04:35.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:04:35.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv 2024-02-08T22:04:35.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.asrrfv ... 2024-02-08T22:04:35.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:04:35.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:04:35.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:04:35.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:04:35.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:04:35.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: cephadm 2024-02-08T22:04:32.830729+0000 mgr.smithi105.rfsypb (mgr.14180) 819 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.asrrfv 2024-02-08T22:04:35.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: cephadm 2024-02-08T22:04:32.833128+0000 mgr.smithi105.rfsypb (mgr.14180) 820 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.asrrfv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv 2024-02-08T22:04:35.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:04:35.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv 2024-02-08T22:04:35.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv 2024-02-08T22:04:35.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:04:35.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv 2024-02-08T22:04:35.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.asrrfv ... 2024-02-08T22:04:35.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:04:35.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:04:35.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:04:35.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:04:35.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:04:35.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: cluster 2024-02-08T22:04:32.836002+0000 mgr.smithi105.rfsypb (mgr.14180) 821 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:04:35.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: cephadm 2024-02-08T22:04:32.836279+0000 mgr.smithi105.rfsypb (mgr.14180) 822 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.yddqnj on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:04:35.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: cephadm 2024-02-08T22:04:32.838516+0000 mgr.smithi105.rfsypb (mgr.14180) 823 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:04:35.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: cluster 2024-02-08T22:04:32.839842+0000 mgr.smithi105.rfsypb (mgr.14180) 824 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 123 B/s rd, 0 op/s 2024-02-08T22:04:35.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:34 smithi167 bash[18945]: cluster 2024-02-08T22:04:33.750299+0000 mon.smithi105 (mon.0) 894 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:04:36.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:36 smithi167 bash[18945]: cluster 2024-02-08T22:04:34.841765+0000 mgr.smithi105.rfsypb (mgr.14180) 825 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:04:36.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:36 smithi167 bash[18945]: audit 2024-02-08T22:04:35.650756+0000 mon.smithi105 (mon.0) 895 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:04:37.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:36 smithi105 bash[14197]: cluster 2024-02-08T22:04:34.841765+0000 mgr.smithi105.rfsypb (mgr.14180) 825 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:04:37.097 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:36 smithi105 bash[14197]: audit 2024-02-08T22:04:35.650756+0000 mon.smithi105 (mon.0) 895 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:04:37.244 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:04:37.244 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:03:24.500228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:04:28.838297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.mcorth on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\nDeploy daemon haproxy.nfs.foo.smithi167.mcorth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:04:32.832986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.asrrfv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv\nDeploy daemon haproxy.nfs.foo.smithi105.asrrfv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:04:32.836141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.yddqnj on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:04:32.838393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:04:38.036 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:04:38.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:38 smithi167 bash[18945]: cluster 2024-02-08T22:04:36.842928+0000 mgr.smithi105.rfsypb (mgr.14180) 826 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:04:38.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:38 smithi167 bash[18945]: audit 2024-02-08T22:04:37.230782+0000 mgr.smithi105.rfsypb (mgr.14180) 827 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:04:39.038 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:04:39.049 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:38 smithi105 bash[14197]: cluster 2024-02-08T22:04:36.842928+0000 mgr.smithi105.rfsypb (mgr.14180) 826 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:04:39.049 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:38 smithi105 bash[14197]: audit 2024-02-08T22:04:37.230782+0000 mgr.smithi105.rfsypb (mgr.14180) 827 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:04:40.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:40 smithi105 bash[14197]: cluster 2024-02-08T22:04:38.843966+0000 mgr.smithi105.rfsypb (mgr.14180) 828 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-08T22:04:40.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:40 smithi167 bash[18945]: cluster 2024-02-08T22:04:38.843966+0000 mgr.smithi105.rfsypb (mgr.14180) 828 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-08T22:04:42.332 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:04:42.332 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:03:24.500228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:04:28.838297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.mcorth on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\nDeploy daemon haproxy.nfs.foo.smithi167.mcorth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:04:32.832986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.asrrfv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv\nDeploy daemon haproxy.nfs.foo.smithi105.asrrfv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:04:32.836141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.yddqnj on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:04:32.838393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:04:42.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:42 smithi105 bash[14197]: cluster 2024-02-08T22:04:40.845630+0000 mgr.smithi105.rfsypb (mgr.14180) 829 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 37 op/s 2024-02-08T22:04:42.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:42 smithi167 bash[18945]: cluster 2024-02-08T22:04:40.845630+0000 mgr.smithi105.rfsypb (mgr.14180) 829 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 37 op/s 2024-02-08T22:04:43.082 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:04:43.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:43 smithi167 bash[18945]: audit 2024-02-08T22:04:42.319367+0000 mgr.smithi105.rfsypb (mgr.14180) 830 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:04:44.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:43 smithi105 bash[14197]: audit 2024-02-08T22:04:42.319367+0000 mgr.smithi105.rfsypb (mgr.14180) 830 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:04:44.083 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:04:44.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:44 smithi167 bash[18945]: cluster 2024-02-08T22:04:42.847096+0000 mgr.smithi105.rfsypb (mgr.14180) 831 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 63 op/s 2024-02-08T22:04:45.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:44 smithi105 bash[14197]: cluster 2024-02-08T22:04:42.847096+0000 mgr.smithi105.rfsypb (mgr.14180) 831 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 63 op/s 2024-02-08T22:04:46.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:46 smithi167 bash[18945]: cluster 2024-02-08T22:04:44.849009+0000 mgr.smithi105.rfsypb (mgr.14180) 832 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 63 op/s 2024-02-08T22:04:47.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:46 smithi105 bash[14197]: cluster 2024-02-08T22:04:44.849009+0000 mgr.smithi105.rfsypb (mgr.14180) 832 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 63 op/s 2024-02-08T22:04:47.469 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:04:47.469 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:03:24.500228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:04:28.838297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.mcorth on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\nDeploy daemon haproxy.nfs.foo.smithi167.mcorth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:04:32.832986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.asrrfv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv\nDeploy daemon haproxy.nfs.foo.smithi105.asrrfv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:04:32.836141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.yddqnj on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:04:32.838393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:04:48.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:04:48.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:48 smithi167 bash[18945]: cluster 2024-02-08T22:04:46.850663+0000 mgr.smithi105.rfsypb (mgr.14180) 833 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 63 op/s 2024-02-08T22:04:48.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:48 smithi167 bash[18945]: audit 2024-02-08T22:04:47.461823+0000 mgr.smithi105.rfsypb (mgr.14180) 834 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:04:49.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:48 smithi105 bash[14197]: cluster 2024-02-08T22:04:46.850663+0000 mgr.smithi105.rfsypb (mgr.14180) 833 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 63 op/s 2024-02-08T22:04:49.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:48 smithi105 bash[14197]: audit 2024-02-08T22:04:47.461823+0000 mgr.smithi105.rfsypb (mgr.14180) 834 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:04:49.237 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:04:50.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:50 smithi167 bash[18945]: cluster 2024-02-08T22:04:48.851961+0000 mgr.smithi105.rfsypb (mgr.14180) 835 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 63 op/s 2024-02-08T22:04:51.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:50 smithi105 bash[14197]: cluster 2024-02-08T22:04:48.851961+0000 mgr.smithi105.rfsypb (mgr.14180) 835 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 63 op/s 2024-02-08T22:04:52.548 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:04:52.548 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:03:24.500228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:04:28.838297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.mcorth on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\nDeploy daemon haproxy.nfs.foo.smithi167.mcorth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:04:32.832986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.asrrfv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv\nDeploy daemon haproxy.nfs.foo.smithi105.asrrfv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:04:32.836141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.yddqnj on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:04:32.838393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:04:52.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:52 smithi167 bash[18945]: cluster 2024-02-08T22:04:50.853778+0000 mgr.smithi105.rfsypb (mgr.14180) 836 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-02-08T22:04:53.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:52 smithi105 bash[14197]: cluster 2024-02-08T22:04:50.853778+0000 mgr.smithi105.rfsypb (mgr.14180) 836 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-02-08T22:04:53.341 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:04:53.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:53 smithi167 bash[18945]: audit 2024-02-08T22:04:52.534415+0000 mgr.smithi105.rfsypb (mgr.14180) 837 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:04:54.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:53 smithi105 bash[14197]: audit 2024-02-08T22:04:52.534415+0000 mgr.smithi105.rfsypb (mgr.14180) 837 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:04:54.343 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:04:54.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:54 smithi105 bash[14197]: cluster 2024-02-08T22:04:52.855442+0000 mgr.smithi105.rfsypb (mgr.14180) 838 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 32 op/s 2024-02-08T22:04:54.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:54 smithi167 bash[18945]: cluster 2024-02-08T22:04:52.855442+0000 mgr.smithi105.rfsypb (mgr.14180) 838 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 32 op/s 2024-02-08T22:04:56.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:56 smithi167 bash[18945]: cluster 2024-02-08T22:04:54.857096+0000 mgr.smithi105.rfsypb (mgr.14180) 839 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 0 B/s wr, 10 op/s 2024-02-08T22:04:57.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:56 smithi105 bash[14197]: cluster 2024-02-08T22:04:54.857096+0000 mgr.smithi105.rfsypb (mgr.14180) 839 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 0 B/s wr, 10 op/s 2024-02-08T22:04:57.559 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:04:57.559 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:03:24.500228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:04:28.838297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.mcorth on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\nDeploy daemon haproxy.nfs.foo.smithi167.mcorth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:04:32.832986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.asrrfv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv\nDeploy daemon haproxy.nfs.foo.smithi105.asrrfv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:04:32.836141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.yddqnj on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:04:32.838393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:04:58.340 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:04:58.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:58 smithi167 bash[18945]: cluster 2024-02-08T22:04:56.858663+0000 mgr.smithi105.rfsypb (mgr.14180) 840 : 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 2024-02-08T22:04:58.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:04:58 smithi167 bash[18945]: audit 2024-02-08T22:04:57.547669+0000 mgr.smithi105.rfsypb (mgr.14180) 841 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:04:59.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:58 smithi105 bash[14197]: cluster 2024-02-08T22:04:56.858663+0000 mgr.smithi105.rfsypb (mgr.14180) 840 : 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 2024-02-08T22:04:59.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:04:58 smithi105 bash[14197]: audit 2024-02-08T22:04:57.547669+0000 mgr.smithi105.rfsypb (mgr.14180) 841 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:04:59.341 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:05:00.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:00 smithi167 bash[18945]: cluster 2024-02-08T22:04:58.860066+0000 mgr.smithi105.rfsypb (mgr.14180) 842 : 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 2024-02-08T22:05:01.027 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:00 smithi105 bash[14197]: cluster 2024-02-08T22:04:58.860066+0000 mgr.smithi105.rfsypb (mgr.14180) 842 : 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 2024-02-08T22:05:02.845 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:05:02.845 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:03:24.500228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:04:28.838297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.mcorth on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\nDeploy daemon haproxy.nfs.foo.smithi167.mcorth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:04:32.832986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.asrrfv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv\nDeploy daemon haproxy.nfs.foo.smithi105.asrrfv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:04:32.836141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.yddqnj on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:04:32.838393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:05:02.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:02 smithi167 bash[18945]: cluster 2024-02-08T22:05:00.861984+0000 mgr.smithi105.rfsypb (mgr.14180) 843 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:05:03.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:02 smithi105 bash[14197]: cluster 2024-02-08T22:05:00.861984+0000 mgr.smithi105.rfsypb (mgr.14180) 843 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:05:03.675 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:05:04.676 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:05:04.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:04 smithi167 bash[18945]: audit 2024-02-08T22:05:02.837304+0000 mgr.smithi105.rfsypb (mgr.14180) 844 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:05:04.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:04 smithi167 bash[18945]: cluster 2024-02-08T22:05:02.863534+0000 mgr.smithi105.rfsypb (mgr.14180) 845 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:05:05.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:04 smithi105 bash[14197]: audit 2024-02-08T22:05:02.837304+0000 mgr.smithi105.rfsypb (mgr.14180) 844 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:05:05.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:04 smithi105 bash[14197]: cluster 2024-02-08T22:05:02.863534+0000 mgr.smithi105.rfsypb (mgr.14180) 845 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:05:07.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:06 smithi105 bash[14197]: cluster 2024-02-08T22:05:04.864703+0000 mgr.smithi105.rfsypb (mgr.14180) 846 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:05:07.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:06 smithi167 bash[18945]: cluster 2024-02-08T22:05:04.864703+0000 mgr.smithi105.rfsypb (mgr.14180) 846 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:05:07.928 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:05:07.928 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:03:24.500228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:04:28.838297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.mcorth on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\nDeploy daemon haproxy.nfs.foo.smithi167.mcorth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:04:32.832986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.asrrfv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv\nDeploy daemon haproxy.nfs.foo.smithi105.asrrfv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:04:32.836141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.yddqnj on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:04:32.838393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:05:08.718 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:05:09.047 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:08 smithi167 bash[18945]: cluster 2024-02-08T22:05:06.865684+0000 mgr.smithi105.rfsypb (mgr.14180) 847 : 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 2024-02-08T22:05:09.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:08 smithi105 bash[14197]: cluster 2024-02-08T22:05:06.865684+0000 mgr.smithi105.rfsypb (mgr.14180) 847 : 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 2024-02-08T22:05:09.719 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:05:10.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:09 smithi105 bash[14197]: audit 2024-02-08T22:05:07.915578+0000 mgr.smithi105.rfsypb (mgr.14180) 848 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:05:10.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:09 smithi167 bash[18945]: audit 2024-02-08T22:05:07.915578+0000 mgr.smithi105.rfsypb (mgr.14180) 848 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:05:11.038 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:10 smithi105 bash[14197]: cluster 2024-02-08T22:05:08.867031+0000 mgr.smithi105.rfsypb (mgr.14180) 849 : 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 2024-02-08T22:05:11.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:10 smithi167 bash[18945]: cluster 2024-02-08T22:05:08.867031+0000 mgr.smithi105.rfsypb (mgr.14180) 849 : 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 2024-02-08T22:05:13.045 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:05:13.045 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:03:24.500228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:04:28.838297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.mcorth on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\nDeploy daemon haproxy.nfs.foo.smithi167.mcorth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:04:32.832986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.asrrfv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv\nDeploy daemon haproxy.nfs.foo.smithi105.asrrfv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:04:32.836141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.yddqnj on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:04:32.838393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:05:13.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:12 smithi105 bash[14197]: cluster 2024-02-08T22:05:10.868749+0000 mgr.smithi105.rfsypb (mgr.14180) 850 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:05:13.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:12 smithi167 bash[18945]: cluster 2024-02-08T22:05:10.868749+0000 mgr.smithi105.rfsypb (mgr.14180) 850 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:05:13.792 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:05:14.792 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:05:15.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:14 smithi105 bash[14197]: cluster 2024-02-08T22:05:12.870234+0000 mgr.smithi105.rfsypb (mgr.14180) 851 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:05:15.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:14 smithi105 bash[14197]: audit 2024-02-08T22:05:13.031691+0000 mgr.smithi105.rfsypb (mgr.14180) 852 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:05:15.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:14 smithi167 bash[18945]: cluster 2024-02-08T22:05:12.870234+0000 mgr.smithi105.rfsypb (mgr.14180) 851 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:05:15.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:14 smithi167 bash[18945]: audit 2024-02-08T22:05:13.031691+0000 mgr.smithi105.rfsypb (mgr.14180) 852 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:05:17.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:16 smithi105 bash[14197]: cluster 2024-02-08T22:05:14.872055+0000 mgr.smithi105.rfsypb (mgr.14180) 853 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:05:17.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:16 smithi167 bash[18945]: cluster 2024-02-08T22:05:14.872055+0000 mgr.smithi105.rfsypb (mgr.14180) 853 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:05:17.938 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:05:17.938 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:03:24.500228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:04:28.838297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.mcorth on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\nDeploy daemon haproxy.nfs.foo.smithi167.mcorth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:04:32.832986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.asrrfv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv\nDeploy daemon haproxy.nfs.foo.smithi105.asrrfv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:04:32.836141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.yddqnj on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:04:32.838393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:05:18.671 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:05:19.047 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:18 smithi167 bash[18945]: cluster 2024-02-08T22:05:16.873758+0000 mgr.smithi105.rfsypb (mgr.14180) 854 : 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 2024-02-08T22:05:19.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:18 smithi105 bash[14197]: cluster 2024-02-08T22:05:16.873758+0000 mgr.smithi105.rfsypb (mgr.14180) 854 : 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 2024-02-08T22:05:19.672 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:05:20.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:19 smithi105 bash[14197]: audit 2024-02-08T22:05:17.926708+0000 mgr.smithi105.rfsypb (mgr.14180) 855 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:05:20.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:19 smithi167 bash[18945]: audit 2024-02-08T22:05:17.926708+0000 mgr.smithi105.rfsypb (mgr.14180) 855 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:05:21.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:20 smithi105 bash[14197]: cluster 2024-02-08T22:05:18.875141+0000 mgr.smithi105.rfsypb (mgr.14180) 856 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 0 B/s wr, 2 op/s 2024-02-08T22:05:21.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:20 smithi167 bash[18945]: cluster 2024-02-08T22:05:18.875141+0000 mgr.smithi105.rfsypb (mgr.14180) 856 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 0 B/s wr, 2 op/s 2024-02-08T22:05:23.035 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:05:23.035 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:03:24.500228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:04:28.838297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.mcorth on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\nDeploy daemon haproxy.nfs.foo.smithi167.mcorth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:04:32.832986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.asrrfv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv\nDeploy daemon haproxy.nfs.foo.smithi105.asrrfv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:04:32.836141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.yddqnj on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:04:32.838393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:05:23.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:22 smithi105 bash[14197]: cluster 2024-02-08T22:05:20.876422+0000 mgr.smithi105.rfsypb (mgr.14180) 857 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-08T22:05:23.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:22 smithi167 bash[18945]: cluster 2024-02-08T22:05:20.876422+0000 mgr.smithi105.rfsypb (mgr.14180) 857 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-08T22:05:23.862 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:05:24.863 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:05:25.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:24 smithi105 bash[14197]: cluster 2024-02-08T22:05:22.877846+0000 mgr.smithi105.rfsypb (mgr.14180) 858 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-08T22:05:25.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:24 smithi105 bash[14197]: audit 2024-02-08T22:05:23.021387+0000 mgr.smithi105.rfsypb (mgr.14180) 859 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:05:25.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:24 smithi167 bash[18945]: cluster 2024-02-08T22:05:22.877846+0000 mgr.smithi105.rfsypb (mgr.14180) 858 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-08T22:05:25.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:24 smithi167 bash[18945]: audit 2024-02-08T22:05:23.021387+0000 mgr.smithi105.rfsypb (mgr.14180) 859 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:05:27.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:26 smithi167 bash[18945]: cluster 2024-02-08T22:05:24.879631+0000 mgr.smithi105.rfsypb (mgr.14180) 860 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-08T22:05:27.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:26 smithi105 bash[14197]: cluster 2024-02-08T22:05:24.879631+0000 mgr.smithi105.rfsypb (mgr.14180) 860 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-08T22:05:28.190 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:05:28.190 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:03:24.500228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:04:28.838297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.mcorth on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\nDeploy daemon haproxy.nfs.foo.smithi167.mcorth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:04:32.832986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.asrrfv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv\nDeploy daemon haproxy.nfs.foo.smithi105.asrrfv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:04:32.836141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.yddqnj on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:04:32.838393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:05:28.216 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:27 smithi105 bash[14197]: cluster 2024-02-08T22:05:26.880962+0000 mgr.smithi105.rfsypb (mgr.14180) 861 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-08T22:05:28.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:27 smithi167 bash[18945]: cluster 2024-02-08T22:05:26.880962+0000 mgr.smithi105.rfsypb (mgr.14180) 861 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-08T22:05:28.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:05:29.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:28 smithi167 bash[18945]: audit 2024-02-08T22:05:28.179521+0000 mgr.smithi105.rfsypb (mgr.14180) 862 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:05:29.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:28 smithi105 bash[14197]: audit 2024-02-08T22:05:28.179521+0000 mgr.smithi105.rfsypb (mgr.14180) 862 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:05:29.967 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:05:30.159 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:29 smithi105 bash[14197]: cluster 2024-02-08T22:05:28.881743+0000 mgr.smithi105.rfsypb (mgr.14180) 863 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-08T22:05:30.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:29 smithi167 bash[18945]: cluster 2024-02-08T22:05:28.881743+0000 mgr.smithi105.rfsypb (mgr.14180) 863 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-08T22:05:32.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:31 smithi167 bash[18945]: cluster 2024-02-08T22:05:30.883628+0000 mgr.smithi105.rfsypb (mgr.14180) 864 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 0 B/s wr, 4 op/s 2024-02-08T22:05:32.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:31 smithi105 bash[14197]: cluster 2024-02-08T22:05:30.883628+0000 mgr.smithi105.rfsypb (mgr.14180) 864 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 0 B/s wr, 4 op/s 2024-02-08T22:05:33.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:32 smithi167 bash[18945]: audit 2024-02-08T22:05:32.842868+0000 mon.smithi105 (mon.0) 896 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:05:33.305 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:05:33.306 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:03:24.500228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.iujhlk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:04:28.838297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.mcorth on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\nDeploy daemon haproxy.nfs.foo.smithi167.mcorth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:04:32.832986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.asrrfv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv\nDeploy daemon haproxy.nfs.foo.smithi105.asrrfv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:04:32.836141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.yddqnj on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:04:32.838393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:05:33.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:32 smithi105 bash[14197]: audit 2024-02-08T22:05:32.842868+0000 mon.smithi105 (mon.0) 896 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:05:34.129 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:05:34.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:33 smithi167 bash[18945]: cluster 2024-02-08T22:05:32.885076+0000 mgr.smithi105.rfsypb (mgr.14180) 865 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 B/s wr, 1 op/s 2024-02-08T22:05:34.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:33 smithi167 bash[18945]: audit 2024-02-08T22:05:33.154577+0000 mon.smithi105 (mon.0) 897 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:05:34.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:33 smithi167 bash[18945]: audit 2024-02-08T22:05:33.155634+0000 mon.smithi105 (mon.0) 898 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:05:34.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:33 smithi167 bash[18945]: audit 2024-02-08T22:05:33.161893+0000 mon.smithi105 (mon.0) 899 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:05:34.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:33 smithi167 bash[18945]: cluster 2024-02-08T22:05:33.162752+0000 mgr.smithi105.rfsypb (mgr.14180) 866 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:05:34.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:33 smithi167 bash[18945]: audit 2024-02-08T22:05:33.169140+0000 mon.smithi105 (mon.0) 900 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:05:34.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:33 smithi167 bash[18945]: audit 2024-02-08T22:05:33.183329+0000 mon.smithi105 (mon.0) 901 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:05:34.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:33 smithi167 bash[18945]: cephadm 2024-02-08T22:05:33.186884+0000 mgr.smithi105.rfsypb (mgr.14180) 867 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.pyamgx on smithi167 2024-02-08T22:05:34.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:33 smithi167 bash[18945]: audit 2024-02-08T22:05:33.293944+0000 mgr.smithi105.rfsypb (mgr.14180) 868 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:05:34.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:33 smithi105 bash[14197]: cluster 2024-02-08T22:05:32.885076+0000 mgr.smithi105.rfsypb (mgr.14180) 865 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 B/s wr, 1 op/s 2024-02-08T22:05:34.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:33 smithi105 bash[14197]: audit 2024-02-08T22:05:33.154577+0000 mon.smithi105 (mon.0) 897 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:05:34.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:33 smithi105 bash[14197]: audit 2024-02-08T22:05:33.155634+0000 mon.smithi105 (mon.0) 898 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:05:34.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:33 smithi105 bash[14197]: audit 2024-02-08T22:05:33.161893+0000 mon.smithi105 (mon.0) 899 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:05:34.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:33 smithi105 bash[14197]: cluster 2024-02-08T22:05:33.162752+0000 mgr.smithi105.rfsypb (mgr.14180) 866 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:05:34.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:33 smithi105 bash[14197]: audit 2024-02-08T22:05:33.169140+0000 mon.smithi105 (mon.0) 900 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:05:34.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:33 smithi105 bash[14197]: audit 2024-02-08T22:05:33.183329+0000 mon.smithi105 (mon.0) 901 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:05:34.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:33 smithi105 bash[14197]: cephadm 2024-02-08T22:05:33.186884+0000 mgr.smithi105.rfsypb (mgr.14180) 867 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.pyamgx on smithi167 2024-02-08T22:05:34.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:33 smithi105 bash[14197]: audit 2024-02-08T22:05:33.293944+0000 mgr.smithi105.rfsypb (mgr.14180) 868 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:05:35.130 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:05:35.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:34 smithi167 bash[18945]: cluster 2024-02-08T22:05:34.159254+0000 mon.smithi105 (mon.0) 902 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:05:35.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:34 smithi167 bash[18945]: cluster 2024-02-08T22:05:34.159313+0000 mon.smithi105 (mon.0) 903 : cluster [INF] Cluster is now healthy 2024-02-08T22:05:35.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:34 smithi105 bash[14197]: cluster 2024-02-08T22:05:34.159254+0000 mon.smithi105 (mon.0) 902 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:05:35.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:34 smithi105 bash[14197]: cluster 2024-02-08T22:05:34.159313+0000 mon.smithi105 (mon.0) 903 : cluster [INF] Cluster is now healthy 2024-02-08T22:05:36.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:35 smithi167 bash[18945]: cluster 2024-02-08T22:05:35.164380+0000 mgr.smithi105.rfsypb (mgr.14180) 869 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:05:36.261 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:35 smithi105 bash[14197]: cluster 2024-02-08T22:05:35.164380+0000 mgr.smithi105.rfsypb (mgr.14180) 869 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:05:38.329 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:05:38.329 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:04:28.838297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.mcorth on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-mcorth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.mcorth\nDeploy daemon haproxy.nfs.foo.smithi167.mcorth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:04:32.832986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.asrrfv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-asrrfv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.asrrfv\nDeploy daemon haproxy.nfs.foo.smithi105.asrrfv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:04:32.836141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.yddqnj on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:04:32.838393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:37.279041Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pyamgx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\nDeploy daemon haproxy.nfs.foo.smithi167.pyamgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -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.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:05:38.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: cluster 2024-02-08T22:05:37.165428+0000 mgr.smithi105.rfsypb (mgr.14180) 870 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:05:38.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: cephadm 2024-02-08T22:05:37.276815+0000 mgr.smithi105.rfsypb (mgr.14180) 871 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx 2024-02-08T22:05:38.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:05:38.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx 2024-02-08T22:05:38.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx 2024-02-08T22:05:38.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:05:38.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx 2024-02-08T22:05:38.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.pyamgx ... 2024-02-08T22:05:38.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:05:38.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:05:38.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:05:38.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:05:38.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:05:38.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:05:38.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:05:38.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:05:38.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:05:38.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:05:38.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx 2024-02-08T22:05:38.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:05:38.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx 2024-02-08T22:05:38.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx 2024-02-08T22:05:38.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:05:38.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx 2024-02-08T22:05:38.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.pyamgx ... 2024-02-08T22:05:38.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:05:38.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:05:38.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:05:38.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:05:38.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:05:38.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: cephadm 2024-02-08T22:05:37.277319+0000 mgr.smithi105.rfsypb (mgr.14180) 872 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.pyamgx 2024-02-08T22:05:38.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: audit 2024-02-08T22:05:37.277789+0000 mon.smithi105 (mon.0) 904 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.pyamgx"}]: dispatch 2024-02-08T22:05:38.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: cephadm 2024-02-08T22:05:37.279281+0000 mgr.smithi105.rfsypb (mgr.14180) 873 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.pyamgx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx 2024-02-08T22:05:38.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:05:38.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx 2024-02-08T22:05:38.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx 2024-02-08T22:05:38.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:05:38.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx 2024-02-08T22:05:38.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.pyamgx ... 2024-02-08T22:05:38.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:05:38.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:05:38.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:05:38.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:05:38.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:05:38.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: cephadm 2024-02-08T22:05:37.283536+0000 mgr.smithi105.rfsypb (mgr.14180) 874 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.jpdhxa on smithi105 2024-02-08T22:05:38.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:38 smithi167 bash[18945]: audit 2024-02-08T22:05:37.539421+0000 mon.smithi105 (mon.0) 905 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:05:38.561 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: cluster 2024-02-08T22:05:37.165428+0000 mgr.smithi105.rfsypb (mgr.14180) 870 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:05:38.561 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: cephadm 2024-02-08T22:05:37.276815+0000 mgr.smithi105.rfsypb (mgr.14180) 871 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx 2024-02-08T22:05:38.561 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:05:38.561 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx 2024-02-08T22:05:38.561 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx 2024-02-08T22:05:38.561 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:05:38.561 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx 2024-02-08T22:05:38.561 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.pyamgx ... 2024-02-08T22:05:38.561 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:05:38.561 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:05:38.561 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:05:38.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:05:38.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:05:38.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:05:38.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:05:38.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:05:38.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:05:38.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:05:38.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx 2024-02-08T22:05:38.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:05:38.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx 2024-02-08T22:05:38.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx 2024-02-08T22:05:38.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:05:38.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx 2024-02-08T22:05:38.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.pyamgx ... 2024-02-08T22:05:38.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:05:38.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:05:38.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:05:38.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:05:38.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:05:38.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: cephadm 2024-02-08T22:05:37.277319+0000 mgr.smithi105.rfsypb (mgr.14180) 872 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.pyamgx 2024-02-08T22:05:38.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: audit 2024-02-08T22:05:37.277789+0000 mon.smithi105 (mon.0) 904 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.pyamgx"}]: dispatch 2024-02-08T22:05:38.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: cephadm 2024-02-08T22:05:37.279281+0000 mgr.smithi105.rfsypb (mgr.14180) 873 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.pyamgx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx 2024-02-08T22:05:38.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:05:38.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx 2024-02-08T22:05:38.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx 2024-02-08T22:05:38.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:05:38.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx 2024-02-08T22:05:38.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.pyamgx ... 2024-02-08T22:05:38.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:05:38.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:05:38.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:05:38.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:05:38.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:05:38.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: cephadm 2024-02-08T22:05:37.283536+0000 mgr.smithi105.rfsypb (mgr.14180) 874 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.jpdhxa on smithi105 2024-02-08T22:05:38.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:38 smithi105 bash[14197]: audit 2024-02-08T22:05:37.539421+0000 mon.smithi105 (mon.0) 905 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:05:39.179 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:05:39.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:39 smithi167 bash[18945]: audit 2024-02-08T22:05:38.317139+0000 mgr.smithi105.rfsypb (mgr.14180) 875 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:05:39.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:39 smithi105 bash[14197]: audit 2024-02-08T22:05:38.317139+0000 mgr.smithi105.rfsypb (mgr.14180) 875 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:05:40.180 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:05:40.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:40 smithi167 bash[18945]: cluster 2024-02-08T22:05:39.166487+0000 mgr.smithi105.rfsypb (mgr.14180) 876 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:05:40.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:40 smithi105 bash[14197]: cluster 2024-02-08T22:05:39.166487+0000 mgr.smithi105.rfsypb (mgr.14180) 876 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:05:42.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: cluster 2024-02-08T22:05:41.168491+0000 mgr.smithi105.rfsypb (mgr.14180) 877 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:05:42.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: cephadm 2024-02-08T22:05:41.263796+0000 mgr.smithi105.rfsypb (mgr.14180) 878 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa 2024-02-08T22:05:42.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:05:42.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa 2024-02-08T22:05:42.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa 2024-02-08T22:05:42.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:05:42.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa 2024-02-08T22:05:42.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.jpdhxa ... 2024-02-08T22:05:42.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:05:42.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:05:42.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:05:42.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:05:42.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:05:42.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:05:42.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:05:42.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:05:42.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:05:42.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:05:42.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa 2024-02-08T22:05:42.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:05:42.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa 2024-02-08T22:05:42.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa 2024-02-08T22:05:42.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:05:42.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa 2024-02-08T22:05:42.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.jpdhxa ... 2024-02-08T22:05:42.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:05:42.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:05:42.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:05:42.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:05:42.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:05:42.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: cephadm 2024-02-08T22:05:41.264277+0000 mgr.smithi105.rfsypb (mgr.14180) 879 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.jpdhxa 2024-02-08T22:05:42.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: audit 2024-02-08T22:05:41.264831+0000 mon.smithi105 (mon.0) 906 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.jpdhxa"}]: dispatch 2024-02-08T22:05:42.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: cephadm 2024-02-08T22:05:41.266138+0000 mgr.smithi105.rfsypb (mgr.14180) 880 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.jpdhxa on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa 2024-02-08T22:05:42.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:05:42.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa 2024-02-08T22:05:42.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa 2024-02-08T22:05:42.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:05:42.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa 2024-02-08T22:05:42.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.jpdhxa ... 2024-02-08T22:05:42.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:05:42.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:05:42.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:05:42.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:05:42.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:05:42.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: cephadm 2024-02-08T22:05:41.269737+0000 mgr.smithi105.rfsypb (mgr.14180) 881 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.wtyglf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:05:42.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: cephadm 2024-02-08T22:05:41.272903+0000 mgr.smithi105.rfsypb (mgr.14180) 882 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:05:42.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:42 smithi105 bash[14197]: cluster 2024-02-08T22:05:41.273893+0000 mgr.smithi105.rfsypb (mgr.14180) 883 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2024-02-08T22:05:42.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: cluster 2024-02-08T22:05:41.168491+0000 mgr.smithi105.rfsypb (mgr.14180) 877 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:05:42.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: cephadm 2024-02-08T22:05:41.263796+0000 mgr.smithi105.rfsypb (mgr.14180) 878 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa 2024-02-08T22:05:42.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:05:42.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa 2024-02-08T22:05:42.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa 2024-02-08T22:05:42.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:05:42.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa 2024-02-08T22:05:42.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.jpdhxa ... 2024-02-08T22:05:42.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:05:42.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:05:42.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:05:42.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:05:42.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:05:42.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:05:42.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:05:42.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:05:42.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:05:42.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:05:42.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa 2024-02-08T22:05:42.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:05:42.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa 2024-02-08T22:05:42.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa 2024-02-08T22:05:42.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:05:42.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa 2024-02-08T22:05:42.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.jpdhxa ... 2024-02-08T22:05:42.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:05:42.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:05:42.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:05:42.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:05:42.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:05:42.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: cephadm 2024-02-08T22:05:41.264277+0000 mgr.smithi105.rfsypb (mgr.14180) 879 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.jpdhxa 2024-02-08T22:05:42.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: audit 2024-02-08T22:05:41.264831+0000 mon.smithi105 (mon.0) 906 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.jpdhxa"}]: dispatch 2024-02-08T22:05:42.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: cephadm 2024-02-08T22:05:41.266138+0000 mgr.smithi105.rfsypb (mgr.14180) 880 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.jpdhxa on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa 2024-02-08T22:05:42.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:05:42.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa 2024-02-08T22:05:42.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa 2024-02-08T22:05:42.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:05:42.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa 2024-02-08T22:05:42.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.jpdhxa ... 2024-02-08T22:05:42.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:05:42.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:05:42.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:05:42.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:05:42.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:05:42.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: cephadm 2024-02-08T22:05:41.269737+0000 mgr.smithi105.rfsypb (mgr.14180) 881 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.wtyglf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:05:42.753 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: cephadm 2024-02-08T22:05:41.272903+0000 mgr.smithi105.rfsypb (mgr.14180) 882 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:05:42.753 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:42 smithi167 bash[18945]: cluster 2024-02-08T22:05:41.273893+0000 mgr.smithi105.rfsypb (mgr.14180) 883 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2024-02-08T22:05:43.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:43 smithi105 bash[14197]: cluster 2024-02-08T22:05:42.237521+0000 mon.smithi105 (mon.0) 907 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:05:43.679 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:05:43.679 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:04:32.838393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:37.279041Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pyamgx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\nDeploy daemon haproxy.nfs.foo.smithi167.pyamgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.265946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jpdhxa on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\nDeploy daemon haproxy.nfs.foo.smithi105.jpdhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.269536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.wtyglf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:05:43.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:43 smithi167 bash[18945]: cluster 2024-02-08T22:05:42.237521+0000 mon.smithi105 (mon.0) 907 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:05:44.498 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:05:44.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:44 smithi105 bash[14197]: cluster 2024-02-08T22:05:43.274862+0000 mgr.smithi105.rfsypb (mgr.14180) 884 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:05:44.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:44 smithi105 bash[14197]: audit 2024-02-08T22:05:43.672112+0000 mgr.smithi105.rfsypb (mgr.14180) 885 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:05:44.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:44 smithi167 bash[18945]: cluster 2024-02-08T22:05:43.274862+0000 mgr.smithi105.rfsypb (mgr.14180) 884 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:05:44.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:44 smithi167 bash[18945]: audit 2024-02-08T22:05:43.672112+0000 mgr.smithi105.rfsypb (mgr.14180) 885 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:05:45.499 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:05:46.967 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:46 smithi105 bash[14197]: cluster 2024-02-08T22:05:45.276630+0000 mgr.smithi105.rfsypb (mgr.14180) 886 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:05:46.968 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:46 smithi105 bash[14197]: audit 2024-02-08T22:05:45.698442+0000 mon.smithi105 (mon.0) 908 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:05:46.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:46 smithi167 bash[18945]: cluster 2024-02-08T22:05:45.276630+0000 mgr.smithi105.rfsypb (mgr.14180) 886 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:05:46.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:46 smithi167 bash[18945]: audit 2024-02-08T22:05:45.698442+0000 mon.smithi105 (mon.0) 908 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:05:48.773 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:05:48.774 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:04:32.838393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:37.279041Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pyamgx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\nDeploy daemon haproxy.nfs.foo.smithi167.pyamgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.265946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jpdhxa on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\nDeploy daemon haproxy.nfs.foo.smithi105.jpdhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.269536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.wtyglf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:05:48.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:48 smithi167 bash[18945]: cluster 2024-02-08T22:05:47.278400+0000 mgr.smithi105.rfsypb (mgr.14180) 887 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:05:49.041 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:48 smithi105 bash[14197]: cluster 2024-02-08T22:05:47.278400+0000 mgr.smithi105.rfsypb (mgr.14180) 887 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:05:49.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:05:49.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:49 smithi167 bash[18945]: audit 2024-02-08T22:05:48.761582+0000 mgr.smithi105.rfsypb (mgr.14180) 888 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:05:50.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:49 smithi105 bash[14197]: audit 2024-02-08T22:05:48.761582+0000 mgr.smithi105.rfsypb (mgr.14180) 888 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:05:50.580 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:05:50.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:50 smithi167 bash[18945]: cluster 2024-02-08T22:05:49.279429+0000 mgr.smithi105.rfsypb (mgr.14180) 889 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:05:51.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:50 smithi105 bash[14197]: cluster 2024-02-08T22:05:49.279429+0000 mgr.smithi105.rfsypb (mgr.14180) 889 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:05:52.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:52 smithi167 bash[18945]: cluster 2024-02-08T22:05:51.281397+0000 mgr.smithi105.rfsypb (mgr.14180) 890 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:05:52.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:52 smithi167 bash[18945]: audit 2024-02-08T22:05:52.540580+0000 mon.smithi105 (mon.0) 909 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:05:53.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:52 smithi105 bash[14197]: cluster 2024-02-08T22:05:51.281397+0000 mgr.smithi105.rfsypb (mgr.14180) 890 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:05:53.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:52 smithi105 bash[14197]: audit 2024-02-08T22:05:52.540580+0000 mon.smithi105 (mon.0) 909 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:05:53.989 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:05:53.989 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:04:32.838393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:37.279041Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pyamgx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\nDeploy daemon haproxy.nfs.foo.smithi167.pyamgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.265946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jpdhxa on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\nDeploy daemon haproxy.nfs.foo.smithi105.jpdhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.269536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.wtyglf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:05:54.849 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:05:54.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:54 smithi167 bash[18945]: cluster 2024-02-08T22:05:53.282948+0000 mgr.smithi105.rfsypb (mgr.14180) 891 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:05:55.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:54 smithi105 bash[14197]: cluster 2024-02-08T22:05:53.282948+0000 mgr.smithi105.rfsypb (mgr.14180) 891 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:05:55.850 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:05:55.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:55 smithi167 bash[18945]: audit 2024-02-08T22:05:53.977716+0000 mgr.smithi105.rfsypb (mgr.14180) 892 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:05:56.047 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:55 smithi105 bash[14197]: audit 2024-02-08T22:05:53.977716+0000 mgr.smithi105.rfsypb (mgr.14180) 892 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:05:56.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:56 smithi167 bash[18945]: cluster 2024-02-08T22:05:55.284754+0000 mgr.smithi105.rfsypb (mgr.14180) 893 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:05:57.001 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:56 smithi105 bash[14197]: cluster 2024-02-08T22:05:55.284754+0000 mgr.smithi105.rfsypb (mgr.14180) 893 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:05:59.047 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:05:58 smithi167 bash[18945]: cluster 2024-02-08T22:05:57.286452+0000 mgr.smithi105.rfsypb (mgr.14180) 894 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:05:59.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:05:58 smithi105 bash[14197]: cluster 2024-02-08T22:05:57.286452+0000 mgr.smithi105.rfsypb (mgr.14180) 894 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:05:59.116 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:05:59.116 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:04:32.838393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:37.279041Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pyamgx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\nDeploy daemon haproxy.nfs.foo.smithi167.pyamgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.265946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jpdhxa on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\nDeploy daemon haproxy.nfs.foo.smithi105.jpdhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.269536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.wtyglf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:05:59.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:06:00.938 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:06:01.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:00 smithi105 bash[14197]: audit 2024-02-08T22:05:59.108781+0000 mgr.smithi105.rfsypb (mgr.14180) 895 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:06:01.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:00 smithi105 bash[14197]: cluster 2024-02-08T22:05:59.288000+0000 mgr.smithi105.rfsypb (mgr.14180) 896 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:01.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:00 smithi167 bash[18945]: audit 2024-02-08T22:05:59.108781+0000 mgr.smithi105.rfsypb (mgr.14180) 895 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:06:01.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:00 smithi167 bash[18945]: cluster 2024-02-08T22:05:59.288000+0000 mgr.smithi105.rfsypb (mgr.14180) 896 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:03.016 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:02 smithi105 bash[14197]: cluster 2024-02-08T22:06:01.289998+0000 mgr.smithi105.rfsypb (mgr.14180) 897 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:03.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:02 smithi167 bash[18945]: cluster 2024-02-08T22:06:01.289998+0000 mgr.smithi105.rfsypb (mgr.14180) 897 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:04.327 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:06:04.327 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:04:32.838393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:37.279041Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pyamgx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\nDeploy daemon haproxy.nfs.foo.smithi167.pyamgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.265946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jpdhxa on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\nDeploy daemon haproxy.nfs.foo.smithi105.jpdhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.269536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.wtyglf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:06:05.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:04 smithi105 bash[14197]: cluster 2024-02-08T22:06:03.291173+0000 mgr.smithi105.rfsypb (mgr.14180) 898 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:05.128 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:06:05.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:04 smithi167 bash[18945]: cluster 2024-02-08T22:06:03.291173+0000 mgr.smithi105.rfsypb (mgr.14180) 898 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:06.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:05 smithi105 bash[14197]: audit 2024-02-08T22:06:04.314254+0000 mgr.smithi105.rfsypb (mgr.14180) 899 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:06:06.129 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:06:06.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:05 smithi167 bash[18945]: audit 2024-02-08T22:06:04.314254+0000 mgr.smithi105.rfsypb (mgr.14180) 899 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:06:07.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:06 smithi105 bash[14197]: cluster 2024-02-08T22:06:05.293041+0000 mgr.smithi105.rfsypb (mgr.14180) 900 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:07.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:06 smithi167 bash[18945]: cluster 2024-02-08T22:06:05.293041+0000 mgr.smithi105.rfsypb (mgr.14180) 900 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:09.046 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:08 smithi167 bash[18945]: cluster 2024-02-08T22:06:07.294525+0000 mgr.smithi105.rfsypb (mgr.14180) 901 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:06:09.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:08 smithi105 bash[14197]: cluster 2024-02-08T22:06:07.294525+0000 mgr.smithi105.rfsypb (mgr.14180) 901 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:06:09.371 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:06:09.371 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:04:32.838393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:37.279041Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pyamgx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\nDeploy daemon haproxy.nfs.foo.smithi167.pyamgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.265946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jpdhxa on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\nDeploy daemon haproxy.nfs.foo.smithi105.jpdhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.269536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.wtyglf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:06:10.268 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:06:11.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:10 smithi105 bash[14197]: cluster 2024-02-08T22:06:09.296052+0000 mgr.smithi105.rfsypb (mgr.14180) 902 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:11.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:10 smithi105 bash[14197]: audit 2024-02-08T22:06:09.359255+0000 mgr.smithi105.rfsypb (mgr.14180) 903 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:06:11.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:10 smithi167 bash[18945]: cluster 2024-02-08T22:06:09.296052+0000 mgr.smithi105.rfsypb (mgr.14180) 902 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:11.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:10 smithi167 bash[18945]: audit 2024-02-08T22:06:09.359255+0000 mgr.smithi105.rfsypb (mgr.14180) 903 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:06:11.269 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:06:13.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:12 smithi105 bash[14197]: cluster 2024-02-08T22:06:11.297750+0000 mgr.smithi105.rfsypb (mgr.14180) 904 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:13.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:12 smithi167 bash[18945]: cluster 2024-02-08T22:06:11.297750+0000 mgr.smithi105.rfsypb (mgr.14180) 904 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:14.561 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:06:14.562 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:04:32.838393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:37.279041Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pyamgx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\nDeploy daemon haproxy.nfs.foo.smithi167.pyamgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.265946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jpdhxa on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\nDeploy daemon haproxy.nfs.foo.smithi105.jpdhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.269536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.wtyglf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:06:15.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:14 smithi105 bash[14197]: cluster 2024-02-08T22:06:13.298737+0000 mgr.smithi105.rfsypb (mgr.14180) 905 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:15.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:14 smithi167 bash[18945]: cluster 2024-02-08T22:06:13.298737+0000 mgr.smithi105.rfsypb (mgr.14180) 905 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:15.346 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:06:16.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:15 smithi105 bash[14197]: audit 2024-02-08T22:06:14.549961+0000 mgr.smithi105.rfsypb (mgr.14180) 906 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:06:16.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:15 smithi167 bash[18945]: audit 2024-02-08T22:06:14.549961+0000 mgr.smithi105.rfsypb (mgr.14180) 906 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:06:16.347 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:06:17.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:16 smithi167 bash[18945]: cluster 2024-02-08T22:06:15.300518+0000 mgr.smithi105.rfsypb (mgr.14180) 907 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:17.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:16 smithi105 bash[14197]: cluster 2024-02-08T22:06:15.300518+0000 mgr.smithi105.rfsypb (mgr.14180) 907 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:19.198 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:18 smithi105 bash[14197]: cluster 2024-02-08T22:06:17.302109+0000 mgr.smithi105.rfsypb (mgr.14180) 908 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:06:19.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:18 smithi167 bash[18945]: cluster 2024-02-08T22:06:17.302109+0000 mgr.smithi105.rfsypb (mgr.14180) 908 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:06:19.623 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:06:19.624 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:04:32.838393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:37.279041Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pyamgx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\nDeploy daemon haproxy.nfs.foo.smithi167.pyamgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.265946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jpdhxa on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\nDeploy daemon haproxy.nfs.foo.smithi105.jpdhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.269536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.wtyglf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:06:20.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:06:21.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:20 smithi167 bash[18945]: cluster 2024-02-08T22:06:19.303211+0000 mgr.smithi105.rfsypb (mgr.14180) 909 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:21.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:20 smithi167 bash[18945]: audit 2024-02-08T22:06:19.610318+0000 mgr.smithi105.rfsypb (mgr.14180) 910 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:06:21.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:20 smithi105 bash[14197]: cluster 2024-02-08T22:06:19.303211+0000 mgr.smithi105.rfsypb (mgr.14180) 909 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:21.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:20 smithi105 bash[14197]: audit 2024-02-08T22:06:19.610318+0000 mgr.smithi105.rfsypb (mgr.14180) 910 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:06:21.421 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:06:22.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:21 smithi105 bash[14197]: cluster 2024-02-08T22:06:21.305197+0000 mgr.smithi105.rfsypb (mgr.14180) 911 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:22.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:21 smithi167 bash[18945]: cluster 2024-02-08T22:06:21.305197+0000 mgr.smithi105.rfsypb (mgr.14180) 911 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:24.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:24 smithi167 bash[18945]: cluster 2024-02-08T22:06:23.306357+0000 mgr.smithi105.rfsypb (mgr.14180) 912 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:24.769 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:06:24.769 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:04:32.838393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:37.279041Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pyamgx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\nDeploy daemon haproxy.nfs.foo.smithi167.pyamgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.265946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jpdhxa on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\nDeploy daemon haproxy.nfs.foo.smithi105.jpdhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.269536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.wtyglf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:06:24.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:24 smithi105 bash[14197]: cluster 2024-02-08T22:06:23.306357+0000 mgr.smithi105.rfsypb (mgr.14180) 912 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:25.590 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:06:25.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:25 smithi167 bash[18945]: audit 2024-02-08T22:06:24.757605+0000 mgr.smithi105.rfsypb (mgr.14180) 913 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:06:25.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:25 smithi105 bash[14197]: audit 2024-02-08T22:06:24.757605+0000 mgr.smithi105.rfsypb (mgr.14180) 913 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:06:26.591 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:06:26.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:26 smithi167 bash[18945]: cluster 2024-02-08T22:06:25.308129+0000 mgr.smithi105.rfsypb (mgr.14180) 914 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:26.786 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:26 smithi105 bash[14197]: cluster 2024-02-08T22:06:25.308129+0000 mgr.smithi105.rfsypb (mgr.14180) 914 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:28.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:28 smithi167 bash[18945]: cluster 2024-02-08T22:06:27.309780+0000 mgr.smithi105.rfsypb (mgr.14180) 915 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:06:28.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:28 smithi105 bash[14197]: cluster 2024-02-08T22:06:27.309780+0000 mgr.smithi105.rfsypb (mgr.14180) 915 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:06:29.838 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:06:29.838 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:04:32.838393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:37.279041Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pyamgx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\nDeploy daemon haproxy.nfs.foo.smithi167.pyamgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.265946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jpdhxa on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\nDeploy daemon haproxy.nfs.foo.smithi105.jpdhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.269536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.wtyglf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:06:30.635 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:06:30.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:30 smithi167 bash[18945]: cluster 2024-02-08T22:06:29.311120+0000 mgr.smithi105.rfsypb (mgr.14180) 916 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:30.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:30 smithi105 bash[14197]: cluster 2024-02-08T22:06:29.311120+0000 mgr.smithi105.rfsypb (mgr.14180) 916 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:31.636 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:06:31.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:31 smithi167 bash[18945]: audit 2024-02-08T22:06:29.825686+0000 mgr.smithi105.rfsypb (mgr.14180) 917 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:06:31.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:31 smithi105 bash[14197]: audit 2024-02-08T22:06:29.825686+0000 mgr.smithi105.rfsypb (mgr.14180) 917 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:06:32.670 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:32 smithi105 bash[14197]: cluster 2024-02-08T22:06:31.313063+0000 mgr.smithi105.rfsypb (mgr.14180) 918 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:32.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:32 smithi167 bash[18945]: cluster 2024-02-08T22:06:31.313063+0000 mgr.smithi105.rfsypb (mgr.14180) 918 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:34.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:34 smithi167 bash[18945]: cluster 2024-02-08T22:06:33.313778+0000 mgr.smithi105.rfsypb (mgr.14180) 919 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:34.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:34 smithi105 bash[14197]: cluster 2024-02-08T22:06:33.313778+0000 mgr.smithi105.rfsypb (mgr.14180) 919 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:34.907 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:06:34.908 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:04:32.838393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:37.279041Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pyamgx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\nDeploy daemon haproxy.nfs.foo.smithi167.pyamgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.265946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jpdhxa on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\nDeploy daemon haproxy.nfs.foo.smithi105.jpdhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.269536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.wtyglf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:06:35.725 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:06:36.726 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:06:36.739 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:36 smithi105 bash[14197]: audit 2024-02-08T22:06:34.895787+0000 mgr.smithi105.rfsypb (mgr.14180) 920 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:06:36.739 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:36 smithi105 bash[14197]: cluster 2024-02-08T22:06:35.314659+0000 mgr.smithi105.rfsypb (mgr.14180) 921 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:36.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:36 smithi167 bash[18945]: audit 2024-02-08T22:06:34.895787+0000 mgr.smithi105.rfsypb (mgr.14180) 920 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:06:36.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:36 smithi167 bash[18945]: cluster 2024-02-08T22:06:35.314659+0000 mgr.smithi105.rfsypb (mgr.14180) 921 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:38.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:38 smithi105 bash[14197]: cluster 2024-02-08T22:06:37.316212+0000 mgr.smithi105.rfsypb (mgr.14180) 922 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:06:38.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:38 smithi167 bash[18945]: cluster 2024-02-08T22:06:37.316212+0000 mgr.smithi105.rfsypb (mgr.14180) 922 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:06:40.047 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:06:40.047 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:04:32.838393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:37.279041Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pyamgx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\nDeploy daemon haproxy.nfs.foo.smithi167.pyamgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.265946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jpdhxa on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\nDeploy daemon haproxy.nfs.foo.smithi105.jpdhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.269536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.wtyglf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:06:40.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:40 smithi105 bash[14197]: cluster 2024-02-08T22:06:39.317111+0000 mgr.smithi105.rfsypb (mgr.14180) 923 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:40.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:40 smithi167 bash[18945]: cluster 2024-02-08T22:06:39.317111+0000 mgr.smithi105.rfsypb (mgr.14180) 923 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:40.869 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:06:41.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:41 smithi167 bash[18945]: audit 2024-02-08T22:06:40.040239+0000 mgr.smithi105.rfsypb (mgr.14180) 924 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:06:41.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:41 smithi167 bash[18945]: audit 2024-02-08T22:06:41.276853+0000 mon.smithi105 (mon.0) 910 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:06:41.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:41 smithi105 bash[14197]: audit 2024-02-08T22:06:40.040239+0000 mgr.smithi105.rfsypb (mgr.14180) 924 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:06:41.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:41 smithi105 bash[14197]: audit 2024-02-08T22:06:41.276853+0000 mon.smithi105 (mon.0) 910 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:06:41.871 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:06:42.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:42 smithi105 bash[14197]: cluster 2024-02-08T22:06:41.318972+0000 mgr.smithi105.rfsypb (mgr.14180) 925 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:42.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:42 smithi105 bash[14197]: audit 2024-02-08T22:06:41.555051+0000 mon.smithi105 (mon.0) 911 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:06:42.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:42 smithi167 bash[18945]: cluster 2024-02-08T22:06:41.318972+0000 mgr.smithi105.rfsypb (mgr.14180) 925 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:42.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:42 smithi167 bash[18945]: audit 2024-02-08T22:06:41.555051+0000 mon.smithi105 (mon.0) 911 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:06:44.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:44 smithi105 bash[14197]: cluster 2024-02-08T22:06:43.320277+0000 mgr.smithi105.rfsypb (mgr.14180) 926 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:44.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:44 smithi167 bash[18945]: cluster 2024-02-08T22:06:43.320277+0000 mgr.smithi105.rfsypb (mgr.14180) 926 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:45.267 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:06:45.267 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:56:17.500282Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:04:32.838393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:37.279041Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pyamgx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\nDeploy daemon haproxy.nfs.foo.smithi167.pyamgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.265946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jpdhxa on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\nDeploy daemon haproxy.nfs.foo.smithi105.jpdhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.269536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.wtyglf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:56:17.500583Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:56:17.500774Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:56:17.500948Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:56:17.501194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:56:17.501955Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:06:46.059 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:06:46.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:46 smithi167 bash[18945]: audit 2024-02-08T22:06:45.254629+0000 mgr.smithi105.rfsypb (mgr.14180) 927 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:06:46.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:46 smithi167 bash[18945]: cluster 2024-02-08T22:06:45.321556+0000 mgr.smithi105.rfsypb (mgr.14180) 928 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:47.060 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:06:47.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:46 smithi105 bash[14197]: audit 2024-02-08T22:06:45.254629+0000 mgr.smithi105.rfsypb (mgr.14180) 927 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:06:47.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:46 smithi105 bash[14197]: cluster 2024-02-08T22:06:45.321556+0000 mgr.smithi105.rfsypb (mgr.14180) 928 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:06:48.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:47 smithi105 bash[14197]: audit 2024-02-08T22:06:46.788861+0000 mon.smithi105 (mon.0) 912 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:06:48.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:47 smithi105 bash[14197]: audit 2024-02-08T22:06:47.085810+0000 mon.smithi105 (mon.0) 913 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:06:48.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:47 smithi105 bash[14197]: audit 2024-02-08T22:06:47.087699+0000 mon.smithi105 (mon.0) 914 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:06:48.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:47 smithi105 bash[14197]: audit 2024-02-08T22:06:47.096017+0000 mon.smithi105 (mon.0) 915 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:06:48.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:47 smithi105 bash[14197]: audit 2024-02-08T22:06:47.106011+0000 mon.smithi105 (mon.0) 916 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:06:48.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:47 smithi105 bash[14197]: audit 2024-02-08T22:06:47.119309+0000 mon.smithi105 (mon.0) 917 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:06:48.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:47 smithi167 bash[18945]: audit 2024-02-08T22:06:46.788861+0000 mon.smithi105 (mon.0) 912 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:06:48.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:47 smithi167 bash[18945]: audit 2024-02-08T22:06:47.085810+0000 mon.smithi105 (mon.0) 913 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:06:48.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:47 smithi167 bash[18945]: audit 2024-02-08T22:06:47.087699+0000 mon.smithi105 (mon.0) 914 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:06:48.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:47 smithi167 bash[18945]: audit 2024-02-08T22:06:47.096017+0000 mon.smithi105 (mon.0) 915 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:06:48.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:47 smithi167 bash[18945]: audit 2024-02-08T22:06:47.106011+0000 mon.smithi105 (mon.0) 916 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:06:48.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:47 smithi167 bash[18945]: audit 2024-02-08T22:06:47.119309+0000 mon.smithi105 (mon.0) 917 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:06:49.047 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:48 smithi167 bash[18945]: cluster 2024-02-08T22:06:47.097271+0000 mgr.smithi105.rfsypb (mgr.14180) 929 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-08T22:06:49.047 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:48 smithi167 bash[18945]: cephadm 2024-02-08T22:06:47.123359+0000 mgr.smithi105.rfsypb (mgr.14180) 930 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.aexhhn on smithi167 2024-02-08T22:06:49.047 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:48 smithi167 bash[18945]: cluster 2024-02-08T22:06:48.092209+0000 mon.smithi105 (mon.0) 918 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:06:49.047 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:48 smithi167 bash[18945]: cluster 2024-02-08T22:06:48.092267+0000 mon.smithi105 (mon.0) 919 : cluster [INF] Cluster is now healthy 2024-02-08T22:06:49.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:48 smithi105 bash[14197]: cluster 2024-02-08T22:06:47.097271+0000 mgr.smithi105.rfsypb (mgr.14180) 929 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-08T22:06:49.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:48 smithi105 bash[14197]: cephadm 2024-02-08T22:06:47.123359+0000 mgr.smithi105.rfsypb (mgr.14180) 930 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.aexhhn on smithi167 2024-02-08T22:06:49.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:48 smithi105 bash[14197]: cluster 2024-02-08T22:06:48.092209+0000 mon.smithi105 (mon.0) 918 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:06:49.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:48 smithi105 bash[14197]: cluster 2024-02-08T22:06:48.092267+0000 mon.smithi105 (mon.0) 919 : cluster [INF] Cluster is now healthy 2024-02-08T22:06:50.508 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:06:50.508 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:57:34.376883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:04:32.838393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.pjmchq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:37.279041Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pyamgx on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pyamgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pyamgx\nDeploy daemon haproxy.nfs.foo.smithi167.pyamgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.265946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jpdhxa on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-jpdhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.jpdhxa\nDeploy daemon haproxy.nfs.foo.smithi105.jpdhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:05:41.269536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.wtyglf on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:57:34.376377Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:57:34.375961Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:57:34.377371Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:57:34.377826Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:57:34.378807Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:06:50.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:50 smithi105 bash[14197]: cluster 2024-02-08T22:06:49.097964+0000 mgr.smithi105.rfsypb (mgr.14180) 931 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-08T22:06:50.980 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:50 smithi167 bash[18945]: cluster 2024-02-08T22:06:49.097964+0000 mgr.smithi105.rfsypb (mgr.14180) 931 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-08T22:06:51.287 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:06:52.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:51 smithi105 bash[14197]: audit 2024-02-08T22:06:50.500047+0000 mgr.smithi105.rfsypb (mgr.14180) 932 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:06:52.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:51 smithi105 bash[14197]: audit 2024-02-08T22:06:51.051121+0000 mon.smithi105 (mon.0) 920 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.aexhhn"}]: dispatch 2024-02-08T22:06:52.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:51 smithi167 bash[18945]: audit 2024-02-08T22:06:50.500047+0000 mgr.smithi105.rfsypb (mgr.14180) 932 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:06:52.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:51 smithi167 bash[18945]: audit 2024-02-08T22:06:51.051121+0000 mon.smithi105 (mon.0) 920 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.aexhhn"}]: dispatch 2024-02-08T22:06:52.287 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:06:53.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: cephadm 2024-02-08T22:06:51.049914+0000 mgr.smithi105.rfsypb (mgr.14180) 933 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn 2024-02-08T22:06:53.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:06:53.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn 2024-02-08T22:06:53.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn 2024-02-08T22:06:53.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:06:53.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn 2024-02-08T22:06:53.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.aexhhn ... 2024-02-08T22:06:53.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:06:53.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:06:53.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:06:53.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:06:53.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:06:53.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:06:53.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:06:53.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:06:53.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:06:53.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:06:53.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn 2024-02-08T22:06:53.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:06:53.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn 2024-02-08T22:06:53.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn 2024-02-08T22:06:53.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:06:53.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn 2024-02-08T22:06:53.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.aexhhn ... 2024-02-08T22:06:53.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:06:53.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:06:53.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:06:53.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:06:53.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:06:53.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: cephadm 2024-02-08T22:06:51.050432+0000 mgr.smithi105.rfsypb (mgr.14180) 934 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.aexhhn 2024-02-08T22:06:53.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: cephadm 2024-02-08T22:06:51.053200+0000 mgr.smithi105.rfsypb (mgr.14180) 935 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.aexhhn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn 2024-02-08T22:06:53.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:06:53.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn 2024-02-08T22:06:53.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn 2024-02-08T22:06:53.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:06:53.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn 2024-02-08T22:06:53.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.aexhhn ... 2024-02-08T22:06:53.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:06:53.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:06:53.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:06:53.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:06:53.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:06:53.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: cephadm 2024-02-08T22:06:51.057678+0000 mgr.smithi105.rfsypb (mgr.14180) 936 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.fqiypf on smithi105 2024-02-08T22:06:53.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: cluster 2024-02-08T22:06:51.099813+0000 mgr.smithi105.rfsypb (mgr.14180) 937 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-08T22:06:53.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:52 smithi105 bash[14197]: audit 2024-02-08T22:06:52.539930+0000 mon.smithi105 (mon.0) 921 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:06:53.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: cephadm 2024-02-08T22:06:51.049914+0000 mgr.smithi105.rfsypb (mgr.14180) 933 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn 2024-02-08T22:06:53.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:06:53.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn 2024-02-08T22:06:53.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn 2024-02-08T22:06:53.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:06:53.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn 2024-02-08T22:06:53.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.aexhhn ... 2024-02-08T22:06:53.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:06:53.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:06:53.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:06:53.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:06:53.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:06:53.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:06:53.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:06:53.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:06:53.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:06:53.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:06:53.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn 2024-02-08T22:06:53.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:06:53.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn 2024-02-08T22:06:53.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn 2024-02-08T22:06:53.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:06:53.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn 2024-02-08T22:06:53.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.aexhhn ... 2024-02-08T22:06:53.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:06:53.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:06:53.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:06:53.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:06:53.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:06:53.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: cephadm 2024-02-08T22:06:51.050432+0000 mgr.smithi105.rfsypb (mgr.14180) 934 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.aexhhn 2024-02-08T22:06:53.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: cephadm 2024-02-08T22:06:51.053200+0000 mgr.smithi105.rfsypb (mgr.14180) 935 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.aexhhn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn 2024-02-08T22:06:53.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:06:53.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn 2024-02-08T22:06:53.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn 2024-02-08T22:06:53.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:06:53.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn 2024-02-08T22:06:53.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.aexhhn ... 2024-02-08T22:06:53.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:06:53.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:06:53.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:06:53.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:06:53.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:06:53.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: cephadm 2024-02-08T22:06:51.057678+0000 mgr.smithi105.rfsypb (mgr.14180) 936 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.fqiypf on smithi105 2024-02-08T22:06:53.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: cluster 2024-02-08T22:06:51.099813+0000 mgr.smithi105.rfsypb (mgr.14180) 937 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-08T22:06:53.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:52 smithi167 bash[18945]: audit 2024-02-08T22:06:52.539930+0000 mon.smithi105 (mon.0) 921 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:06:55.174 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:54 smithi105 bash[14197]: cluster 2024-02-08T22:06:53.100782+0000 mgr.smithi105.rfsypb (mgr.14180) 938 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-08T22:06:55.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:54 smithi167 bash[18945]: cluster 2024-02-08T22:06:53.100782+0000 mgr.smithi105.rfsypb (mgr.14180) 938 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-08T22:06:55.822 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:06:55.822 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:57:34.376883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:51.052896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.aexhhn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\nDeploy daemon haproxy.nfs.foo.smithi167.aexhhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.203861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fqiypf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\nDeploy daemon haproxy.nfs.foo.smithi105.fqiypf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.206031Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kejfdp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:57:34.376377Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:57:34.375961Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:57:34.377371Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:57:34.377826Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:57:34.378807Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:06:56.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:55 smithi167 bash[18945]: audit 2024-02-08T22:06:55.202827+0000 mon.smithi105 (mon.0) 922 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.fqiypf"}]: dispatch 2024-02-08T22:06:56.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:55 smithi167 bash[18945]: audit 2024-02-08T22:06:55.753430+0000 mon.smithi105 (mon.0) 923 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:06:56.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:55 smithi105 bash[14197]: audit 2024-02-08T22:06:55.202827+0000 mon.smithi105 (mon.0) 922 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.fqiypf"}]: dispatch 2024-02-08T22:06:56.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:55 smithi105 bash[14197]: audit 2024-02-08T22:06:55.753430+0000 mon.smithi105 (mon.0) 923 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:06:56.722 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:06:57.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: cluster 2024-02-08T22:06:55.101804+0000 mgr.smithi105.rfsypb (mgr.14180) 939 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-08T22:06:57.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: cephadm 2024-02-08T22:06:55.201997+0000 mgr.smithi105.rfsypb (mgr.14180) 940 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf 2024-02-08T22:06:57.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:06:57.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf 2024-02-08T22:06:57.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf 2024-02-08T22:06:57.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:06:57.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf 2024-02-08T22:06:57.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.fqiypf ... 2024-02-08T22:06:57.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:06:57.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:06:57.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:06:57.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:06:57.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:06:57.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:06:57.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:06:57.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:06:57.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:06:57.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:06:57.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf 2024-02-08T22:06:57.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:06:57.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf 2024-02-08T22:06:57.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf 2024-02-08T22:06:57.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:06:57.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf 2024-02-08T22:06:57.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.fqiypf ... 2024-02-08T22:06:57.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:06:57.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:06:57.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:06:57.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:06:57.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:06:57.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: cephadm 2024-02-08T22:06:55.202262+0000 mgr.smithi105.rfsypb (mgr.14180) 941 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.fqiypf 2024-02-08T22:06:57.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: cephadm 2024-02-08T22:06:55.204020+0000 mgr.smithi105.rfsypb (mgr.14180) 942 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.fqiypf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf 2024-02-08T22:06:57.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:06:57.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf 2024-02-08T22:06:57.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf 2024-02-08T22:06:57.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:06:57.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf 2024-02-08T22:06:57.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.fqiypf ... 2024-02-08T22:06:57.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:06:57.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:06:57.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:06:57.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:06:57.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:06:57.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: cephadm 2024-02-08T22:06:55.206143+0000 mgr.smithi105.rfsypb (mgr.14180) 943 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.kejfdp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:06:57.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: cephadm 2024-02-08T22:06:55.208084+0000 mgr.smithi105.rfsypb (mgr.14180) 944 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:06:57.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: cluster 2024-02-08T22:06:55.209647+0000 mgr.smithi105.rfsypb (mgr.14180) 945 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-02-08T22:06:57.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: audit 2024-02-08T22:06:55.810550+0000 mgr.smithi105.rfsypb (mgr.14180) 946 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:06:57.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:56 smithi105 bash[14197]: cluster 2024-02-08T22:06:55.814550+0000 mon.smithi105 (mon.0) 924 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:06:57.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: cluster 2024-02-08T22:06:55.101804+0000 mgr.smithi105.rfsypb (mgr.14180) 939 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-08T22:06:57.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: cephadm 2024-02-08T22:06:55.201997+0000 mgr.smithi105.rfsypb (mgr.14180) 940 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf 2024-02-08T22:06:57.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:06:57.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf 2024-02-08T22:06:57.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf 2024-02-08T22:06:57.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:06:57.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf 2024-02-08T22:06:57.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.fqiypf ... 2024-02-08T22:06:57.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:06:57.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:06:57.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:06:57.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:06:57.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:06:57.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:06:57.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:06:57.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:06:57.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:06:57.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:06:57.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf 2024-02-08T22:06:57.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:06:57.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf 2024-02-08T22:06:57.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf 2024-02-08T22:06:57.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:06:57.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf 2024-02-08T22:06:57.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.fqiypf ... 2024-02-08T22:06:57.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:06:57.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:06:57.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:06:57.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:06:57.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:06:57.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: cephadm 2024-02-08T22:06:55.202262+0000 mgr.smithi105.rfsypb (mgr.14180) 941 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.fqiypf 2024-02-08T22:06:57.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: cephadm 2024-02-08T22:06:55.204020+0000 mgr.smithi105.rfsypb (mgr.14180) 942 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.fqiypf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf 2024-02-08T22:06:57.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:06:57.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf 2024-02-08T22:06:57.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf 2024-02-08T22:06:57.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:06:57.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf 2024-02-08T22:06:57.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.fqiypf ... 2024-02-08T22:06:57.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:06:57.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:06:57.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:06:57.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:06:57.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:06:57.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: cephadm 2024-02-08T22:06:55.206143+0000 mgr.smithi105.rfsypb (mgr.14180) 943 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.kejfdp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:06:57.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: cephadm 2024-02-08T22:06:55.208084+0000 mgr.smithi105.rfsypb (mgr.14180) 944 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:06:57.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: cluster 2024-02-08T22:06:55.209647+0000 mgr.smithi105.rfsypb (mgr.14180) 945 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-02-08T22:06:57.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: audit 2024-02-08T22:06:55.810550+0000 mgr.smithi105.rfsypb (mgr.14180) 946 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:06:57.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:56 smithi167 bash[18945]: cluster 2024-02-08T22:06:55.814550+0000 mon.smithi105 (mon.0) 924 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:06:57.724 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:06:58.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:06:57 smithi105 bash[14197]: cluster 2024-02-08T22:06:57.211257+0000 mgr.smithi105.rfsypb (mgr.14180) 947 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:06:58.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:06:57 smithi167 bash[18945]: cluster 2024-02-08T22:06:57.211257+0000 mgr.smithi105.rfsypb (mgr.14180) 947 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:07:00.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:00 smithi105 bash[14197]: cluster 2024-02-08T22:06:59.212104+0000 mgr.smithi105.rfsypb (mgr.14180) 948 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:07:00.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:00 smithi167 bash[18945]: cluster 2024-02-08T22:06:59.212104+0000 mgr.smithi105.rfsypb (mgr.14180) 948 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:07:01.154 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:07:01.155 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:57:34.376883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:51.052896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.aexhhn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\nDeploy daemon haproxy.nfs.foo.smithi167.aexhhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.203861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fqiypf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\nDeploy daemon haproxy.nfs.foo.smithi105.fqiypf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.206031Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kejfdp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:57:34.376377Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:57:34.375961Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:57:34.377371Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:57:34.377826Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:57:34.378807Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:07:01.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:07:02.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:02 smithi105 bash[14197]: audit 2024-02-08T22:07:01.145914+0000 mgr.smithi105.rfsypb (mgr.14180) 949 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:07:02.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:02 smithi105 bash[14197]: cluster 2024-02-08T22:07:01.213414+0000 mgr.smithi105.rfsypb (mgr.14180) 950 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:07:02.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:02 smithi167 bash[18945]: audit 2024-02-08T22:07:01.145914+0000 mgr.smithi105.rfsypb (mgr.14180) 949 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:07:02.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:02 smithi167 bash[18945]: cluster 2024-02-08T22:07:01.213414+0000 mgr.smithi105.rfsypb (mgr.14180) 950 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:07:02.951 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:07:04.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:04 smithi105 bash[14197]: cluster 2024-02-08T22:07:03.214622+0000 mgr.smithi105.rfsypb (mgr.14180) 951 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:07:04.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:04 smithi167 bash[18945]: cluster 2024-02-08T22:07:03.214622+0000 mgr.smithi105.rfsypb (mgr.14180) 951 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:07:05.974 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:07:05.975 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:57:34.376883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:51.052896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.aexhhn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\nDeploy daemon haproxy.nfs.foo.smithi167.aexhhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.203861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fqiypf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\nDeploy daemon haproxy.nfs.foo.smithi105.fqiypf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.206031Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kejfdp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:57:34.376377Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:57:34.375961Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:57:34.377371Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:57:34.377826Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:57:34.378807Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:07:06.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:06 smithi105 bash[14197]: cluster 2024-02-08T22:07:05.216436+0000 mgr.smithi105.rfsypb (mgr.14180) 952 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:07:06.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:06 smithi167 bash[18945]: cluster 2024-02-08T22:07:05.216436+0000 mgr.smithi105.rfsypb (mgr.14180) 952 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:07:06.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:07:07.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:07 smithi105 bash[14197]: audit 2024-02-08T22:07:05.967497+0000 mgr.smithi105.rfsypb (mgr.14180) 953 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:07:07.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:07 smithi167 bash[18945]: audit 2024-02-08T22:07:05.967497+0000 mgr.smithi105.rfsypb (mgr.14180) 953 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:07:07.768 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:07:08.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:08 smithi105 bash[14197]: cluster 2024-02-08T22:07:07.218065+0000 mgr.smithi105.rfsypb (mgr.14180) 954 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:07:08.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:08 smithi105 bash[14197]: audit 2024-02-08T22:07:07.543963+0000 mon.smithi105 (mon.0) 925 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:07:08.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:08 smithi167 bash[18945]: cluster 2024-02-08T22:07:07.218065+0000 mgr.smithi105.rfsypb (mgr.14180) 954 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:07:08.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:08 smithi167 bash[18945]: audit 2024-02-08T22:07:07.543963+0000 mon.smithi105 (mon.0) 925 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:07:10.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:10 smithi105 bash[14197]: cluster 2024-02-08T22:07:09.218947+0000 mgr.smithi105.rfsypb (mgr.14180) 955 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:10.824 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:07:10.824 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:57:34.376883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:51.052896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.aexhhn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\nDeploy daemon haproxy.nfs.foo.smithi167.aexhhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.203861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fqiypf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\nDeploy daemon haproxy.nfs.foo.smithi105.fqiypf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.206031Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kejfdp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:57:34.376377Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:57:34.375961Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:57:34.377371Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:57:34.377826Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:57:34.378807Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:07:10.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:10 smithi167 bash[18945]: cluster 2024-02-08T22:07:09.218947+0000 mgr.smithi105.rfsypb (mgr.14180) 955 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:11.713 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:07:11.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:11 smithi105 bash[14197]: audit 2024-02-08T22:07:10.811122+0000 mgr.smithi105.rfsypb (mgr.14180) 956 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:07:11.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:11 smithi167 bash[18945]: audit 2024-02-08T22:07:10.811122+0000 mgr.smithi105.rfsypb (mgr.14180) 956 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:07:12.714 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:07:12.911 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:12 smithi105 bash[14197]: cluster 2024-02-08T22:07:11.219975+0000 mgr.smithi105.rfsypb (mgr.14180) 957 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:12.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:12 smithi167 bash[18945]: cluster 2024-02-08T22:07:11.219975+0000 mgr.smithi105.rfsypb (mgr.14180) 957 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:14.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:14 smithi167 bash[18945]: cluster 2024-02-08T22:07:13.221184+0000 mgr.smithi105.rfsypb (mgr.14180) 958 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:15.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:14 smithi105 bash[14197]: cluster 2024-02-08T22:07:13.221184+0000 mgr.smithi105.rfsypb (mgr.14180) 958 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:15.942 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:07:15.942 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:57:34.376883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:51.052896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.aexhhn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\nDeploy daemon haproxy.nfs.foo.smithi167.aexhhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.203861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fqiypf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\nDeploy daemon haproxy.nfs.foo.smithi105.fqiypf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.206031Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kejfdp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:57:34.376377Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:57:34.375961Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:57:34.377371Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:57:34.377826Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:57:34.378807Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:07:16.718 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:07:16.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:16 smithi167 bash[18945]: cluster 2024-02-08T22:07:15.222848+0000 mgr.smithi105.rfsypb (mgr.14180) 959 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:17.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:16 smithi105 bash[14197]: cluster 2024-02-08T22:07:15.222848+0000 mgr.smithi105.rfsypb (mgr.14180) 959 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:17.719 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:07:17.916 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:17 smithi105 bash[14197]: audit 2024-02-08T22:07:15.930001+0000 mgr.smithi105.rfsypb (mgr.14180) 960 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:07:17.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:17 smithi167 bash[18945]: audit 2024-02-08T22:07:15.930001+0000 mgr.smithi105.rfsypb (mgr.14180) 960 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:07:18.901 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:18 smithi105 bash[14197]: cluster 2024-02-08T22:07:17.224544+0000 mgr.smithi105.rfsypb (mgr.14180) 961 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:07:18.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:18 smithi167 bash[18945]: cluster 2024-02-08T22:07:17.224544+0000 mgr.smithi105.rfsypb (mgr.14180) 961 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:07:20.424 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:20 smithi105 bash[14197]: cluster 2024-02-08T22:07:19.226185+0000 mgr.smithi105.rfsypb (mgr.14180) 962 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:20.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:20 smithi167 bash[18945]: cluster 2024-02-08T22:07:19.226185+0000 mgr.smithi105.rfsypb (mgr.14180) 962 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:20.832 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:07:20.832 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:57:34.376883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:51.052896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.aexhhn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\nDeploy daemon haproxy.nfs.foo.smithi167.aexhhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.203861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fqiypf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\nDeploy daemon haproxy.nfs.foo.smithi105.fqiypf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.206031Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kejfdp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:57:34.376377Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:57:34.375961Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:57:34.377371Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:57:34.377826Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:57:34.378807Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:07:21.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:21 smithi105 bash[14197]: audit 2024-02-08T22:07:20.824722+0000 mgr.smithi105.rfsypb (mgr.14180) 963 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:07:21.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:21 smithi167 bash[18945]: audit 2024-02-08T22:07:20.824722+0000 mgr.smithi105.rfsypb (mgr.14180) 963 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:07:21.586 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:07:22.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:22 smithi167 bash[18945]: cluster 2024-02-08T22:07:21.227254+0000 mgr.smithi105.rfsypb (mgr.14180) 964 : 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 2024-02-08T22:07:22.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:22 smithi105 bash[14197]: cluster 2024-02-08T22:07:21.227254+0000 mgr.smithi105.rfsypb (mgr.14180) 964 : 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 2024-02-08T22:07:22.587 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:07:24.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:24 smithi105 bash[14197]: cluster 2024-02-08T22:07:23.227913+0000 mgr.smithi105.rfsypb (mgr.14180) 965 : 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 2024-02-08T22:07:24.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:24 smithi167 bash[18945]: cluster 2024-02-08T22:07:23.227913+0000 mgr.smithi105.rfsypb (mgr.14180) 965 : 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 2024-02-08T22:07:25.700 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:07:25.701 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:57:34.376883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:51.052896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.aexhhn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\nDeploy daemon haproxy.nfs.foo.smithi167.aexhhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.203861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fqiypf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\nDeploy daemon haproxy.nfs.foo.smithi105.fqiypf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.206031Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kejfdp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:57:34.376377Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:57:34.375961Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:57:34.377371Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:57:34.377826Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:57:34.378807Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:07:26.445 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:07:26.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:26 smithi105 bash[14197]: cluster 2024-02-08T22:07:25.228992+0000 mgr.smithi105.rfsypb (mgr.14180) 966 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:26.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:26 smithi105 bash[14197]: audit 2024-02-08T22:07:25.687467+0000 mgr.smithi105.rfsypb (mgr.14180) 967 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:07:26.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:26 smithi167 bash[18945]: cluster 2024-02-08T22:07:25.228992+0000 mgr.smithi105.rfsypb (mgr.14180) 966 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:26.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:26 smithi167 bash[18945]: audit 2024-02-08T22:07:25.687467+0000 mgr.smithi105.rfsypb (mgr.14180) 967 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:07:27.446 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:07:28.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:28 smithi105 bash[14197]: cluster 2024-02-08T22:07:27.230701+0000 mgr.smithi105.rfsypb (mgr.14180) 968 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:07:28.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:28 smithi167 bash[18945]: cluster 2024-02-08T22:07:27.230701+0000 mgr.smithi105.rfsypb (mgr.14180) 968 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:07:30.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:30 smithi105 bash[14197]: cluster 2024-02-08T22:07:29.232295+0000 mgr.smithi105.rfsypb (mgr.14180) 969 : 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 2024-02-08T22:07:30.653 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:07:30.653 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:57:34.376883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:51.052896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.aexhhn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\nDeploy daemon haproxy.nfs.foo.smithi167.aexhhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.203861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fqiypf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\nDeploy daemon haproxy.nfs.foo.smithi105.fqiypf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.206031Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kejfdp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:57:34.376377Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:57:34.375961Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:57:34.377371Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:57:34.377826Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:57:34.378807Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:07:30.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:30 smithi167 bash[18945]: cluster 2024-02-08T22:07:29.232295+0000 mgr.smithi105.rfsypb (mgr.14180) 969 : 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 2024-02-08T22:07:31.469 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:07:31.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:31 smithi167 bash[18945]: audit 2024-02-08T22:07:30.640278+0000 mgr.smithi105.rfsypb (mgr.14180) 970 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:07:31.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:31 smithi105 bash[14197]: audit 2024-02-08T22:07:30.640278+0000 mgr.smithi105.rfsypb (mgr.14180) 970 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:07:32.470 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:07:32.696 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:32 smithi105 bash[14197]: cluster 2024-02-08T22:07:31.234273+0000 mgr.smithi105.rfsypb (mgr.14180) 971 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:32.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:32 smithi167 bash[18945]: cluster 2024-02-08T22:07:31.234273+0000 mgr.smithi105.rfsypb (mgr.14180) 971 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:34.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:34 smithi167 bash[18945]: cluster 2024-02-08T22:07:33.235533+0000 mgr.smithi105.rfsypb (mgr.14180) 972 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:34.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:34 smithi105 bash[14197]: cluster 2024-02-08T22:07:33.235533+0000 mgr.smithi105.rfsypb (mgr.14180) 972 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:35.584 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:07:35.585 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:57:34.376883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:51.052896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.aexhhn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\nDeploy daemon haproxy.nfs.foo.smithi167.aexhhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.203861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fqiypf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\nDeploy daemon haproxy.nfs.foo.smithi105.fqiypf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.206031Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kejfdp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:57:34.376377Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:57:34.375961Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:57:34.377371Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:57:34.377826Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:57:34.378807Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:07:36.435 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:07:36.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:36 smithi167 bash[18945]: cluster 2024-02-08T22:07:35.237339+0000 mgr.smithi105.rfsypb (mgr.14180) 973 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:36.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:36 smithi167 bash[18945]: audit 2024-02-08T22:07:35.571484+0000 mgr.smithi105.rfsypb (mgr.14180) 974 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:07:36.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:36 smithi105 bash[14197]: cluster 2024-02-08T22:07:35.237339+0000 mgr.smithi105.rfsypb (mgr.14180) 973 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:36.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:36 smithi105 bash[14197]: audit 2024-02-08T22:07:35.571484+0000 mgr.smithi105.rfsypb (mgr.14180) 974 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:07:37.436 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:07:38.620 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:38 smithi105 bash[14197]: cluster 2024-02-08T22:07:37.238837+0000 mgr.smithi105.rfsypb (mgr.14180) 975 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:07:38.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:38 smithi167 bash[18945]: cluster 2024-02-08T22:07:37.238837+0000 mgr.smithi105.rfsypb (mgr.14180) 975 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:07:40.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:40 smithi167 bash[18945]: cluster 2024-02-08T22:07:39.240253+0000 mgr.smithi105.rfsypb (mgr.14180) 976 : 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 2024-02-08T22:07:40.752 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:07:40.752 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:57:34.376883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:51.052896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.aexhhn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\nDeploy daemon haproxy.nfs.foo.smithi167.aexhhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.203861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fqiypf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\nDeploy daemon haproxy.nfs.foo.smithi105.fqiypf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.206031Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kejfdp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:57:34.376377Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:57:34.375961Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:57:34.377371Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:57:34.377826Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:57:34.378807Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:07:40.806 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:40 smithi105 bash[14197]: cluster 2024-02-08T22:07:39.240253+0000 mgr.smithi105.rfsypb (mgr.14180) 976 : 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 2024-02-08T22:07:41.565 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:07:41.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:41 smithi167 bash[18945]: audit 2024-02-08T22:07:40.740219+0000 mgr.smithi105.rfsypb (mgr.14180) 977 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:07:41.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:41 smithi105 bash[14197]: audit 2024-02-08T22:07:40.740219+0000 mgr.smithi105.rfsypb (mgr.14180) 977 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:07:42.565 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:07:42.696 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:42 smithi105 bash[14197]: cluster 2024-02-08T22:07:41.241691+0000 mgr.smithi105.rfsypb (mgr.14180) 978 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:42.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:42 smithi167 bash[18945]: cluster 2024-02-08T22:07:41.241691+0000 mgr.smithi105.rfsypb (mgr.14180) 978 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:44.672 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:44 smithi105 bash[14197]: cluster 2024-02-08T22:07:43.242958+0000 mgr.smithi105.rfsypb (mgr.14180) 979 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:44.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:44 smithi167 bash[18945]: cluster 2024-02-08T22:07:43.242958+0000 mgr.smithi105.rfsypb (mgr.14180) 979 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:46.001 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:07:46.001 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:57:34.376883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:51.052896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.aexhhn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\nDeploy daemon haproxy.nfs.foo.smithi167.aexhhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.203861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fqiypf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\nDeploy daemon haproxy.nfs.foo.smithi105.fqiypf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.206031Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kejfdp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:57:34.376377Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:57:34.375961Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:57:34.377371Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:57:34.377826Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:57:34.378807Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:07:46.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:46 smithi105 bash[14197]: cluster 2024-02-08T22:07:45.244192+0000 mgr.smithi105.rfsypb (mgr.14180) 980 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:46.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:46 smithi167 bash[18945]: cluster 2024-02-08T22:07:45.244192+0000 mgr.smithi105.rfsypb (mgr.14180) 980 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:46.828 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:07:47.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:47 smithi167 bash[18945]: audit 2024-02-08T22:07:45.989731+0000 mgr.smithi105.rfsypb (mgr.14180) 981 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:07:47.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:47 smithi105 bash[14197]: audit 2024-02-08T22:07:45.989731+0000 mgr.smithi105.rfsypb (mgr.14180) 981 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:07:47.829 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:07:48.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:48 smithi167 bash[18945]: cluster 2024-02-08T22:07:47.245819+0000 mgr.smithi105.rfsypb (mgr.14180) 982 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:07:48.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:48 smithi105 bash[14197]: cluster 2024-02-08T22:07:47.245819+0000 mgr.smithi105.rfsypb (mgr.14180) 982 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:07:50.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:50 smithi167 bash[18945]: cluster 2024-02-08T22:07:49.246733+0000 mgr.smithi105.rfsypb (mgr.14180) 983 : 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 2024-02-08T22:07:50.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:50 smithi105 bash[14197]: cluster 2024-02-08T22:07:49.246733+0000 mgr.smithi105.rfsypb (mgr.14180) 983 : 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 2024-02-08T22:07:51.386 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:07:51.386 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:57:34.376883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:51.052896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.aexhhn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\nDeploy daemon haproxy.nfs.foo.smithi167.aexhhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.203861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fqiypf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\nDeploy daemon haproxy.nfs.foo.smithi105.fqiypf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.206031Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kejfdp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:57:34.376377Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:57:34.375961Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:57:34.377371Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:57:34.377826Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:57:34.378807Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:07:52.158 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:07:52.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:52 smithi105 bash[14197]: cluster 2024-02-08T22:07:51.248611+0000 mgr.smithi105.rfsypb (mgr.14180) 984 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:52.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:52 smithi105 bash[14197]: audit 2024-02-08T22:07:51.374435+0000 mgr.smithi105.rfsypb (mgr.14180) 985 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:07:52.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:52 smithi167 bash[18945]: cluster 2024-02-08T22:07:51.248611+0000 mgr.smithi105.rfsypb (mgr.14180) 984 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:52.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:52 smithi167 bash[18945]: audit 2024-02-08T22:07:51.374435+0000 mgr.smithi105.rfsypb (mgr.14180) 985 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:07:53.159 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:07:54.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:54 smithi105 bash[14197]: cluster 2024-02-08T22:07:53.249716+0000 mgr.smithi105.rfsypb (mgr.14180) 986 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:54.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:54 smithi167 bash[18945]: cluster 2024-02-08T22:07:53.249716+0000 mgr.smithi105.rfsypb (mgr.14180) 986 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:55.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:55 smithi105 bash[14197]: audit 2024-02-08T22:07:55.212810+0000 mon.smithi105 (mon.0) 926 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:07:55.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:55 smithi167 bash[18945]: audit 2024-02-08T22:07:55.212810+0000 mon.smithi105 (mon.0) 926 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:07:56.486 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:07:56.486 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:57:34.376883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:51.052896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.aexhhn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\nDeploy daemon haproxy.nfs.foo.smithi167.aexhhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.203861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fqiypf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\nDeploy daemon haproxy.nfs.foo.smithi105.fqiypf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.206031Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kejfdp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:57:34.376377Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:57:34.375961Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:57:34.377371Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:57:34.377826Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:57:34.378807Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:07:56.699 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:56 smithi105 bash[14197]: cluster 2024-02-08T22:07:55.250884+0000 mgr.smithi105.rfsypb (mgr.14180) 987 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:56.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:56 smithi167 bash[18945]: cluster 2024-02-08T22:07:55.250884+0000 mgr.smithi105.rfsypb (mgr.14180) 987 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:07:57.230 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:07:57.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:57 smithi105 bash[14197]: audit 2024-02-08T22:07:56.478834+0000 mgr.smithi105.rfsypb (mgr.14180) 988 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:07:57.709 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:57 smithi167 bash[18945]: audit 2024-02-08T22:07:56.478834+0000 mgr.smithi105.rfsypb (mgr.14180) 988 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:07:58.231 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:07:58.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:07:58 smithi105 bash[14197]: cluster 2024-02-08T22:07:57.252196+0000 mgr.smithi105.rfsypb (mgr.14180) 989 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:07:58.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:07:58 smithi167 bash[18945]: cluster 2024-02-08T22:07:57.252196+0000 mgr.smithi105.rfsypb (mgr.14180) 989 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:08:00.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:00 smithi167 bash[18945]: cluster 2024-02-08T22:07:59.253580+0000 mgr.smithi105.rfsypb (mgr.14180) 990 : 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 2024-02-08T22:08:00.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:00 smithi105 bash[14197]: cluster 2024-02-08T22:07:59.253580+0000 mgr.smithi105.rfsypb (mgr.14180) 990 : 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 2024-02-08T22:08:01.293 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:08:01.293 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T21:57:34.376649Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T21:57:34.376883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T21:57:34.377143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:51.052896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.aexhhn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\nDeploy daemon haproxy.nfs.foo.smithi167.aexhhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.203861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fqiypf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\nDeploy daemon haproxy.nfs.foo.smithi105.fqiypf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.206031Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kejfdp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T21:57:34.376377Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T21:57:34.375961Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T21:57:34.379043Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T21:57:34.377371Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T21:57:34.377826Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T21:57:34.377598Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T21:57:34.378807Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:08:02.014 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:08:03.015 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:08:03.029 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:02 smithi105 bash[14197]: cluster 2024-02-08T22:08:01.254829+0000 mgr.smithi105.rfsypb (mgr.14180) 991 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:08:03.029 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:02 smithi105 bash[14197]: audit 2024-02-08T22:08:01.285991+0000 mgr.smithi105.rfsypb (mgr.14180) 992 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:08:03.029 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:02 smithi105 bash[14197]: audit 2024-02-08T22:08:01.793486+0000 mon.smithi105 (mon.0) 927 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:08:03.029 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:02 smithi105 bash[14197]: audit 2024-02-08T22:08:02.067530+0000 mon.smithi105 (mon.0) 928 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:08:03.030 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:02 smithi105 bash[14197]: audit 2024-02-08T22:08:02.069131+0000 mon.smithi105 (mon.0) 929 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:08:03.030 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:02 smithi105 bash[14197]: audit 2024-02-08T22:08:02.078003+0000 mon.smithi105 (mon.0) 930 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:08:03.030 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:02 smithi105 bash[14197]: audit 2024-02-08T22:08:02.085441+0000 mon.smithi105 (mon.0) 931 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:08:03.030 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:02 smithi105 bash[14197]: audit 2024-02-08T22:08:02.096612+0000 mon.smithi105 (mon.0) 932 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:08:03.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:02 smithi167 bash[18945]: cluster 2024-02-08T22:08:01.254829+0000 mgr.smithi105.rfsypb (mgr.14180) 991 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:08:03.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:02 smithi167 bash[18945]: audit 2024-02-08T22:08:01.285991+0000 mgr.smithi105.rfsypb (mgr.14180) 992 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:08:03.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:02 smithi167 bash[18945]: audit 2024-02-08T22:08:01.793486+0000 mon.smithi105 (mon.0) 927 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:08:03.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:02 smithi167 bash[18945]: audit 2024-02-08T22:08:02.067530+0000 mon.smithi105 (mon.0) 928 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:08:03.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:02 smithi167 bash[18945]: audit 2024-02-08T22:08:02.069131+0000 mon.smithi105 (mon.0) 929 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:08:03.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:02 smithi167 bash[18945]: audit 2024-02-08T22:08:02.078003+0000 mon.smithi105 (mon.0) 930 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:08:03.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:02 smithi167 bash[18945]: audit 2024-02-08T22:08:02.085441+0000 mon.smithi105 (mon.0) 931 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:08:03.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:02 smithi167 bash[18945]: audit 2024-02-08T22:08:02.096612+0000 mon.smithi105 (mon.0) 932 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:08:04.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:03 smithi105 bash[14197]: cluster 2024-02-08T22:08:02.078883+0000 mgr.smithi105.rfsypb (mgr.14180) 993 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-08T22:08:04.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:03 smithi105 bash[14197]: cephadm 2024-02-08T22:08:02.100608+0000 mgr.smithi105.rfsypb (mgr.14180) 994 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.vefgpq on smithi167 2024-02-08T22:08:04.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:03 smithi105 bash[14197]: cluster 2024-02-08T22:08:03.074757+0000 mon.smithi105 (mon.0) 933 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:08:04.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:03 smithi105 bash[14197]: cluster 2024-02-08T22:08:03.074831+0000 mon.smithi105 (mon.0) 934 : cluster [INF] Cluster is now healthy 2024-02-08T22:08:04.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:03 smithi167 bash[18945]: cluster 2024-02-08T22:08:02.078883+0000 mgr.smithi105.rfsypb (mgr.14180) 993 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-08T22:08:04.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:03 smithi167 bash[18945]: cephadm 2024-02-08T22:08:02.100608+0000 mgr.smithi105.rfsypb (mgr.14180) 994 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.vefgpq on smithi167 2024-02-08T22:08:04.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:03 smithi167 bash[18945]: cluster 2024-02-08T22:08:03.074757+0000 mon.smithi105 (mon.0) 933 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:08:04.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:03 smithi167 bash[18945]: cluster 2024-02-08T22:08:03.074831+0000 mon.smithi105 (mon.0) 934 : cluster [INF] Cluster is now healthy 2024-02-08T22:08:05.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:05 smithi167 bash[18945]: cluster 2024-02-08T22:08:04.080020+0000 mgr.smithi105.rfsypb (mgr.14180) 995 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-08T22:08:06.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:05 smithi105 bash[14197]: cluster 2024-02-08T22:08:04.080020+0000 mgr.smithi105.rfsypb (mgr.14180) 995 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-08T22:08:06.264 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:08:06.264 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:05:41.272733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.palkxj on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:51.052896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.aexhhn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-aexhhn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.aexhhn\nDeploy daemon haproxy.nfs.foo.smithi167.aexhhn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.203861Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fqiypf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-fqiypf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.fqiypf\nDeploy daemon haproxy.nfs.foo.smithi105.fqiypf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:06:55.206031Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kejfdp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:08:07.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:06 smithi105 bash[14197]: audit 2024-02-08T22:08:06.355978+0000 mon.smithi105 (mon.0) 935 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.vefgpq"}]: dispatch 2024-02-08T22:08:07.066 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:08:07.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:06 smithi167 bash[18945]: audit 2024-02-08T22:08:06.355978+0000 mon.smithi105 (mon.0) 935 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.vefgpq"}]: dispatch 2024-02-08T22:08:08.068 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:08:08.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: cluster 2024-02-08T22:08:06.081783+0000 mgr.smithi105.rfsypb (mgr.14180) 996 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2024-02-08T22:08:08.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: audit 2024-02-08T22:08:06.251282+0000 mgr.smithi105.rfsypb (mgr.14180) 997 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:08:08.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: cephadm 2024-02-08T22:08:06.355011+0000 mgr.smithi105.rfsypb (mgr.14180) 998 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq 2024-02-08T22:08:08.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:08:08.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq 2024-02-08T22:08:08.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq 2024-02-08T22:08:08.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:08:08.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq 2024-02-08T22:08:08.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.vefgpq ... 2024-02-08T22:08:08.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:08:08.082 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:08:08.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:08:08.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:08:08.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:08:08.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:08:08.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:08:08.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:08:08.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:08:08.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:08:08.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq 2024-02-08T22:08:08.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:08:08.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq 2024-02-08T22:08:08.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq 2024-02-08T22:08:08.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:08:08.084 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq 2024-02-08T22:08:08.084 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.vefgpq ... 2024-02-08T22:08:08.084 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:08:08.084 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:08:08.084 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:08:08.084 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:08:08.084 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:08:08.084 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: cephadm 2024-02-08T22:08:06.355488+0000 mgr.smithi105.rfsypb (mgr.14180) 999 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.vefgpq 2024-02-08T22:08:08.084 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: cephadm 2024-02-08T22:08:06.357199+0000 mgr.smithi105.rfsypb (mgr.14180) 1000 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.vefgpq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq 2024-02-08T22:08:08.084 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:08:08.084 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq 2024-02-08T22:08:08.085 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq 2024-02-08T22:08:08.085 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:08:08.085 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq 2024-02-08T22:08:08.085 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.vefgpq ... 2024-02-08T22:08:08.085 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:08:08.085 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:08:08.085 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:08:08.085 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:08:08.085 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:08:08.085 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: cephadm 2024-02-08T22:08:06.359271+0000 mgr.smithi105.rfsypb (mgr.14180) 1001 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.ruajyb on smithi105 2024-02-08T22:08:08.085 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:07 smithi105 bash[14197]: audit 2024-02-08T22:08:07.543710+0000 mon.smithi105 (mon.0) 936 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:08:08.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: cluster 2024-02-08T22:08:06.081783+0000 mgr.smithi105.rfsypb (mgr.14180) 996 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2024-02-08T22:08:08.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: audit 2024-02-08T22:08:06.251282+0000 mgr.smithi105.rfsypb (mgr.14180) 997 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:08:08.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: cephadm 2024-02-08T22:08:06.355011+0000 mgr.smithi105.rfsypb (mgr.14180) 998 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq 2024-02-08T22:08:08.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:08:08.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq 2024-02-08T22:08:08.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq 2024-02-08T22:08:08.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:08:08.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq 2024-02-08T22:08:08.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.vefgpq ... 2024-02-08T22:08:08.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:08:08.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:08:08.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:08:08.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:08:08.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:08:08.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:08:08.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:08:08.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:08:08.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:08:08.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:08:08.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq 2024-02-08T22:08:08.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:08:08.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq 2024-02-08T22:08:08.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq 2024-02-08T22:08:08.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:08:08.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq 2024-02-08T22:08:08.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.vefgpq ... 2024-02-08T22:08:08.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:08:08.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:08:08.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:08:08.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:08:08.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:08:08.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: cephadm 2024-02-08T22:08:06.355488+0000 mgr.smithi105.rfsypb (mgr.14180) 999 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.vefgpq 2024-02-08T22:08:08.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: cephadm 2024-02-08T22:08:06.357199+0000 mgr.smithi105.rfsypb (mgr.14180) 1000 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.vefgpq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq 2024-02-08T22:08:08.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:08:08.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq 2024-02-08T22:08:08.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq 2024-02-08T22:08:08.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:08:08.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq 2024-02-08T22:08:08.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.vefgpq ... 2024-02-08T22:08:08.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:08:08.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:08:08.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:08:08.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:08:08.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:08:08.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: cephadm 2024-02-08T22:08:06.359271+0000 mgr.smithi105.rfsypb (mgr.14180) 1001 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.ruajyb on smithi105 2024-02-08T22:08:08.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:07 smithi167 bash[18945]: audit 2024-02-08T22:08:07.543710+0000 mon.smithi105 (mon.0) 936 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:08:10.130 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:09 smithi105 bash[14197]: cluster 2024-02-08T22:08:08.082787+0000 mgr.smithi105.rfsypb (mgr.14180) 1002 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-08T22:08:10.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:09 smithi167 bash[18945]: cluster 2024-02-08T22:08:08.082787+0000 mgr.smithi105.rfsypb (mgr.14180) 1002 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-08T22:08:11.594 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:08:11.595 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:08:06.357066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.vefgpq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\nDeploy daemon haproxy.nfs.foo.smithi167.vefgpq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.136911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ruajyb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\nDeploy daemon haproxy.nfs.foo.smithi105.ruajyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.140770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.bdwero on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:08:11.142962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:08:12.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:11 smithi105 bash[14197]: cluster 2024-02-08T22:08:10.084241+0000 mgr.smithi105.rfsypb (mgr.14180) 1003 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-08T22:08:12.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:11 smithi105 bash[14197]: audit 2024-02-08T22:08:11.135641+0000 mon.smithi105 (mon.0) 937 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.ruajyb"}]: dispatch 2024-02-08T22:08:12.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:11 smithi167 bash[18945]: cluster 2024-02-08T22:08:10.084241+0000 mgr.smithi105.rfsypb (mgr.14180) 1003 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-08T22:08:12.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:11 smithi167 bash[18945]: audit 2024-02-08T22:08:11.135641+0000 mon.smithi105 (mon.0) 937 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.ruajyb"}]: dispatch 2024-02-08T22:08:12.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:08:13.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: cephadm 2024-02-08T22:08:11.134571+0000 mgr.smithi105.rfsypb (mgr.14180) 1004 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb 2024-02-08T22:08:13.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:08:13.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb 2024-02-08T22:08:13.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb 2024-02-08T22:08:13.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:08:13.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb 2024-02-08T22:08:13.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.ruajyb ... 2024-02-08T22:08:13.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:08:13.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:08:13.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:08:13.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:08:13.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:08:13.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:08:13.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:08:13.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:08:13.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:08:13.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:08:13.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb 2024-02-08T22:08:13.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:08:13.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb 2024-02-08T22:08:13.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb 2024-02-08T22:08:13.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:08:13.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb 2024-02-08T22:08:13.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.ruajyb ... 2024-02-08T22:08:13.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:08:13.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:08:13.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:08:13.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:08:13.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:08:13.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: cephadm 2024-02-08T22:08:11.134968+0000 mgr.smithi105.rfsypb (mgr.14180) 1005 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.ruajyb 2024-02-08T22:08:13.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: cephadm 2024-02-08T22:08:11.137217+0000 mgr.smithi105.rfsypb (mgr.14180) 1006 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.ruajyb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb 2024-02-08T22:08:13.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:08:13.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb 2024-02-08T22:08:13.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb 2024-02-08T22:08:13.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:08:13.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb 2024-02-08T22:08:13.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.ruajyb ... 2024-02-08T22:08:13.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:08:13.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:08:13.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:08:13.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:08:13.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:08:13.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: cephadm 2024-02-08T22:08:11.140990+0000 mgr.smithi105.rfsypb (mgr.14180) 1007 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.bdwero on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:08:13.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: cephadm 2024-02-08T22:08:11.143089+0000 mgr.smithi105.rfsypb (mgr.14180) 1008 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:08:13.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: cluster 2024-02-08T22:08:11.144455+0000 mgr.smithi105.rfsypb (mgr.14180) 1009 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-02-08T22:08:13.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: audit 2024-02-08T22:08:11.587180+0000 mgr.smithi105.rfsypb (mgr.14180) 1010 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:08:13.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:12 smithi167 bash[18945]: cluster 2024-02-08T22:08:11.824238+0000 mon.smithi105 (mon.0) 938 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:08:13.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: cephadm 2024-02-08T22:08:11.134571+0000 mgr.smithi105.rfsypb (mgr.14180) 1004 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb 2024-02-08T22:08:13.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:08:13.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb 2024-02-08T22:08:13.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb 2024-02-08T22:08:13.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:08:13.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb 2024-02-08T22:08:13.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.ruajyb ... 2024-02-08T22:08:13.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:08:13.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:08:13.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:08:13.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:08:13.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:08:13.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:08:13.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:08:13.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:08:13.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:08:13.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:08:13.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb 2024-02-08T22:08:13.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:08:13.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb 2024-02-08T22:08:13.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb 2024-02-08T22:08:13.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:08:13.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb 2024-02-08T22:08:13.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.ruajyb ... 2024-02-08T22:08:13.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:08:13.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:08:13.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:08:13.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:08:13.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:08:13.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: cephadm 2024-02-08T22:08:11.134968+0000 mgr.smithi105.rfsypb (mgr.14180) 1005 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.ruajyb 2024-02-08T22:08:13.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: cephadm 2024-02-08T22:08:11.137217+0000 mgr.smithi105.rfsypb (mgr.14180) 1006 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.ruajyb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb 2024-02-08T22:08:13.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:08:13.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb 2024-02-08T22:08:13.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb 2024-02-08T22:08:13.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:08:13.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb 2024-02-08T22:08:13.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.ruajyb ... 2024-02-08T22:08:13.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:08:13.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:08:13.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:08:13.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:08:13.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:08:13.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: cephadm 2024-02-08T22:08:11.140990+0000 mgr.smithi105.rfsypb (mgr.14180) 1007 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.bdwero on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:08:13.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: cephadm 2024-02-08T22:08:11.143089+0000 mgr.smithi105.rfsypb (mgr.14180) 1008 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:08:13.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: cluster 2024-02-08T22:08:11.144455+0000 mgr.smithi105.rfsypb (mgr.14180) 1009 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-02-08T22:08:13.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: audit 2024-02-08T22:08:11.587180+0000 mgr.smithi105.rfsypb (mgr.14180) 1010 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:08:13.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:12 smithi105 bash[14197]: cluster 2024-02-08T22:08:11.824238+0000 mon.smithi105 (mon.0) 938 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:08:13.457 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:08:15.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:14 smithi167 bash[18945]: cluster 2024-02-08T22:08:13.145800+0000 mgr.smithi105.rfsypb (mgr.14180) 1011 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-08T22:08:15.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:14 smithi105 bash[14197]: cluster 2024-02-08T22:08:13.145800+0000 mgr.smithi105.rfsypb (mgr.14180) 1011 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-08T22:08:16.669 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:08:16.669 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:08:06.357066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.vefgpq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\nDeploy daemon haproxy.nfs.foo.smithi167.vefgpq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.136911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ruajyb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\nDeploy daemon haproxy.nfs.foo.smithi105.ruajyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.140770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.bdwero on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:08:11.142962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:08:17.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:16 smithi105 bash[14197]: cluster 2024-02-08T22:08:15.146949+0000 mgr.smithi105.rfsypb (mgr.14180) 1012 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-08T22:08:17.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:16 smithi105 bash[14197]: audit 2024-02-08T22:08:15.815207+0000 mon.smithi105 (mon.0) 939 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:08:17.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:16 smithi167 bash[18945]: cluster 2024-02-08T22:08:15.146949+0000 mgr.smithi105.rfsypb (mgr.14180) 1012 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-08T22:08:17.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:16 smithi167 bash[18945]: audit 2024-02-08T22:08:15.815207+0000 mon.smithi105 (mon.0) 939 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:08:17.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:08:18.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:17 smithi167 bash[18945]: audit 2024-02-08T22:08:16.656357+0000 mgr.smithi105.rfsypb (mgr.14180) 1013 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:08:18.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:17 smithi105 bash[14197]: audit 2024-02-08T22:08:16.656357+0000 mgr.smithi105.rfsypb (mgr.14180) 1013 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:08:18.456 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:08:19.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:18 smithi105 bash[14197]: cluster 2024-02-08T22:08:17.147783+0000 mgr.smithi105.rfsypb (mgr.14180) 1014 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-08T22:08:19.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:18 smithi167 bash[18945]: cluster 2024-02-08T22:08:17.147783+0000 mgr.smithi105.rfsypb (mgr.14180) 1014 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-08T22:08:21.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:20 smithi167 bash[18945]: cluster 2024-02-08T22:08:19.148533+0000 mgr.smithi105.rfsypb (mgr.14180) 1015 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-08T22:08:21.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:20 smithi105 bash[14197]: cluster 2024-02-08T22:08:19.148533+0000 mgr.smithi105.rfsypb (mgr.14180) 1015 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-08T22:08:21.858 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:08:21.858 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:08:06.357066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.vefgpq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\nDeploy daemon haproxy.nfs.foo.smithi167.vefgpq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.136911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ruajyb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\nDeploy daemon haproxy.nfs.foo.smithi105.ruajyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.140770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.bdwero on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:08:11.142962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:08:22.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:08:23.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:22 smithi105 bash[14197]: cluster 2024-02-08T22:08:21.150197+0000 mgr.smithi105.rfsypb (mgr.14180) 1016 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-08T22:08:23.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:22 smithi105 bash[14197]: audit 2024-02-08T22:08:22.544352+0000 mon.smithi105 (mon.0) 940 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:08:23.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:22 smithi167 bash[18945]: cluster 2024-02-08T22:08:21.150197+0000 mgr.smithi105.rfsypb (mgr.14180) 1016 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-08T22:08:23.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:22 smithi167 bash[18945]: audit 2024-02-08T22:08:22.544352+0000 mon.smithi105 (mon.0) 940 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:08:23.695 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:08:24.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:23 smithi105 bash[14197]: audit 2024-02-08T22:08:21.847192+0000 mgr.smithi105.rfsypb (mgr.14180) 1017 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:08:24.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:23 smithi167 bash[18945]: audit 2024-02-08T22:08:21.847192+0000 mgr.smithi105.rfsypb (mgr.14180) 1017 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:08:25.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:24 smithi167 bash[18945]: cluster 2024-02-08T22:08:23.151126+0000 mgr.smithi105.rfsypb (mgr.14180) 1018 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:08:25.254 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:24 smithi105 bash[14197]: cluster 2024-02-08T22:08:23.151126+0000 mgr.smithi105.rfsypb (mgr.14180) 1018 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:08:26.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:25 smithi167 bash[18945]: cluster 2024-02-08T22:08:25.152575+0000 mgr.smithi105.rfsypb (mgr.14180) 1019 : 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 2024-02-08T22:08:26.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:25 smithi105 bash[14197]: cluster 2024-02-08T22:08:25.152575+0000 mgr.smithi105.rfsypb (mgr.14180) 1019 : 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 2024-02-08T22:08:27.152 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:08:27.152 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:08:06.357066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.vefgpq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\nDeploy daemon haproxy.nfs.foo.smithi167.vefgpq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.136911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ruajyb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\nDeploy daemon haproxy.nfs.foo.smithi105.ruajyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.140770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.bdwero on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:08:11.142962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:08:27.946 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:08:28.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:28 smithi167 bash[18945]: audit 2024-02-08T22:08:27.142640+0000 mgr.smithi105.rfsypb (mgr.14180) 1020 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:08:28.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:28 smithi167 bash[18945]: cluster 2024-02-08T22:08:27.153409+0000 mgr.smithi105.rfsypb (mgr.14180) 1021 : cluster [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:08:28.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:28 smithi105 bash[14197]: audit 2024-02-08T22:08:27.142640+0000 mgr.smithi105.rfsypb (mgr.14180) 1020 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:08:28.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:28 smithi105 bash[14197]: cluster 2024-02-08T22:08:27.153409+0000 mgr.smithi105.rfsypb (mgr.14180) 1021 : cluster [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:08:28.948 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:08:30.487 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:30 smithi105 bash[14197]: cluster 2024-02-08T22:08:29.154245+0000 mgr.smithi105.rfsypb (mgr.14180) 1022 : 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 2024-02-08T22:08:30.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:30 smithi167 bash[18945]: cluster 2024-02-08T22:08:29.154245+0000 mgr.smithi105.rfsypb (mgr.14180) 1022 : 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 2024-02-08T22:08:32.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:32 smithi105 bash[14197]: cluster 2024-02-08T22:08:31.156391+0000 mgr.smithi105.rfsypb (mgr.14180) 1023 : 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 2024-02-08T22:08:32.413 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:08:32.413 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:08:06.357066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.vefgpq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\nDeploy daemon haproxy.nfs.foo.smithi167.vefgpq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.136911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ruajyb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\nDeploy daemon haproxy.nfs.foo.smithi105.ruajyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.140770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.bdwero on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:08:11.142962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:08:32.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:32 smithi167 bash[18945]: cluster 2024-02-08T22:08:31.156391+0000 mgr.smithi105.rfsypb (mgr.14180) 1023 : 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 2024-02-08T22:08:33.204 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:08:33.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:33 smithi167 bash[18945]: audit 2024-02-08T22:08:32.402010+0000 mgr.smithi105.rfsypb (mgr.14180) 1024 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:08:33.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:33 smithi105 bash[14197]: audit 2024-02-08T22:08:32.402010+0000 mgr.smithi105.rfsypb (mgr.14180) 1024 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:08:34.205 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:08:34.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:34 smithi167 bash[18945]: cluster 2024-02-08T22:08:33.157744+0000 mgr.smithi105.rfsypb (mgr.14180) 1025 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:08:34.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:34 smithi105 bash[14197]: cluster 2024-02-08T22:08:33.157744+0000 mgr.smithi105.rfsypb (mgr.14180) 1025 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:08:36.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:36 smithi167 bash[18945]: cluster 2024-02-08T22:08:35.159424+0000 mgr.smithi105.rfsypb (mgr.14180) 1026 : cluster [DBG] pgmap v705: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:08:36.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:36 smithi105 bash[14197]: cluster 2024-02-08T22:08:35.159424+0000 mgr.smithi105.rfsypb (mgr.14180) 1026 : cluster [DBG] pgmap v705: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:08:37.348 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:08:37.349 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:08:06.357066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.vefgpq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\nDeploy daemon haproxy.nfs.foo.smithi167.vefgpq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.136911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ruajyb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\nDeploy daemon haproxy.nfs.foo.smithi105.ruajyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.140770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.bdwero on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:08:11.142962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:08:38.155 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:08:38.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:38 smithi105 bash[14197]: cluster 2024-02-08T22:08:37.160494+0000 mgr.smithi105.rfsypb (mgr.14180) 1027 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:08:38.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:38 smithi105 bash[14197]: audit 2024-02-08T22:08:37.336694+0000 mgr.smithi105.rfsypb (mgr.14180) 1028 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:08:38.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:38 smithi167 bash[18945]: cluster 2024-02-08T22:08:37.160494+0000 mgr.smithi105.rfsypb (mgr.14180) 1027 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:08:38.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:38 smithi167 bash[18945]: audit 2024-02-08T22:08:37.336694+0000 mgr.smithi105.rfsypb (mgr.14180) 1028 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:08:39.156 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:08:40.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:40 smithi105 bash[14197]: cluster 2024-02-08T22:08:39.162309+0000 mgr.smithi105.rfsypb (mgr.14180) 1029 : 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 2024-02-08T22:08:40.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:40 smithi167 bash[18945]: cluster 2024-02-08T22:08:39.162309+0000 mgr.smithi105.rfsypb (mgr.14180) 1029 : 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 2024-02-08T22:08:42.417 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:08:42.417 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:08:06.357066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.vefgpq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\nDeploy daemon haproxy.nfs.foo.smithi167.vefgpq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.136911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ruajyb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\nDeploy daemon haproxy.nfs.foo.smithi105.ruajyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.140770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.bdwero on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:08:11.142962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:08:42.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:42 smithi105 bash[14197]: cluster 2024-02-08T22:08:41.163797+0000 mgr.smithi105.rfsypb (mgr.14180) 1030 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:08:42.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:42 smithi167 bash[18945]: cluster 2024-02-08T22:08:41.163797+0000 mgr.smithi105.rfsypb (mgr.14180) 1030 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:08:43.239 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:08:43.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:43 smithi105 bash[14197]: audit 2024-02-08T22:08:42.404511+0000 mgr.smithi105.rfsypb (mgr.14180) 1031 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:08:43.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:43 smithi167 bash[18945]: audit 2024-02-08T22:08:42.404511+0000 mgr.smithi105.rfsypb (mgr.14180) 1031 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:08:44.240 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:08:44.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:44 smithi105 bash[14197]: cluster 2024-02-08T22:08:43.164940+0000 mgr.smithi105.rfsypb (mgr.14180) 1032 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:08:44.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:44 smithi167 bash[18945]: cluster 2024-02-08T22:08:43.164940+0000 mgr.smithi105.rfsypb (mgr.14180) 1032 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:08:46.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:46 smithi105 bash[14197]: cluster 2024-02-08T22:08:45.166192+0000 mgr.smithi105.rfsypb (mgr.14180) 1033 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:08:46.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:46 smithi167 bash[18945]: cluster 2024-02-08T22:08:45.166192+0000 mgr.smithi105.rfsypb (mgr.14180) 1033 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:08:47.508 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:08:47.508 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:08:06.357066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.vefgpq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\nDeploy daemon haproxy.nfs.foo.smithi167.vefgpq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.136911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ruajyb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\nDeploy daemon haproxy.nfs.foo.smithi105.ruajyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.140770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.bdwero on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:08:11.142962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:08:48.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:08:48.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:48 smithi105 bash[14197]: cluster 2024-02-08T22:08:47.167143+0000 mgr.smithi105.rfsypb (mgr.14180) 1034 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:08:48.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:48 smithi105 bash[14197]: audit 2024-02-08T22:08:47.500434+0000 mgr.smithi105.rfsypb (mgr.14180) 1035 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:08:48.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:48 smithi167 bash[18945]: cluster 2024-02-08T22:08:47.167143+0000 mgr.smithi105.rfsypb (mgr.14180) 1034 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:08:48.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:48 smithi167 bash[18945]: audit 2024-02-08T22:08:47.500434+0000 mgr.smithi105.rfsypb (mgr.14180) 1035 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:08:49.290 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:08:50.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:50 smithi105 bash[14197]: cluster 2024-02-08T22:08:49.168553+0000 mgr.smithi105.rfsypb (mgr.14180) 1036 : 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 2024-02-08T22:08:50.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:50 smithi167 bash[18945]: cluster 2024-02-08T22:08:49.168553+0000 mgr.smithi105.rfsypb (mgr.14180) 1036 : 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 2024-02-08T22:08:52.472 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:08:52.472 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:08:06.357066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.vefgpq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\nDeploy daemon haproxy.nfs.foo.smithi167.vefgpq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.136911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ruajyb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\nDeploy daemon haproxy.nfs.foo.smithi105.ruajyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.140770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.bdwero on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:08:11.142962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:08:52.526 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:52 smithi105 bash[14197]: cluster 2024-02-08T22:08:51.170505+0000 mgr.smithi105.rfsypb (mgr.14180) 1037 : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:08:52.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:52 smithi167 bash[18945]: cluster 2024-02-08T22:08:51.170505+0000 mgr.smithi105.rfsypb (mgr.14180) 1037 : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:08:53.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:08:53.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:53 smithi105 bash[14197]: audit 2024-02-08T22:08:52.464487+0000 mgr.smithi105.rfsypb (mgr.14180) 1038 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:08:53.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:53 smithi167 bash[18945]: audit 2024-02-08T22:08:52.464487+0000 mgr.smithi105.rfsypb (mgr.14180) 1038 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:08:54.281 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:08:54.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:54 smithi105 bash[14197]: cluster 2024-02-08T22:08:53.171632+0000 mgr.smithi105.rfsypb (mgr.14180) 1039 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:08:54.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:54 smithi167 bash[18945]: cluster 2024-02-08T22:08:53.171632+0000 mgr.smithi105.rfsypb (mgr.14180) 1039 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:08:56.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:56 smithi105 bash[14197]: cluster 2024-02-08T22:08:55.173453+0000 mgr.smithi105.rfsypb (mgr.14180) 1040 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:08:56.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:56 smithi167 bash[18945]: cluster 2024-02-08T22:08:55.173453+0000 mgr.smithi105.rfsypb (mgr.14180) 1040 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:08:57.728 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:08:57.728 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:08:06.357066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.vefgpq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\nDeploy daemon haproxy.nfs.foo.smithi167.vefgpq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.136911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ruajyb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\nDeploy daemon haproxy.nfs.foo.smithi105.ruajyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.140770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.bdwero on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:08:11.142962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:08:58.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:08:58.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:58 smithi167 bash[18945]: cluster 2024-02-08T22:08:57.175187+0000 mgr.smithi105.rfsypb (mgr.14180) 1041 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:08:58.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:08:58 smithi167 bash[18945]: audit 2024-02-08T22:08:57.715779+0000 mgr.smithi105.rfsypb (mgr.14180) 1042 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:08:58.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:58 smithi105 bash[14197]: cluster 2024-02-08T22:08:57.175187+0000 mgr.smithi105.rfsypb (mgr.14180) 1041 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:08:58.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:08:58 smithi105 bash[14197]: audit 2024-02-08T22:08:57.715779+0000 mgr.smithi105.rfsypb (mgr.14180) 1042 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:08:59.534 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:09:00.693 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:00 smithi105 bash[14197]: cluster 2024-02-08T22:08:59.176510+0000 mgr.smithi105.rfsypb (mgr.14180) 1043 : 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 2024-02-08T22:09:00.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:00 smithi167 bash[18945]: cluster 2024-02-08T22:08:59.176510+0000 mgr.smithi105.rfsypb (mgr.14180) 1043 : 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 2024-02-08T22:09:02.696 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:02 smithi105 bash[14197]: cluster 2024-02-08T22:09:01.177750+0000 mgr.smithi105.rfsypb (mgr.14180) 1044 : cluster [DBG] pgmap v718: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:09:02.736 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:09:02.737 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:08:06.357066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.vefgpq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\nDeploy daemon haproxy.nfs.foo.smithi167.vefgpq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.136911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ruajyb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\nDeploy daemon haproxy.nfs.foo.smithi105.ruajyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.140770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.bdwero on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:08:11.142962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:09:02.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:02 smithi167 bash[18945]: cluster 2024-02-08T22:09:01.177750+0000 mgr.smithi105.rfsypb (mgr.14180) 1044 : cluster [DBG] pgmap v718: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:09:03.531 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:09:03.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:03 smithi167 bash[18945]: audit 2024-02-08T22:09:02.724016+0000 mgr.smithi105.rfsypb (mgr.14180) 1045 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:09:03.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:03 smithi105 bash[14197]: audit 2024-02-08T22:09:02.724016+0000 mgr.smithi105.rfsypb (mgr.14180) 1045 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:09:04.532 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:09:04.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:04 smithi167 bash[18945]: cluster 2024-02-08T22:09:03.179065+0000 mgr.smithi105.rfsypb (mgr.14180) 1046 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:09:04.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:04 smithi105 bash[14197]: cluster 2024-02-08T22:09:03.179065+0000 mgr.smithi105.rfsypb (mgr.14180) 1046 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:09:06.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:06 smithi167 bash[18945]: cluster 2024-02-08T22:09:05.180079+0000 mgr.smithi105.rfsypb (mgr.14180) 1047 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:09:06.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:06 smithi105 bash[14197]: cluster 2024-02-08T22:09:05.180079+0000 mgr.smithi105.rfsypb (mgr.14180) 1047 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:09:07.832 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:09:07.832 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:08:06.357066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.vefgpq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\nDeploy daemon haproxy.nfs.foo.smithi167.vefgpq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.136911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ruajyb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\nDeploy daemon haproxy.nfs.foo.smithi105.ruajyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.140770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.bdwero on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:08:11.142962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:09:08.619 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:08 smithi105 bash[14197]: cluster 2024-02-08T22:09:07.181820+0000 mgr.smithi105.rfsypb (mgr.14180) 1048 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:09:08.619 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:08 smithi105 bash[14197]: audit 2024-02-08T22:09:07.824567+0000 mgr.smithi105.rfsypb (mgr.14180) 1049 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:09:08.620 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:09:08.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:08 smithi167 bash[18945]: cluster 2024-02-08T22:09:07.181820+0000 mgr.smithi105.rfsypb (mgr.14180) 1048 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:09:08.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:08 smithi167 bash[18945]: audit 2024-02-08T22:09:07.824567+0000 mgr.smithi105.rfsypb (mgr.14180) 1049 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:09:09.621 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:09:10.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:10 smithi167 bash[18945]: cluster 2024-02-08T22:09:09.183337+0000 mgr.smithi105.rfsypb (mgr.14180) 1050 : 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 2024-02-08T22:09:10.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:10 smithi105 bash[14197]: cluster 2024-02-08T22:09:09.183337+0000 mgr.smithi105.rfsypb (mgr.14180) 1050 : 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 2024-02-08T22:09:11.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:11 smithi105 bash[14197]: audit 2024-02-08T22:09:11.146655+0000 mon.smithi105 (mon.0) 941 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:09:11.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:11 smithi167 bash[18945]: audit 2024-02-08T22:09:11.146655+0000 mon.smithi105 (mon.0) 941 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:09:12.673 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:12 smithi105 bash[14197]: cluster 2024-02-08T22:09:11.185042+0000 mgr.smithi105.rfsypb (mgr.14180) 1051 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:09:12.673 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:12 smithi105 bash[14197]: audit 2024-02-08T22:09:11.418313+0000 mon.smithi105 (mon.0) 942 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:09:12.673 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:12 smithi105 bash[14197]: audit 2024-02-08T22:09:11.687795+0000 mon.smithi105 (mon.0) 943 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:09:12.673 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:12 smithi105 bash[14197]: audit 2024-02-08T22:09:11.689125+0000 mon.smithi105 (mon.0) 944 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:09:12.674 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:12 smithi105 bash[14197]: audit 2024-02-08T22:09:11.697802+0000 mon.smithi105 (mon.0) 945 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:09:12.674 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:12 smithi105 bash[14197]: cluster 2024-02-08T22:09:11.698641+0000 mgr.smithi105.rfsypb (mgr.14180) 1052 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-08T22:09:12.674 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:12 smithi105 bash[14197]: audit 2024-02-08T22:09:11.706575+0000 mon.smithi105 (mon.0) 946 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:09:12.674 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:12 smithi105 bash[14197]: audit 2024-02-08T22:09:11.725143+0000 mon.smithi105 (mon.0) 947 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:09:12.674 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:12 smithi105 bash[14197]: cephadm 2024-02-08T22:09:11.730515+0000 mgr.smithi105.rfsypb (mgr.14180) 1053 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.telmwy on smithi167 2024-02-08T22:09:12.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:12 smithi167 bash[18945]: cluster 2024-02-08T22:09:11.185042+0000 mgr.smithi105.rfsypb (mgr.14180) 1051 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:09:12.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:12 smithi167 bash[18945]: audit 2024-02-08T22:09:11.418313+0000 mon.smithi105 (mon.0) 942 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:09:12.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:12 smithi167 bash[18945]: audit 2024-02-08T22:09:11.687795+0000 mon.smithi105 (mon.0) 943 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:09:12.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:12 smithi167 bash[18945]: audit 2024-02-08T22:09:11.689125+0000 mon.smithi105 (mon.0) 944 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:09:12.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:12 smithi167 bash[18945]: audit 2024-02-08T22:09:11.697802+0000 mon.smithi105 (mon.0) 945 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:09:12.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:12 smithi167 bash[18945]: cluster 2024-02-08T22:09:11.698641+0000 mgr.smithi105.rfsypb (mgr.14180) 1052 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-08T22:09:12.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:12 smithi167 bash[18945]: audit 2024-02-08T22:09:11.706575+0000 mon.smithi105 (mon.0) 946 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:09:12.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:12 smithi167 bash[18945]: audit 2024-02-08T22:09:11.725143+0000 mon.smithi105 (mon.0) 947 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:09:12.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:12 smithi167 bash[18945]: cephadm 2024-02-08T22:09:11.730515+0000 mgr.smithi105.rfsypb (mgr.14180) 1053 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.telmwy on smithi167 2024-02-08T22:09:13.031 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:09:13.031 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:06:55.207813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.xlqcwo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:08:06.357066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.vefgpq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\nDeploy daemon haproxy.nfs.foo.smithi167.vefgpq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.136911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ruajyb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\nDeploy daemon haproxy.nfs.foo.smithi105.ruajyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.140770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.bdwero on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:08:11.142962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:09:13.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:13 smithi105 bash[14197]: cluster 2024-02-08T22:09:12.695280+0000 mon.smithi105 (mon.0) 948 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:09:13.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:13 smithi105 bash[14197]: cluster 2024-02-08T22:09:12.695321+0000 mon.smithi105 (mon.0) 949 : cluster [INF] Cluster is now healthy 2024-02-08T22:09:13.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:13 smithi167 bash[18945]: cluster 2024-02-08T22:09:12.695280+0000 mon.smithi105 (mon.0) 948 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:09:13.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:13 smithi167 bash[18945]: cluster 2024-02-08T22:09:12.695321+0000 mon.smithi105 (mon.0) 949 : cluster [INF] Cluster is now healthy 2024-02-08T22:09:13.814 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:09:14.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:14 smithi167 bash[18945]: audit 2024-02-08T22:09:13.021367+0000 mgr.smithi105.rfsypb (mgr.14180) 1054 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:09:14.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:14 smithi167 bash[18945]: cluster 2024-02-08T22:09:13.699735+0000 mgr.smithi105.rfsypb (mgr.14180) 1055 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-08T22:09:14.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:14 smithi105 bash[14197]: audit 2024-02-08T22:09:13.021367+0000 mgr.smithi105.rfsypb (mgr.14180) 1054 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:09:14.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:14 smithi105 bash[14197]: cluster 2024-02-08T22:09:13.699735+0000 mgr.smithi105.rfsypb (mgr.14180) 1055 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-08T22:09:14.814 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:09:15.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:15 smithi167 bash[18945]: audit 2024-02-08T22:09:15.558689+0000 mon.smithi105 (mon.0) 950 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.telmwy"}]: dispatch 2024-02-08T22:09:15.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:15 smithi105 bash[14197]: audit 2024-02-08T22:09:15.558689+0000 mon.smithi105 (mon.0) 950 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.telmwy"}]: dispatch 2024-02-08T22:09:17.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: cephadm 2024-02-08T22:09:15.557984+0000 mgr.smithi105.rfsypb (mgr.14180) 1056 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy 2024-02-08T22:09:17.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:09:17.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy 2024-02-08T22:09:17.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy 2024-02-08T22:09:17.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:09:17.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy 2024-02-08T22:09:17.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.telmwy ... 2024-02-08T22:09:17.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:09:17.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:09:17.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:09:17.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:09:17.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:09:17.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:09:17.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:09:17.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:09:17.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:09:17.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:09:17.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy 2024-02-08T22:09:17.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:09:17.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy 2024-02-08T22:09:17.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy 2024-02-08T22:09:17.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:09:17.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy 2024-02-08T22:09:17.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.telmwy ... 2024-02-08T22:09:17.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:09:17.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:09:17.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:09:17.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:09:17.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:09:17.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: cephadm 2024-02-08T22:09:15.558259+0000 mgr.smithi105.rfsypb (mgr.14180) 1057 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.telmwy 2024-02-08T22:09:17.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: cephadm 2024-02-08T22:09:15.559761+0000 mgr.smithi105.rfsypb (mgr.14180) 1058 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.telmwy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy 2024-02-08T22:09:17.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:09:17.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy 2024-02-08T22:09:17.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy 2024-02-08T22:09:17.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:09:17.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy 2024-02-08T22:09:17.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.telmwy ... 2024-02-08T22:09:17.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:09:17.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:09:17.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:09:17.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:09:17.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:09:17.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: cephadm 2024-02-08T22:09:15.564475+0000 mgr.smithi105.rfsypb (mgr.14180) 1059 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.txtxqj on smithi105 2024-02-08T22:09:17.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:16 smithi167 bash[18945]: cluster 2024-02-08T22:09:15.701257+0000 mgr.smithi105.rfsypb (mgr.14180) 1060 : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-08T22:09:17.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: cephadm 2024-02-08T22:09:15.557984+0000 mgr.smithi105.rfsypb (mgr.14180) 1056 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy 2024-02-08T22:09:17.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:09:17.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy 2024-02-08T22:09:17.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy 2024-02-08T22:09:17.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:09:17.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy 2024-02-08T22:09:17.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.telmwy ... 2024-02-08T22:09:17.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:09:17.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:09:17.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:09:17.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:09:17.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:09:17.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:09:17.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:09:17.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:09:17.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:09:17.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:09:17.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy 2024-02-08T22:09:17.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:09:17.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy 2024-02-08T22:09:17.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy 2024-02-08T22:09:17.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:09:17.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy 2024-02-08T22:09:17.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.telmwy ... 2024-02-08T22:09:17.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:09:17.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:09:17.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:09:17.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:09:17.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:09:17.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: cephadm 2024-02-08T22:09:15.558259+0000 mgr.smithi105.rfsypb (mgr.14180) 1057 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.telmwy 2024-02-08T22:09:17.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: cephadm 2024-02-08T22:09:15.559761+0000 mgr.smithi105.rfsypb (mgr.14180) 1058 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.telmwy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy 2024-02-08T22:09:17.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:09:17.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy 2024-02-08T22:09:17.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy 2024-02-08T22:09:17.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:09:17.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy 2024-02-08T22:09:17.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.telmwy ... 2024-02-08T22:09:17.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:09:17.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:09:17.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:09:17.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:09:17.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:09:17.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: cephadm 2024-02-08T22:09:15.564475+0000 mgr.smithi105.rfsypb (mgr.14180) 1059 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.txtxqj on smithi105 2024-02-08T22:09:17.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:16 smithi105 bash[14197]: cluster 2024-02-08T22:09:15.701257+0000 mgr.smithi105.rfsypb (mgr.14180) 1060 : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-08T22:09:18.158 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:09:18.159 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:08:06.357066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.vefgpq on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-vefgpq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.vefgpq\nDeploy daemon haproxy.nfs.foo.smithi167.vefgpq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.136911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ruajyb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ruajyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ruajyb\nDeploy daemon haproxy.nfs.foo.smithi105.ruajyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:08:11.140770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.bdwero on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:08:11.142962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:09:15.559628Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.telmwy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\nDeploy daemon haproxy.nfs.foo.smithi167.telmwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -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.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:09:18.920 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:09:19.046 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:18 smithi167 bash[18945]: cluster 2024-02-08T22:09:17.703192+0000 mgr.smithi105.rfsypb (mgr.14180) 1061 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-08T22:09:19.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:18 smithi105 bash[14197]: cluster 2024-02-08T22:09:17.703192+0000 mgr.smithi105.rfsypb (mgr.14180) 1061 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-08T22:09:19.921 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:09:20.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:19 smithi105 bash[14197]: audit 2024-02-08T22:09:18.151019+0000 mgr.smithi105.rfsypb (mgr.14180) 1062 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:09:20.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:19 smithi105 bash[14197]: audit 2024-02-08T22:09:19.351960+0000 mon.smithi105 (mon.0) 951 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.txtxqj"}]: dispatch 2024-02-08T22:09:20.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:19 smithi167 bash[18945]: audit 2024-02-08T22:09:18.151019+0000 mgr.smithi105.rfsypb (mgr.14180) 1062 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:09:20.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:19 smithi167 bash[18945]: audit 2024-02-08T22:09:19.351960+0000 mon.smithi105 (mon.0) 951 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.txtxqj"}]: dispatch 2024-02-08T22:09:21.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: cephadm 2024-02-08T22:09:19.350921+0000 mgr.smithi105.rfsypb (mgr.14180) 1063 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj 2024-02-08T22:09:21.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:09:21.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj 2024-02-08T22:09:21.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj 2024-02-08T22:09:21.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:09:21.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj 2024-02-08T22:09:21.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.txtxqj ... 2024-02-08T22:09:21.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:09:21.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:09:21.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:09:21.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:09:21.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:09:21.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:09:21.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:09:21.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:09:21.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:09:21.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:09:21.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj 2024-02-08T22:09:21.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:09:21.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj 2024-02-08T22:09:21.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj 2024-02-08T22:09:21.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:09:21.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj 2024-02-08T22:09:21.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.txtxqj ... 2024-02-08T22:09:21.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:09:21.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:09:21.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:09:21.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:09:21.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:09:21.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: cephadm 2024-02-08T22:09:19.351407+0000 mgr.smithi105.rfsypb (mgr.14180) 1064 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.txtxqj 2024-02-08T22:09:21.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: cephadm 2024-02-08T22:09:19.353527+0000 mgr.smithi105.rfsypb (mgr.14180) 1065 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.txtxqj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj 2024-02-08T22:09:21.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:09:21.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj 2024-02-08T22:09:21.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj 2024-02-08T22:09:21.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:09:21.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj 2024-02-08T22:09:21.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.txtxqj ... 2024-02-08T22:09:21.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:09:21.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:09:21.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:09:21.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:09:21.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:09:21.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: cephadm 2024-02-08T22:09:19.357623+0000 mgr.smithi105.rfsypb (mgr.14180) 1066 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.elapwl on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:09:21.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: cephadm 2024-02-08T22:09:19.360425+0000 mgr.smithi105.rfsypb (mgr.14180) 1067 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.mwwvcw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:09:21.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: cluster 2024-02-08T22:09:19.362101+0000 mgr.smithi105.rfsypb (mgr.14180) 1068 : cluster [DBG] pgmap v728: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-08T22:09:21.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:20 smithi105 bash[14197]: cluster 2024-02-08T22:09:20.141498+0000 mon.smithi105 (mon.0) 952 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:09:21.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: cephadm 2024-02-08T22:09:19.350921+0000 mgr.smithi105.rfsypb (mgr.14180) 1063 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj 2024-02-08T22:09:21.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:09:21.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj 2024-02-08T22:09:21.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj 2024-02-08T22:09:21.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:09:21.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj 2024-02-08T22:09:21.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.txtxqj ... 2024-02-08T22:09:21.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:09:21.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:09:21.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:09:21.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:09:21.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:09:21.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:09:21.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:09:21.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:09:21.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:09:21.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:09:21.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj 2024-02-08T22:09:21.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:09:21.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj 2024-02-08T22:09:21.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj 2024-02-08T22:09:21.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:09:21.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj 2024-02-08T22:09:21.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.txtxqj ... 2024-02-08T22:09:21.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:09:21.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:09:21.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:09:21.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:09:21.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:09:21.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: cephadm 2024-02-08T22:09:19.351407+0000 mgr.smithi105.rfsypb (mgr.14180) 1064 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.txtxqj 2024-02-08T22:09:21.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: cephadm 2024-02-08T22:09:19.353527+0000 mgr.smithi105.rfsypb (mgr.14180) 1065 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.txtxqj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj 2024-02-08T22:09:21.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:09:21.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj 2024-02-08T22:09:21.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj 2024-02-08T22:09:21.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:09:21.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj 2024-02-08T22:09:21.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.txtxqj ... 2024-02-08T22:09:21.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:09:21.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:09:21.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:09:21.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:09:21.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:09:21.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: cephadm 2024-02-08T22:09:19.357623+0000 mgr.smithi105.rfsypb (mgr.14180) 1066 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.elapwl on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:09:21.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: cephadm 2024-02-08T22:09:19.360425+0000 mgr.smithi105.rfsypb (mgr.14180) 1067 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.mwwvcw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:09:21.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: cluster 2024-02-08T22:09:19.362101+0000 mgr.smithi105.rfsypb (mgr.14180) 1068 : cluster [DBG] pgmap v728: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-08T22:09:21.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:20 smithi167 bash[18945]: cluster 2024-02-08T22:09:20.141498+0000 mon.smithi105 (mon.0) 952 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:09:22.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:21 smithi167 bash[18945]: audit 2024-02-08T22:09:20.868447+0000 mon.smithi105 (mon.0) 953 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:09:22.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:21 smithi167 bash[18945]: cluster 2024-02-08T22:09:21.363267+0000 mgr.smithi105.rfsypb (mgr.14180) 1069 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-08T22:09:22.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:21 smithi105 bash[14197]: audit 2024-02-08T22:09:20.868447+0000 mon.smithi105 (mon.0) 953 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:09:22.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:21 smithi105 bash[14197]: cluster 2024-02-08T22:09:21.363267+0000 mgr.smithi105.rfsypb (mgr.14180) 1069 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-08T22:09:23.432 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:09:23.433 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:08:11.142962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:09:15.559628Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.telmwy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\nDeploy daemon haproxy.nfs.foo.smithi167.telmwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:09:19.353319Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.txtxqj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj\nDeploy daemon haproxy.nfs.foo.smithi105.txtxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:09:19.357429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.elapwl on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:09:19.360263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mwwvcw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:09:24.224 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:09:24.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:24 smithi105 bash[14197]: cluster 2024-02-08T22:09:23.364418+0000 mgr.smithi105.rfsypb (mgr.14180) 1070 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:09:24.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:24 smithi105 bash[14197]: audit 2024-02-08T22:09:23.421774+0000 mgr.smithi105.rfsypb (mgr.14180) 1071 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:09:24.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:24 smithi167 bash[18945]: cluster 2024-02-08T22:09:23.364418+0000 mgr.smithi105.rfsypb (mgr.14180) 1070 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:09:24.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:24 smithi167 bash[18945]: audit 2024-02-08T22:09:23.421774+0000 mgr.smithi105.rfsypb (mgr.14180) 1071 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:09:25.225 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:09:26.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:26 smithi105 bash[14197]: cluster 2024-02-08T22:09:25.366134+0000 mgr.smithi105.rfsypb (mgr.14180) 1072 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:09:26.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:26 smithi167 bash[18945]: cluster 2024-02-08T22:09:25.366134+0000 mgr.smithi105.rfsypb (mgr.14180) 1072 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:09:28.486 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:09:28.487 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:08:11.142962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:09:15.559628Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.telmwy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\nDeploy daemon haproxy.nfs.foo.smithi167.telmwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:09:19.353319Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.txtxqj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj\nDeploy daemon haproxy.nfs.foo.smithi105.txtxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:09:19.357429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.elapwl on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:09:19.360263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mwwvcw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:09:28.721 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:28 smithi105 bash[14197]: cluster 2024-02-08T22:09:27.367255+0000 mgr.smithi105.rfsypb (mgr.14180) 1073 : cluster [DBG] pgmap v732: 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 2024-02-08T22:09:28.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:28 smithi167 bash[18945]: cluster 2024-02-08T22:09:27.367255+0000 mgr.smithi105.rfsypb (mgr.14180) 1073 : cluster [DBG] pgmap v732: 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 2024-02-08T22:09:29.269 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:09:29.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:29 smithi105 bash[14197]: audit 2024-02-08T22:09:28.475988+0000 mgr.smithi105.rfsypb (mgr.14180) 1074 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:09:29.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:29 smithi167 bash[18945]: audit 2024-02-08T22:09:28.475988+0000 mgr.smithi105.rfsypb (mgr.14180) 1074 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:09:30.270 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:09:30.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:30 smithi105 bash[14197]: cluster 2024-02-08T22:09:29.368997+0000 mgr.smithi105.rfsypb (mgr.14180) 1075 : 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 2024-02-08T22:09:30.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:30 smithi167 bash[18945]: cluster 2024-02-08T22:09:29.368997+0000 mgr.smithi105.rfsypb (mgr.14180) 1075 : 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 2024-02-08T22:09:32.695 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:32 smithi105 bash[14197]: cluster 2024-02-08T22:09:31.370894+0000 mgr.smithi105.rfsypb (mgr.14180) 1076 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:09:32.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:32 smithi167 bash[18945]: cluster 2024-02-08T22:09:31.370894+0000 mgr.smithi105.rfsypb (mgr.14180) 1076 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:09:33.716 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:09:33.716 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:08:11.142962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:09:15.559628Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.telmwy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\nDeploy daemon haproxy.nfs.foo.smithi167.telmwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:09:19.353319Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.txtxqj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj\nDeploy daemon haproxy.nfs.foo.smithi105.txtxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:09:19.357429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.elapwl on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:09:19.360263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mwwvcw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:09:34.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:09:34.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:34 smithi167 bash[18945]: cluster 2024-02-08T22:09:33.372116+0000 mgr.smithi105.rfsypb (mgr.14180) 1077 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:09:34.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:34 smithi167 bash[18945]: audit 2024-02-08T22:09:33.705263+0000 mgr.smithi105.rfsypb (mgr.14180) 1078 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:09:34.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:34 smithi105 bash[14197]: cluster 2024-02-08T22:09:33.372116+0000 mgr.smithi105.rfsypb (mgr.14180) 1077 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:09:34.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:34 smithi105 bash[14197]: audit 2024-02-08T22:09:33.705263+0000 mgr.smithi105.rfsypb (mgr.14180) 1078 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:09:35.506 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:09:36.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:36 smithi167 bash[18945]: cluster 2024-02-08T22:09:35.373909+0000 mgr.smithi105.rfsypb (mgr.14180) 1079 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:09:36.798 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:36 smithi105 bash[14197]: cluster 2024-02-08T22:09:35.373909+0000 mgr.smithi105.rfsypb (mgr.14180) 1079 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:09:38.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:38 smithi167 bash[18945]: cluster 2024-02-08T22:09:37.375520+0000 mgr.smithi105.rfsypb (mgr.14180) 1080 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:09:38.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:38 smithi105 bash[14197]: cluster 2024-02-08T22:09:37.375520+0000 mgr.smithi105.rfsypb (mgr.14180) 1080 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:09:38.869 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:09:38.870 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:08:11.142962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:09:15.559628Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.telmwy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\nDeploy daemon haproxy.nfs.foo.smithi167.telmwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:09:19.353319Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.txtxqj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj\nDeploy daemon haproxy.nfs.foo.smithi105.txtxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:09:19.357429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.elapwl on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:09:19.360263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mwwvcw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:09:39.724 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:09:40.725 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:09:40.737 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:40 smithi105 bash[14197]: audit 2024-02-08T22:09:38.859281+0000 mgr.smithi105.rfsypb (mgr.14180) 1081 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:09:40.737 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:40 smithi105 bash[14197]: cluster 2024-02-08T22:09:39.376588+0000 mgr.smithi105.rfsypb (mgr.14180) 1082 : 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 2024-02-08T22:09:40.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:40 smithi167 bash[18945]: audit 2024-02-08T22:09:38.859281+0000 mgr.smithi105.rfsypb (mgr.14180) 1081 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:09:40.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:40 smithi167 bash[18945]: cluster 2024-02-08T22:09:39.376588+0000 mgr.smithi105.rfsypb (mgr.14180) 1082 : 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 2024-02-08T22:09:42.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:42 smithi167 bash[18945]: cluster 2024-02-08T22:09:41.378574+0000 mgr.smithi105.rfsypb (mgr.14180) 1083 : 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 2024-02-08T22:09:42.777 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:42 smithi105 bash[14197]: cluster 2024-02-08T22:09:41.378574+0000 mgr.smithi105.rfsypb (mgr.14180) 1083 : 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 2024-02-08T22:09:44.118 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:09:44.119 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:08:11.142962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:09:15.559628Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.telmwy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\nDeploy daemon haproxy.nfs.foo.smithi167.telmwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:09:19.353319Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.txtxqj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj\nDeploy daemon haproxy.nfs.foo.smithi105.txtxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:09:19.357429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.elapwl on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:09:19.360263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mwwvcw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:09:44.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:44 smithi167 bash[18945]: cluster 2024-02-08T22:09:43.379774+0000 mgr.smithi105.rfsypb (mgr.14180) 1084 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:09:44.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:44 smithi105 bash[14197]: cluster 2024-02-08T22:09:43.379774+0000 mgr.smithi105.rfsypb (mgr.14180) 1084 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:09:44.896 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:09:45.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:45 smithi167 bash[18945]: audit 2024-02-08T22:09:44.106736+0000 mgr.smithi105.rfsypb (mgr.14180) 1085 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:09:45.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:45 smithi105 bash[14197]: audit 2024-02-08T22:09:44.106736+0000 mgr.smithi105.rfsypb (mgr.14180) 1085 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:09:45.897 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:09:46.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:46 smithi105 bash[14197]: cluster 2024-02-08T22:09:45.381555+0000 mgr.smithi105.rfsypb (mgr.14180) 1086 : cluster [DBG] pgmap v741: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:09:46.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:46 smithi167 bash[18945]: cluster 2024-02-08T22:09:45.381555+0000 mgr.smithi105.rfsypb (mgr.14180) 1086 : cluster [DBG] pgmap v741: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:09:48.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:48 smithi105 bash[14197]: cluster 2024-02-08T22:09:47.383091+0000 mgr.smithi105.rfsypb (mgr.14180) 1087 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:09:48.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:48 smithi167 bash[18945]: cluster 2024-02-08T22:09:47.383091+0000 mgr.smithi105.rfsypb (mgr.14180) 1087 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:09:49.088 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:09:49.088 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:08:11.142962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:09:15.559628Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.telmwy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\nDeploy daemon haproxy.nfs.foo.smithi167.telmwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:09:19.353319Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.txtxqj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj\nDeploy daemon haproxy.nfs.foo.smithi105.txtxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:09:19.357429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.elapwl on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:09:19.360263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mwwvcw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:09:49.918 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:09:50.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:50 smithi105 bash[14197]: audit 2024-02-08T22:09:49.080562+0000 mgr.smithi105.rfsypb (mgr.14180) 1088 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:09:50.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:50 smithi105 bash[14197]: cluster 2024-02-08T22:09:49.384726+0000 mgr.smithi105.rfsypb (mgr.14180) 1089 : 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 2024-02-08T22:09:50.920 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:09:50.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:50 smithi167 bash[18945]: audit 2024-02-08T22:09:49.080562+0000 mgr.smithi105.rfsypb (mgr.14180) 1088 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:09:50.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:50 smithi167 bash[18945]: cluster 2024-02-08T22:09:49.384726+0000 mgr.smithi105.rfsypb (mgr.14180) 1089 : 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 2024-02-08T22:09:52.695 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:52 smithi105 bash[14197]: cluster 2024-02-08T22:09:51.385812+0000 mgr.smithi105.rfsypb (mgr.14180) 1090 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:09:52.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:52 smithi167 bash[18945]: cluster 2024-02-08T22:09:51.385812+0000 mgr.smithi105.rfsypb (mgr.14180) 1090 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:09:54.224 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:09:54.224 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:08:11.142962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:09:15.559628Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.telmwy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\nDeploy daemon haproxy.nfs.foo.smithi167.telmwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:09:19.353319Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.txtxqj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj\nDeploy daemon haproxy.nfs.foo.smithi105.txtxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:09:19.357429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.elapwl on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:09:19.360263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mwwvcw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:09:54.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:54 smithi105 bash[14197]: cluster 2024-02-08T22:09:53.386956+0000 mgr.smithi105.rfsypb (mgr.14180) 1091 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:09:54.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:54 smithi167 bash[18945]: cluster 2024-02-08T22:09:53.386956+0000 mgr.smithi105.rfsypb (mgr.14180) 1091 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:09:55.079 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:09:55.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:55 smithi105 bash[14197]: audit 2024-02-08T22:09:54.216825+0000 mgr.smithi105.rfsypb (mgr.14180) 1092 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:09:55.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:55 smithi167 bash[18945]: audit 2024-02-08T22:09:54.216825+0000 mgr.smithi105.rfsypb (mgr.14180) 1092 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:09:56.080 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:09:56.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:56 smithi105 bash[14197]: cluster 2024-02-08T22:09:55.388644+0000 mgr.smithi105.rfsypb (mgr.14180) 1093 : cluster [DBG] pgmap v746: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:09:56.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:56 smithi167 bash[18945]: cluster 2024-02-08T22:09:55.388644+0000 mgr.smithi105.rfsypb (mgr.14180) 1093 : cluster [DBG] pgmap v746: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:09:58.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:09:58 smithi105 bash[14197]: cluster 2024-02-08T22:09:57.389756+0000 mgr.smithi105.rfsypb (mgr.14180) 1094 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:09:58.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:09:58 smithi167 bash[18945]: cluster 2024-02-08T22:09:57.389756+0000 mgr.smithi105.rfsypb (mgr.14180) 1094 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:09:59.472 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:09:59.473 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:08:11.142962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:09:15.559628Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.telmwy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\nDeploy daemon haproxy.nfs.foo.smithi167.telmwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:09:19.353319Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.txtxqj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj\nDeploy daemon haproxy.nfs.foo.smithi105.txtxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:09:19.357429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.elapwl on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:09:19.360263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mwwvcw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:10:00.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:10:00.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:00 smithi105 bash[14197]: cluster 2024-02-08T22:09:59.391134+0000 mgr.smithi105.rfsypb (mgr.14180) 1095 : 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 2024-02-08T22:10:00.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:00 smithi105 bash[14197]: audit 2024-02-08T22:09:59.461522+0000 mgr.smithi105.rfsypb (mgr.14180) 1096 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:10:00.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:00 smithi105 bash[14197]: cluster 2024-02-08T22:10:00.000109+0000 mon.smithi105 (mon.0) 954 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-02-08T22:10:00.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:00 smithi167 bash[18945]: cluster 2024-02-08T22:09:59.391134+0000 mgr.smithi105.rfsypb (mgr.14180) 1095 : 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 2024-02-08T22:10:00.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:00 smithi167 bash[18945]: audit 2024-02-08T22:09:59.461522+0000 mgr.smithi105.rfsypb (mgr.14180) 1096 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:10:00.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:00 smithi167 bash[18945]: cluster 2024-02-08T22:10:00.000109+0000 mon.smithi105 (mon.0) 954 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-02-08T22:10:01.274 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:10:02.675 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:02 smithi105 bash[14197]: cluster 2024-02-08T22:10:01.392923+0000 mgr.smithi105.rfsypb (mgr.14180) 1097 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:10:02.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:02 smithi167 bash[18945]: cluster 2024-02-08T22:10:01.392923+0000 mgr.smithi105.rfsypb (mgr.14180) 1097 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:10:04.484 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:10:04.484 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:08:11.142962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:09:15.559628Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.telmwy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\nDeploy daemon haproxy.nfs.foo.smithi167.telmwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:09:19.353319Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.txtxqj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj\nDeploy daemon haproxy.nfs.foo.smithi105.txtxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:09:19.357429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.elapwl on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:09:19.360263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mwwvcw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:10:04.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:04 smithi105 bash[14197]: cluster 2024-02-08T22:10:03.394162+0000 mgr.smithi105.rfsypb (mgr.14180) 1098 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:10:04.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:04 smithi167 bash[18945]: cluster 2024-02-08T22:10:03.394162+0000 mgr.smithi105.rfsypb (mgr.14180) 1098 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:10:05.278 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:10:05.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:05 smithi105 bash[14197]: audit 2024-02-08T22:10:04.469858+0000 mgr.smithi105.rfsypb (mgr.14180) 1099 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:10:05.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:05 smithi167 bash[18945]: audit 2024-02-08T22:10:04.469858+0000 mgr.smithi105.rfsypb (mgr.14180) 1099 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:10:06.279 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:10:06.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:06 smithi105 bash[14197]: cluster 2024-02-08T22:10:05.395871+0000 mgr.smithi105.rfsypb (mgr.14180) 1100 : cluster [DBG] pgmap v751: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:10:06.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:06 smithi167 bash[18945]: cluster 2024-02-08T22:10:05.395871+0000 mgr.smithi105.rfsypb (mgr.14180) 1100 : cluster [DBG] pgmap v751: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:10:08.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:08 smithi105 bash[14197]: cluster 2024-02-08T22:10:07.397366+0000 mgr.smithi105.rfsypb (mgr.14180) 1101 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:10:08.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:08 smithi167 bash[18945]: cluster 2024-02-08T22:10:07.397366+0000 mgr.smithi105.rfsypb (mgr.14180) 1101 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:10:09.647 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:10:09.648 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:08:11.142962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:09:15.559628Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.telmwy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\nDeploy daemon haproxy.nfs.foo.smithi167.telmwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:09:19.353319Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.txtxqj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj\nDeploy daemon haproxy.nfs.foo.smithi105.txtxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:09:19.357429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.elapwl on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:09:19.360263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mwwvcw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:10:10.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:10:10.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:10 smithi105 bash[14197]: cluster 2024-02-08T22:10:09.398901+0000 mgr.smithi105.rfsypb (mgr.14180) 1102 : 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 2024-02-08T22:10:10.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:10 smithi105 bash[14197]: audit 2024-02-08T22:10:09.635786+0000 mgr.smithi105.rfsypb (mgr.14180) 1103 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:10:10.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:10 smithi167 bash[18945]: cluster 2024-02-08T22:10:09.398901+0000 mgr.smithi105.rfsypb (mgr.14180) 1102 : 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 2024-02-08T22:10:10.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:10 smithi167 bash[18945]: audit 2024-02-08T22:10:09.635786+0000 mgr.smithi105.rfsypb (mgr.14180) 1103 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:10:11.452 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:10:12.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:12 smithi105 bash[14197]: cluster 2024-02-08T22:10:11.400884+0000 mgr.smithi105.rfsypb (mgr.14180) 1104 : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:10:12.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:12 smithi167 bash[18945]: cluster 2024-02-08T22:10:11.400884+0000 mgr.smithi105.rfsypb (mgr.14180) 1104 : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:10:14.780 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:10:14.780 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:08:11.142962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:09:15.559628Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.telmwy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\nDeploy daemon haproxy.nfs.foo.smithi167.telmwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:09:19.353319Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.txtxqj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj\nDeploy daemon haproxy.nfs.foo.smithi105.txtxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:09:19.357429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.elapwl on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:09:19.360263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mwwvcw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:10:14.810 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:14 smithi105 bash[14197]: cluster 2024-02-08T22:10:13.402146+0000 mgr.smithi105.rfsypb (mgr.14180) 1105 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:10:14.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:14 smithi167 bash[18945]: cluster 2024-02-08T22:10:13.402146+0000 mgr.smithi105.rfsypb (mgr.14180) 1105 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:10:15.554 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:10:15.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:15 smithi105 bash[14197]: audit 2024-02-08T22:10:14.772837+0000 mgr.smithi105.rfsypb (mgr.14180) 1106 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:10:15.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:15 smithi167 bash[18945]: audit 2024-02-08T22:10:14.772837+0000 mgr.smithi105.rfsypb (mgr.14180) 1106 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:10:16.555 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:10:16.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:16 smithi167 bash[18945]: cluster 2024-02-08T22:10:15.403909+0000 mgr.smithi105.rfsypb (mgr.14180) 1107 : cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:10:17.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:16 smithi105 bash[14197]: cluster 2024-02-08T22:10:15.403909+0000 mgr.smithi105.rfsypb (mgr.14180) 1107 : cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:10:18.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:18 smithi105 bash[14197]: cluster 2024-02-08T22:10:17.405043+0000 mgr.smithi105.rfsypb (mgr.14180) 1108 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:10:18.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:18 smithi167 bash[18945]: cluster 2024-02-08T22:10:17.405043+0000 mgr.smithi105.rfsypb (mgr.14180) 1108 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:10:19.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:19 smithi105 bash[14197]: audit 2024-02-08T22:10:19.364646+0000 mon.smithi105 (mon.0) 955 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:10:19.836 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:10:19.837 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:08:11.142962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbsfjq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:09:15.559628Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.telmwy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\nDeploy daemon haproxy.nfs.foo.smithi167.telmwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:09:19.353319Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.txtxqj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj\nDeploy daemon haproxy.nfs.foo.smithi105.txtxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:09:19.357429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.elapwl on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:09:19.360263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mwwvcw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:10:19.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:19 smithi167 bash[18945]: audit 2024-02-08T22:10:19.364646+0000 mon.smithi105 (mon.0) 955 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:10:20.703 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:10:20.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:20 smithi167 bash[18945]: cluster 2024-02-08T22:10:19.406158+0000 mgr.smithi105.rfsypb (mgr.14180) 1109 : 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 2024-02-08T22:10:20.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:20 smithi167 bash[18945]: audit 2024-02-08T22:10:19.649898+0000 mon.smithi105 (mon.0) 956 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:10:20.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:20 smithi167 bash[18945]: audit 2024-02-08T22:10:19.651547+0000 mon.smithi105 (mon.0) 957 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:10:20.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:20 smithi167 bash[18945]: audit 2024-02-08T22:10:19.659145+0000 mon.smithi105 (mon.0) 958 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:10:20.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:20 smithi167 bash[18945]: cluster 2024-02-08T22:10:19.659994+0000 mgr.smithi105.rfsypb (mgr.14180) 1110 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:10:20.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:20 smithi167 bash[18945]: audit 2024-02-08T22:10:19.665857+0000 mon.smithi105 (mon.0) 959 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:10:20.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:20 smithi167 bash[18945]: audit 2024-02-08T22:10:19.679289+0000 mon.smithi105 (mon.0) 960 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:10:21.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:20 smithi167 bash[18945]: cephadm 2024-02-08T22:10:19.682975+0000 mgr.smithi105.rfsypb (mgr.14180) 1111 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.maypps on smithi167 2024-02-08T22:10:21.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:20 smithi167 bash[18945]: audit 2024-02-08T22:10:19.824586+0000 mgr.smithi105.rfsypb (mgr.14180) 1112 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:10:21.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:20 smithi105 bash[14197]: cluster 2024-02-08T22:10:19.406158+0000 mgr.smithi105.rfsypb (mgr.14180) 1109 : 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 2024-02-08T22:10:21.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:20 smithi105 bash[14197]: audit 2024-02-08T22:10:19.649898+0000 mon.smithi105 (mon.0) 956 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:10:21.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:20 smithi105 bash[14197]: audit 2024-02-08T22:10:19.651547+0000 mon.smithi105 (mon.0) 957 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:10:21.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:20 smithi105 bash[14197]: audit 2024-02-08T22:10:19.659145+0000 mon.smithi105 (mon.0) 958 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:10:21.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:20 smithi105 bash[14197]: cluster 2024-02-08T22:10:19.659994+0000 mgr.smithi105.rfsypb (mgr.14180) 1110 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:10:21.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:20 smithi105 bash[14197]: audit 2024-02-08T22:10:19.665857+0000 mon.smithi105 (mon.0) 959 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:10:21.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:20 smithi105 bash[14197]: audit 2024-02-08T22:10:19.679289+0000 mon.smithi105 (mon.0) 960 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:10:21.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:20 smithi105 bash[14197]: cephadm 2024-02-08T22:10:19.682975+0000 mgr.smithi105.rfsypb (mgr.14180) 1111 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.maypps on smithi167 2024-02-08T22:10:21.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:20 smithi105 bash[14197]: audit 2024-02-08T22:10:19.824586+0000 mgr.smithi105.rfsypb (mgr.14180) 1112 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:10:21.704 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:10:21.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:21 smithi105 bash[14197]: cluster 2024-02-08T22:10:20.656148+0000 mon.smithi105 (mon.0) 961 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:10:21.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:21 smithi105 bash[14197]: cluster 2024-02-08T22:10:20.656204+0000 mon.smithi105 (mon.0) 962 : cluster [INF] Cluster is now healthy 2024-02-08T22:10:21.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:21 smithi167 bash[18945]: cluster 2024-02-08T22:10:20.656148+0000 mon.smithi105 (mon.0) 961 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:10:21.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:21 smithi167 bash[18945]: cluster 2024-02-08T22:10:20.656204+0000 mon.smithi105 (mon.0) 962 : cluster [INF] Cluster is now healthy 2024-02-08T22:10:22.933 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:22 smithi105 bash[14197]: cluster 2024-02-08T22:10:21.661451+0000 mgr.smithi105.rfsypb (mgr.14180) 1113 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:10:22.933 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:22 smithi105 bash[14197]: audit 2024-02-08T22:10:22.547447+0000 mon.smithi105 (mon.0) 963 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:10:22.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:22 smithi167 bash[18945]: cluster 2024-02-08T22:10:21.661451+0000 mgr.smithi105.rfsypb (mgr.14180) 1113 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:10:22.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:22 smithi167 bash[18945]: audit 2024-02-08T22:10:22.547447+0000 mon.smithi105 (mon.0) 963 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:10:23.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:23 smithi167 bash[18945]: audit 2024-02-08T22:10:23.674462+0000 mon.smithi105 (mon.0) 964 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.maypps"}]: dispatch 2024-02-08T22:10:24.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:23 smithi105 bash[14197]: audit 2024-02-08T22:10:23.674462+0000 mon.smithi105 (mon.0) 964 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.maypps"}]: dispatch 2024-02-08T22:10:24.984 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: cluster 2024-02-08T22:10:23.662515+0000 mgr.smithi105.rfsypb (mgr.14180) 1114 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:10:24.984 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: cephadm 2024-02-08T22:10:23.673582+0000 mgr.smithi105.rfsypb (mgr.14180) 1115 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps 2024-02-08T22:10:24.984 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:10:24.984 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps 2024-02-08T22:10:24.984 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps 2024-02-08T22:10:24.984 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:10:24.984 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps 2024-02-08T22:10:24.984 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.maypps ... 2024-02-08T22:10:24.984 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:10:24.985 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:10:24.985 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:10:24.985 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:10:24.985 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:10:24.985 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:10:24.985 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:10:24.985 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:10:24.985 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:10:24.985 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:10:24.985 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps 2024-02-08T22:10:24.985 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:10:24.985 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps 2024-02-08T22:10:24.985 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps 2024-02-08T22:10:24.986 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:10:24.986 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps 2024-02-08T22:10:24.986 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.maypps ... 2024-02-08T22:10:24.986 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:10:24.986 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:10:24.986 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:10:24.986 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:10:24.986 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:10:24.986 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: cephadm 2024-02-08T22:10:23.673976+0000 mgr.smithi105.rfsypb (mgr.14180) 1116 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.maypps 2024-02-08T22:10:24.986 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: cephadm 2024-02-08T22:10:23.675550+0000 mgr.smithi105.rfsypb (mgr.14180) 1117 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.maypps on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps 2024-02-08T22:10:24.986 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:10:24.986 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps 2024-02-08T22:10:24.986 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps 2024-02-08T22:10:24.986 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:10:24.987 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps 2024-02-08T22:10:24.987 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.maypps ... 2024-02-08T22:10:24.987 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:10:24.987 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:10:24.987 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:10:24.987 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:10:24.987 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:10:24.987 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:24 smithi105 bash[14197]: cephadm 2024-02-08T22:10:23.679334+0000 mgr.smithi105.rfsypb (mgr.14180) 1118 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.igpwat on smithi105 2024-02-08T22:10:24.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: cluster 2024-02-08T22:10:23.662515+0000 mgr.smithi105.rfsypb (mgr.14180) 1114 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:10:25.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: cephadm 2024-02-08T22:10:23.673582+0000 mgr.smithi105.rfsypb (mgr.14180) 1115 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps 2024-02-08T22:10:25.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:10:25.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps 2024-02-08T22:10:25.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps 2024-02-08T22:10:25.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:10:25.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps 2024-02-08T22:10:25.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.maypps ... 2024-02-08T22:10:25.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:10:25.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:10:25.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:10:25.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:10:25.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:10:25.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:10:25.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:10:25.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:10:25.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:10:25.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:10:25.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps 2024-02-08T22:10:25.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:10:25.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps 2024-02-08T22:10:25.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps 2024-02-08T22:10:25.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:10:25.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps 2024-02-08T22:10:25.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.maypps ... 2024-02-08T22:10:25.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:10:25.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:10:25.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:10:25.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:10:25.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:10:25.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: cephadm 2024-02-08T22:10:23.673976+0000 mgr.smithi105.rfsypb (mgr.14180) 1116 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.maypps 2024-02-08T22:10:25.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: cephadm 2024-02-08T22:10:23.675550+0000 mgr.smithi105.rfsypb (mgr.14180) 1117 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.maypps on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps 2024-02-08T22:10:25.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:10:25.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps 2024-02-08T22:10:25.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps 2024-02-08T22:10:25.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:10:25.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps 2024-02-08T22:10:25.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.maypps ... 2024-02-08T22:10:25.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:10:25.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:10:25.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:10:25.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:10:25.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:10:25.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:24 smithi167 bash[18945]: cephadm 2024-02-08T22:10:23.679334+0000 mgr.smithi105.rfsypb (mgr.14180) 1118 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.igpwat on smithi105 2024-02-08T22:10:25.416 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:10:25.416 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:09:15.559628Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.telmwy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-telmwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.telmwy\nDeploy daemon haproxy.nfs.foo.smithi167.telmwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:09:19.353319Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.txtxqj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-txtxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.txtxqj\nDeploy daemon haproxy.nfs.foo.smithi105.txtxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:09:19.357429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.elapwl on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:09:19.360263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mwwvcw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:10:23.675389Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.maypps on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\nDeploy daemon haproxy.nfs.foo.smithi167.maypps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -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.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:10:26.248 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:10:26.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:26 smithi167 bash[18945]: audit 2024-02-08T22:10:25.402746+0000 mgr.smithi105.rfsypb (mgr.14180) 1119 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:10:26.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:26 smithi167 bash[18945]: cluster 2024-02-08T22:10:25.663415+0000 mgr.smithi105.rfsypb (mgr.14180) 1120 : 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 2024-02-08T22:10:27.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:26 smithi105 bash[14197]: audit 2024-02-08T22:10:25.402746+0000 mgr.smithi105.rfsypb (mgr.14180) 1119 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:10:27.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:26 smithi105 bash[14197]: cluster 2024-02-08T22:10:25.663415+0000 mgr.smithi105.rfsypb (mgr.14180) 1120 : 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 2024-02-08T22:10:27.249 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:10:29.013 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:28 smithi105 bash[14197]: cluster 2024-02-08T22:10:27.664820+0000 mgr.smithi105.rfsypb (mgr.14180) 1121 : 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 2024-02-08T22:10:29.013 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:28 smithi105 bash[14197]: audit 2024-02-08T22:10:28.482896+0000 mon.smithi105 (mon.0) 965 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.igpwat"}]: dispatch 2024-02-08T22:10:29.047 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:28 smithi167 bash[18945]: cluster 2024-02-08T22:10:27.664820+0000 mgr.smithi105.rfsypb (mgr.14180) 1121 : 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 2024-02-08T22:10:29.047 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:28 smithi167 bash[18945]: audit 2024-02-08T22:10:28.482896+0000 mon.smithi105 (mon.0) 965 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.igpwat"}]: dispatch 2024-02-08T22:10:30.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: cephadm 2024-02-08T22:10:28.482107+0000 mgr.smithi105.rfsypb (mgr.14180) 1122 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat 2024-02-08T22:10:30.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:10:30.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat 2024-02-08T22:10:30.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat 2024-02-08T22:10:30.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:10:30.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat 2024-02-08T22:10:30.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.igpwat ... 2024-02-08T22:10:30.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:10:30.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:10:30.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:10:30.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:10:30.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:10:30.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:10:30.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:10:30.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:10:30.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:10:30.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:10:30.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat 2024-02-08T22:10:30.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:10:30.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat 2024-02-08T22:10:30.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat 2024-02-08T22:10:30.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:10:30.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat 2024-02-08T22:10:30.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.igpwat ... 2024-02-08T22:10:30.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:10:30.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:10:30.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:10:30.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:10:30.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:10:30.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: cephadm 2024-02-08T22:10:28.482327+0000 mgr.smithi105.rfsypb (mgr.14180) 1123 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.igpwat 2024-02-08T22:10:30.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: cephadm 2024-02-08T22:10:28.484196+0000 mgr.smithi105.rfsypb (mgr.14180) 1124 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.igpwat on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat 2024-02-08T22:10:30.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:10:30.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat 2024-02-08T22:10:30.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat 2024-02-08T22:10:30.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:10:30.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat 2024-02-08T22:10:30.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.igpwat ... 2024-02-08T22:10:30.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:10:30.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:10:30.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:10:30.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:10:30.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:10:30.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: cephadm 2024-02-08T22:10:28.486513+0000 mgr.smithi105.rfsypb (mgr.14180) 1125 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.uuolbc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:10:30.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: cephadm 2024-02-08T22:10:28.488057+0000 mgr.smithi105.rfsypb (mgr.14180) 1126 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.behfsh on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:10:30.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: cluster 2024-02-08T22:10:28.489269+0000 mgr.smithi105.rfsypb (mgr.14180) 1127 : cluster [DBG] pgmap v764: 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 2024-02-08T22:10:30.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:29 smithi105 bash[14197]: cluster 2024-02-08T22:10:28.739014+0000 mon.smithi105 (mon.0) 966 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:10:30.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: cephadm 2024-02-08T22:10:28.482107+0000 mgr.smithi105.rfsypb (mgr.14180) 1122 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat 2024-02-08T22:10:30.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:10:30.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat 2024-02-08T22:10:30.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat 2024-02-08T22:10:30.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:10:30.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat 2024-02-08T22:10:30.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.igpwat ... 2024-02-08T22:10:30.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:10:30.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:10:30.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:10:30.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:10:30.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:10:30.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:10:30.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:10:30.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:10:30.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:10:30.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:10:30.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat 2024-02-08T22:10:30.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:10:30.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat 2024-02-08T22:10:30.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat 2024-02-08T22:10:30.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:10:30.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat 2024-02-08T22:10:30.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.igpwat ... 2024-02-08T22:10:30.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:10:30.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:10:30.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:10:30.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:10:30.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:10:30.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: cephadm 2024-02-08T22:10:28.482327+0000 mgr.smithi105.rfsypb (mgr.14180) 1123 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.igpwat 2024-02-08T22:10:30.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: cephadm 2024-02-08T22:10:28.484196+0000 mgr.smithi105.rfsypb (mgr.14180) 1124 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.igpwat on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat 2024-02-08T22:10:30.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:10:30.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat 2024-02-08T22:10:30.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat 2024-02-08T22:10:30.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:10:30.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat 2024-02-08T22:10:30.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.igpwat ... 2024-02-08T22:10:30.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:10:30.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:10:30.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:10:30.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:10:30.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:10:30.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: cephadm 2024-02-08T22:10:28.486513+0000 mgr.smithi105.rfsypb (mgr.14180) 1125 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.uuolbc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:10:30.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: cephadm 2024-02-08T22:10:28.488057+0000 mgr.smithi105.rfsypb (mgr.14180) 1126 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.behfsh on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:10:30.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: cluster 2024-02-08T22:10:28.489269+0000 mgr.smithi105.rfsypb (mgr.14180) 1127 : cluster [DBG] pgmap v764: 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 2024-02-08T22:10:30.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:29 smithi167 bash[18945]: cluster 2024-02-08T22:10:28.739014+0000 mon.smithi105 (mon.0) 966 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:10:30.978 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:10:30.978 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:09:19.360263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mwwvcw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:10:23.675389Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.maypps on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\nDeploy daemon haproxy.nfs.foo.smithi167.maypps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:10:28.484074Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.igpwat on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat\nDeploy daemon haproxy.nfs.foo.smithi105.igpwat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:10:28.486413Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.uuolbc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:10:28.487956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.behfsh on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:10:31.784 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:10:32.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:31 smithi105 bash[14197]: cluster 2024-02-08T22:10:30.490189+0000 mgr.smithi105.rfsypb (mgr.14180) 1128 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-08T22:10:32.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:31 smithi105 bash[14197]: audit 2024-02-08T22:10:30.924905+0000 mon.smithi105 (mon.0) 967 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:10:32.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:31 smithi167 bash[18945]: cluster 2024-02-08T22:10:30.490189+0000 mgr.smithi105.rfsypb (mgr.14180) 1128 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-08T22:10:32.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:31 smithi167 bash[18945]: audit 2024-02-08T22:10:30.924905+0000 mon.smithi105 (mon.0) 967 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:10:32.784 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:10:32.983 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:32 smithi105 bash[14197]: audit 2024-02-08T22:10:30.967084+0000 mgr.smithi105.rfsypb (mgr.14180) 1129 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:10:33.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:32 smithi167 bash[18945]: audit 2024-02-08T22:10:30.967084+0000 mgr.smithi105.rfsypb (mgr.14180) 1129 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:10:34.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:33 smithi105 bash[14197]: cluster 2024-02-08T22:10:32.491823+0000 mgr.smithi105.rfsypb (mgr.14180) 1130 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-08T22:10:34.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:33 smithi167 bash[18945]: cluster 2024-02-08T22:10:32.491823+0000 mgr.smithi105.rfsypb (mgr.14180) 1130 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-08T22:10:36.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:35 smithi105 bash[14197]: cluster 2024-02-08T22:10:34.493135+0000 mgr.smithi105.rfsypb (mgr.14180) 1131 : cluster [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-08T22:10:36.098 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:10:36.099 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:09:19.360263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mwwvcw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:10:23.675389Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.maypps on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\nDeploy daemon haproxy.nfs.foo.smithi167.maypps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:10:28.484074Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.igpwat on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat\nDeploy daemon haproxy.nfs.foo.smithi105.igpwat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:10:28.486413Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.uuolbc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:10:28.487956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.behfsh on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:10:36.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:35 smithi167 bash[18945]: cluster 2024-02-08T22:10:34.493135+0000 mgr.smithi105.rfsypb (mgr.14180) 1131 : cluster [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-08T22:10:36.948 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:10:37.949 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:10:38.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:37 smithi105 bash[14197]: audit 2024-02-08T22:10:36.091792+0000 mgr.smithi105.rfsypb (mgr.14180) 1132 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:10:38.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:37 smithi105 bash[14197]: cluster 2024-02-08T22:10:36.494896+0000 mgr.smithi105.rfsypb (mgr.14180) 1133 : cluster [DBG] pgmap v768: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2024-02-08T22:10:38.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:37 smithi105 bash[14197]: audit 2024-02-08T22:10:37.547956+0000 mon.smithi105 (mon.0) 968 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:10:38.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:37 smithi167 bash[18945]: audit 2024-02-08T22:10:36.091792+0000 mgr.smithi105.rfsypb (mgr.14180) 1132 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:10:38.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:37 smithi167 bash[18945]: cluster 2024-02-08T22:10:36.494896+0000 mgr.smithi105.rfsypb (mgr.14180) 1133 : cluster [DBG] pgmap v768: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2024-02-08T22:10:38.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:37 smithi167 bash[18945]: audit 2024-02-08T22:10:37.547956+0000 mon.smithi105 (mon.0) 968 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:10:40.039 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:39 smithi105 bash[14197]: cluster 2024-02-08T22:10:38.496145+0000 mgr.smithi105.rfsypb (mgr.14180) 1134 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-08T22:10:40.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:39 smithi167 bash[18945]: cluster 2024-02-08T22:10:38.496145+0000 mgr.smithi105.rfsypb (mgr.14180) 1134 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-08T22:10:41.388 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:10:41.388 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:09:19.360263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mwwvcw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:10:23.675389Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.maypps on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\nDeploy daemon haproxy.nfs.foo.smithi167.maypps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:10:28.484074Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.igpwat on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat\nDeploy daemon haproxy.nfs.foo.smithi105.igpwat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:10:28.486413Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.uuolbc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:10:28.487956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.behfsh on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:10:42.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:41 smithi105 bash[14197]: cluster 2024-02-08T22:10:40.497604+0000 mgr.smithi105.rfsypb (mgr.14180) 1135 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:10:42.149 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:10:42.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:41 smithi167 bash[18945]: cluster 2024-02-08T22:10:40.497604+0000 mgr.smithi105.rfsypb (mgr.14180) 1135 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:10:43.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:42 smithi105 bash[14197]: audit 2024-02-08T22:10:41.375431+0000 mgr.smithi105.rfsypb (mgr.14180) 1136 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:10:43.150 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:10:43.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:42 smithi167 bash[18945]: audit 2024-02-08T22:10:41.375431+0000 mgr.smithi105.rfsypb (mgr.14180) 1136 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:10:44.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:43 smithi105 bash[14197]: cluster 2024-02-08T22:10:42.499106+0000 mgr.smithi105.rfsypb (mgr.14180) 1137 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:10:44.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:43 smithi167 bash[18945]: cluster 2024-02-08T22:10:42.499106+0000 mgr.smithi105.rfsypb (mgr.14180) 1137 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:10:46.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:45 smithi105 bash[14197]: cluster 2024-02-08T22:10:44.500602+0000 mgr.smithi105.rfsypb (mgr.14180) 1138 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:10:46.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:45 smithi167 bash[18945]: cluster 2024-02-08T22:10:44.500602+0000 mgr.smithi105.rfsypb (mgr.14180) 1138 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:10:46.520 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:10:46.520 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:09:19.360263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mwwvcw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:10:23.675389Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.maypps on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\nDeploy daemon haproxy.nfs.foo.smithi167.maypps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:10:28.484074Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.igpwat on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat\nDeploy daemon haproxy.nfs.foo.smithi105.igpwat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:10:28.486413Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.uuolbc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:10:28.487956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.behfsh on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:10:47.371 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:10:48.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:47 smithi167 bash[18945]: cluster 2024-02-08T22:10:46.501730+0000 mgr.smithi105.rfsypb (mgr.14180) 1139 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:10:48.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:47 smithi167 bash[18945]: audit 2024-02-08T22:10:46.506627+0000 mgr.smithi105.rfsypb (mgr.14180) 1140 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:10:48.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:47 smithi105 bash[14197]: cluster 2024-02-08T22:10:46.501730+0000 mgr.smithi105.rfsypb (mgr.14180) 1139 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:10:48.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:47 smithi105 bash[14197]: audit 2024-02-08T22:10:46.506627+0000 mgr.smithi105.rfsypb (mgr.14180) 1140 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:10:48.372 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:10:50.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:49 smithi167 bash[18945]: cluster 2024-02-08T22:10:48.502947+0000 mgr.smithi105.rfsypb (mgr.14180) 1141 : 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 2024-02-08T22:10:50.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:49 smithi105 bash[14197]: cluster 2024-02-08T22:10:48.502947+0000 mgr.smithi105.rfsypb (mgr.14180) 1141 : 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 2024-02-08T22:10:51.735 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:10:51.735 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:09:19.360263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mwwvcw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:10:23.675389Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.maypps on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\nDeploy daemon haproxy.nfs.foo.smithi167.maypps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:10:28.484074Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.igpwat on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat\nDeploy daemon haproxy.nfs.foo.smithi105.igpwat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:10:28.486413Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.uuolbc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:10:28.487956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.behfsh on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:10:52.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:51 smithi105 bash[14197]: cluster 2024-02-08T22:10:50.504659+0000 mgr.smithi105.rfsypb (mgr.14180) 1142 : 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 2024-02-08T22:10:52.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:51 smithi167 bash[18945]: cluster 2024-02-08T22:10:50.504659+0000 mgr.smithi105.rfsypb (mgr.14180) 1142 : 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 2024-02-08T22:10:52.541 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:10:53.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:52 smithi167 bash[18945]: audit 2024-02-08T22:10:51.722993+0000 mgr.smithi105.rfsypb (mgr.14180) 1143 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:10:53.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:52 smithi105 bash[14197]: audit 2024-02-08T22:10:51.722993+0000 mgr.smithi105.rfsypb (mgr.14180) 1143 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:10:53.542 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:10:54.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:53 smithi167 bash[18945]: cluster 2024-02-08T22:10:52.505991+0000 mgr.smithi105.rfsypb (mgr.14180) 1144 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:10:54.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:53 smithi105 bash[14197]: cluster 2024-02-08T22:10:52.505991+0000 mgr.smithi105.rfsypb (mgr.14180) 1144 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:10:56.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:55 smithi105 bash[14197]: cluster 2024-02-08T22:10:54.507667+0000 mgr.smithi105.rfsypb (mgr.14180) 1145 : cluster [DBG] pgmap v777: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:10:56.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:55 smithi167 bash[18945]: cluster 2024-02-08T22:10:54.507667+0000 mgr.smithi105.rfsypb (mgr.14180) 1145 : cluster [DBG] pgmap v777: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:10:56.909 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:10:56.909 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:09:19.360263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mwwvcw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:10:23.675389Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.maypps on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\nDeploy daemon haproxy.nfs.foo.smithi167.maypps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:10:28.484074Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.igpwat on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat\nDeploy daemon haproxy.nfs.foo.smithi105.igpwat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:10:28.486413Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.uuolbc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:10:28.487956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.behfsh on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:10:57.738 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:10:58.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:57 smithi105 bash[14197]: cluster 2024-02-08T22:10:56.509539+0000 mgr.smithi105.rfsypb (mgr.14180) 1146 : cluster [DBG] pgmap v778: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:10:58.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:57 smithi167 bash[18945]: cluster 2024-02-08T22:10:56.509539+0000 mgr.smithi105.rfsypb (mgr.14180) 1146 : cluster [DBG] pgmap v778: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:10:58.738 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:10:59.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:58 smithi105 bash[14197]: audit 2024-02-08T22:10:56.897904+0000 mgr.smithi105.rfsypb (mgr.14180) 1147 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:10:59.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:58 smithi167 bash[18945]: audit 2024-02-08T22:10:56.897904+0000 mgr.smithi105.rfsypb (mgr.14180) 1147 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:11:00.175 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:10:59 smithi105 bash[14197]: cluster 2024-02-08T22:10:58.510797+0000 mgr.smithi105.rfsypb (mgr.14180) 1148 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:00.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:10:59 smithi167 bash[18945]: cluster 2024-02-08T22:10:58.510797+0000 mgr.smithi105.rfsypb (mgr.14180) 1148 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:01.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:00 smithi105 bash[14197]: cluster 2024-02-08T22:11:00.512583+0000 mgr.smithi105.rfsypb (mgr.14180) 1149 : 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 2024-02-08T22:11:01.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:00 smithi167 bash[18945]: cluster 2024-02-08T22:11:00.512583+0000 mgr.smithi105.rfsypb (mgr.14180) 1149 : 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 2024-02-08T22:11:02.127 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:11:02.127 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:09:19.360263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mwwvcw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:10:23.675389Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.maypps on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\nDeploy daemon haproxy.nfs.foo.smithi167.maypps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:10:28.484074Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.igpwat on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat\nDeploy daemon haproxy.nfs.foo.smithi105.igpwat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:10:28.486413Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.uuolbc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:10:28.487956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.behfsh on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:11:02.955 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:11:03.956 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:11:03.968 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:03 smithi105 bash[14197]: audit 2024-02-08T22:11:02.116141+0000 mgr.smithi105.rfsypb (mgr.14180) 1150 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:11:03.968 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:03 smithi105 bash[14197]: cluster 2024-02-08T22:11:02.513603+0000 mgr.smithi105.rfsypb (mgr.14180) 1151 : cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:03.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:03 smithi167 bash[18945]: audit 2024-02-08T22:11:02.116141+0000 mgr.smithi105.rfsypb (mgr.14180) 1150 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:11:03.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:03 smithi167 bash[18945]: cluster 2024-02-08T22:11:02.513603+0000 mgr.smithi105.rfsypb (mgr.14180) 1151 : cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:05.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:05 smithi105 bash[14197]: cluster 2024-02-08T22:11:04.515170+0000 mgr.smithi105.rfsypb (mgr.14180) 1152 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:05.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:05 smithi167 bash[18945]: cluster 2024-02-08T22:11:04.515170+0000 mgr.smithi105.rfsypb (mgr.14180) 1152 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:07.461 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:11:07.461 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:09:19.360263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mwwvcw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:10:23.675389Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.maypps on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\nDeploy daemon haproxy.nfs.foo.smithi167.maypps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:10:28.484074Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.igpwat on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat\nDeploy daemon haproxy.nfs.foo.smithi105.igpwat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:10:28.486413Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.uuolbc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:10:28.487956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.behfsh on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:11:07.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:07 smithi105 bash[14197]: cluster 2024-02-08T22:11:06.516446+0000 mgr.smithi105.rfsypb (mgr.14180) 1153 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:11:07.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:07 smithi167 bash[18945]: cluster 2024-02-08T22:11:06.516446+0000 mgr.smithi105.rfsypb (mgr.14180) 1153 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:11:08.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:11:08.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:08 smithi167 bash[18945]: audit 2024-02-08T22:11:07.450283+0000 mgr.smithi105.rfsypb (mgr.14180) 1154 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:11:09.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:08 smithi105 bash[14197]: audit 2024-02-08T22:11:07.450283+0000 mgr.smithi105.rfsypb (mgr.14180) 1154 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:11:09.274 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:11:09.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:09 smithi105 bash[14197]: cluster 2024-02-08T22:11:08.517663+0000 mgr.smithi105.rfsypb (mgr.14180) 1155 : cluster [DBG] pgmap v784: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:09.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:09 smithi167 bash[18945]: cluster 2024-02-08T22:11:08.517663+0000 mgr.smithi105.rfsypb (mgr.14180) 1155 : cluster [DBG] pgmap v784: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:11.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:11 smithi105 bash[14197]: cluster 2024-02-08T22:11:10.519391+0000 mgr.smithi105.rfsypb (mgr.14180) 1156 : 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 2024-02-08T22:11:11.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:11 smithi167 bash[18945]: cluster 2024-02-08T22:11:10.519391+0000 mgr.smithi105.rfsypb (mgr.14180) 1156 : 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 2024-02-08T22:11:12.827 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:11:12.828 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:09:19.360263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mwwvcw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:10:23.675389Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.maypps on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\nDeploy daemon haproxy.nfs.foo.smithi167.maypps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:10:28.484074Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.igpwat on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat\nDeploy daemon haproxy.nfs.foo.smithi105.igpwat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:10:28.486413Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.uuolbc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:10:28.487956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.behfsh on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:11:13.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:11:13.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:13 smithi167 bash[18945]: cluster 2024-02-08T22:11:12.520292+0000 mgr.smithi105.rfsypb (mgr.14180) 1157 : cluster [DBG] pgmap v786: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:13.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:13 smithi167 bash[18945]: audit 2024-02-08T22:11:12.817196+0000 mgr.smithi105.rfsypb (mgr.14180) 1158 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:11:14.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:13 smithi105 bash[14197]: cluster 2024-02-08T22:11:12.520292+0000 mgr.smithi105.rfsypb (mgr.14180) 1157 : cluster [DBG] pgmap v786: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:14.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:13 smithi105 bash[14197]: audit 2024-02-08T22:11:12.817196+0000 mgr.smithi105.rfsypb (mgr.14180) 1158 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:11:14.619 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:11:15.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:15 smithi105 bash[14197]: cluster 2024-02-08T22:11:14.521959+0000 mgr.smithi105.rfsypb (mgr.14180) 1159 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:15.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:15 smithi167 bash[18945]: cluster 2024-02-08T22:11:14.521959+0000 mgr.smithi105.rfsypb (mgr.14180) 1159 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:17.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:17 smithi105 bash[14197]: cluster 2024-02-08T22:11:16.523792+0000 mgr.smithi105.rfsypb (mgr.14180) 1160 : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:11:17.844 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:11:17.845 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:09:19.360263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mwwvcw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:10:23.675389Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.maypps on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\nDeploy daemon haproxy.nfs.foo.smithi167.maypps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:10:28.484074Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.igpwat on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat\nDeploy daemon haproxy.nfs.foo.smithi105.igpwat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:10:28.486413Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.uuolbc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:10:28.487956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.behfsh on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:11:17.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:17 smithi167 bash[18945]: cluster 2024-02-08T22:11:16.523792+0000 mgr.smithi105.rfsypb (mgr.14180) 1160 : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:11:18.631 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:11:18.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:18 smithi167 bash[18945]: audit 2024-02-08T22:11:17.832426+0000 mgr.smithi105.rfsypb (mgr.14180) 1161 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:11:19.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:18 smithi105 bash[14197]: audit 2024-02-08T22:11:17.832426+0000 mgr.smithi105.rfsypb (mgr.14180) 1161 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:11:19.633 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:11:19.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:19 smithi167 bash[18945]: cluster 2024-02-08T22:11:18.524592+0000 mgr.smithi105.rfsypb (mgr.14180) 1162 : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:20.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:19 smithi105 bash[14197]: cluster 2024-02-08T22:11:18.524592+0000 mgr.smithi105.rfsypb (mgr.14180) 1162 : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:21.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:21 smithi167 bash[18945]: cluster 2024-02-08T22:11:20.526372+0000 mgr.smithi105.rfsypb (mgr.14180) 1163 : 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 2024-02-08T22:11:22.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:21 smithi105 bash[14197]: cluster 2024-02-08T22:11:20.526372+0000 mgr.smithi105.rfsypb (mgr.14180) 1163 : 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 2024-02-08T22:11:22.806 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:11:22.806 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:09:19.360263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mwwvcw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:10:23.675389Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.maypps on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\nDeploy daemon haproxy.nfs.foo.smithi167.maypps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:10:28.484074Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.igpwat on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat\nDeploy daemon haproxy.nfs.foo.smithi105.igpwat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:10:28.486413Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.uuolbc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:10:28.487956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.behfsh on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:11:23.652 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:11:23.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:23 smithi167 bash[18945]: cluster 2024-02-08T22:11:22.528010+0000 mgr.smithi105.rfsypb (mgr.14180) 1164 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:23.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:23 smithi167 bash[18945]: audit 2024-02-08T22:11:22.799131+0000 mgr.smithi105.rfsypb (mgr.14180) 1165 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:11:24.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:23 smithi105 bash[14197]: cluster 2024-02-08T22:11:22.528010+0000 mgr.smithi105.rfsypb (mgr.14180) 1164 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:24.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:23 smithi105 bash[14197]: audit 2024-02-08T22:11:22.799131+0000 mgr.smithi105.rfsypb (mgr.14180) 1165 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:11:24.653 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:11:25.979 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:25 smithi105 bash[14197]: cluster 2024-02-08T22:11:24.529753+0000 mgr.smithi105.rfsypb (mgr.14180) 1166 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:25.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:25 smithi167 bash[18945]: cluster 2024-02-08T22:11:24.529753+0000 mgr.smithi105.rfsypb (mgr.14180) 1166 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:27.753 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:11:27.753 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:09:19.360263Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mwwvcw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:10:23.675389Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.maypps on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\nDeploy daemon haproxy.nfs.foo.smithi167.maypps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:10:28.484074Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.igpwat on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat\nDeploy daemon haproxy.nfs.foo.smithi105.igpwat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:10:28.486413Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.uuolbc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:10:28.487956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.behfsh on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:11:27.980 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:27 smithi105 bash[14197]: cluster 2024-02-08T22:11:26.531571+0000 mgr.smithi105.rfsypb (mgr.14180) 1167 : cluster [DBG] pgmap v793: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:11:27.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:27 smithi167 bash[18945]: cluster 2024-02-08T22:11:26.531571+0000 mgr.smithi105.rfsypb (mgr.14180) 1167 : cluster [DBG] pgmap v793: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:11:28.497 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:11:28.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:28 smithi105 bash[14197]: audit 2024-02-08T22:11:27.741255+0000 mgr.smithi105.rfsypb (mgr.14180) 1168 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:11:28.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:28 smithi105 bash[14197]: audit 2024-02-08T22:11:28.492099+0000 mon.smithi105 (mon.0) 969 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:11:28.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:28 smithi167 bash[18945]: audit 2024-02-08T22:11:27.741255+0000 mgr.smithi105.rfsypb (mgr.14180) 1168 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:11:28.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:28 smithi167 bash[18945]: audit 2024-02-08T22:11:28.492099+0000 mon.smithi105 (mon.0) 969 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:11:29.499 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:11:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:29 smithi105 bash[14197]: cluster 2024-02-08T22:11:28.532830+0000 mgr.smithi105.rfsypb (mgr.14180) 1169 : cluster [DBG] pgmap v794: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:29 smithi105 bash[14197]: audit 2024-02-08T22:11:28.804680+0000 mon.smithi105 (mon.0) 970 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:11:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:29 smithi105 bash[14197]: audit 2024-02-08T22:11:28.806442+0000 mon.smithi105 (mon.0) 971 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:11:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:29 smithi105 bash[14197]: audit 2024-02-08T22:11:28.814170+0000 mon.smithi105 (mon.0) 972 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:11:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:29 smithi105 bash[14197]: cluster 2024-02-08T22:11:28.815052+0000 mgr.smithi105.rfsypb (mgr.14180) 1170 : cluster [DBG] pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:11:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:29 smithi105 bash[14197]: audit 2024-02-08T22:11:28.821439+0000 mon.smithi105 (mon.0) 973 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:11:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:29 smithi105 bash[14197]: audit 2024-02-08T22:11:28.836804+0000 mon.smithi105 (mon.0) 974 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:11:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:29 smithi105 bash[14197]: cephadm 2024-02-08T22:11:28.841330+0000 mgr.smithi105.rfsypb (mgr.14180) 1171 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.fjuglw on smithi167 2024-02-08T22:11:29.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:29 smithi167 bash[18945]: cluster 2024-02-08T22:11:28.532830+0000 mgr.smithi105.rfsypb (mgr.14180) 1169 : cluster [DBG] pgmap v794: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:29.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:29 smithi167 bash[18945]: audit 2024-02-08T22:11:28.804680+0000 mon.smithi105 (mon.0) 970 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:11:29.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:29 smithi167 bash[18945]: audit 2024-02-08T22:11:28.806442+0000 mon.smithi105 (mon.0) 971 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:11:29.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:29 smithi167 bash[18945]: audit 2024-02-08T22:11:28.814170+0000 mon.smithi105 (mon.0) 972 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:11:29.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:29 smithi167 bash[18945]: cluster 2024-02-08T22:11:28.815052+0000 mgr.smithi105.rfsypb (mgr.14180) 1170 : cluster [DBG] pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:11:29.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:29 smithi167 bash[18945]: audit 2024-02-08T22:11:28.821439+0000 mon.smithi105 (mon.0) 973 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:11:29.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:29 smithi167 bash[18945]: audit 2024-02-08T22:11:28.836804+0000 mon.smithi105 (mon.0) 974 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:11:29.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:29 smithi167 bash[18945]: cephadm 2024-02-08T22:11:28.841330+0000 mgr.smithi105.rfsypb (mgr.14180) 1171 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.fjuglw on smithi167 2024-02-08T22:11:30.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:30 smithi167 bash[18945]: cluster 2024-02-08T22:11:29.811642+0000 mon.smithi105 (mon.0) 975 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:11:30.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:30 smithi167 bash[18945]: cluster 2024-02-08T22:11:29.811711+0000 mon.smithi105 (mon.0) 976 : cluster [INF] Cluster is now healthy 2024-02-08T22:11:31.012 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:30 smithi105 bash[14197]: cluster 2024-02-08T22:11:29.811642+0000 mon.smithi105 (mon.0) 975 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:11:31.012 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:30 smithi105 bash[14197]: cluster 2024-02-08T22:11:29.811711+0000 mon.smithi105 (mon.0) 976 : cluster [INF] Cluster is now healthy 2024-02-08T22:11:31.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:31 smithi167 bash[18945]: cluster 2024-02-08T22:11:30.816345+0000 mgr.smithi105.rfsypb (mgr.14180) 1172 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:11:32.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:31 smithi105 bash[14197]: cluster 2024-02-08T22:11:30.816345+0000 mgr.smithi105.rfsypb (mgr.14180) 1172 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:11:32.912 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:11:32.912 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:10:23.675389Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.maypps on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-maypps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.maypps\nDeploy daemon haproxy.nfs.foo.smithi167.maypps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:10:28.484074Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.igpwat on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-igpwat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.igpwat\nDeploy daemon haproxy.nfs.foo.smithi105.igpwat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:10:28.486413Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.uuolbc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:10:28.487956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.behfsh on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:11:32.703097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.fjuglw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\nDeploy daemon haproxy.nfs.foo.smithi167.fjuglw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -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.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:11:32.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:32 smithi167 bash[18945]: audit 2024-02-08T22:11:32.701912+0000 mon.smithi105 (mon.0) 977 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.fjuglw"}]: dispatch 2024-02-08T22:11:33.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:32 smithi105 bash[14197]: audit 2024-02-08T22:11:32.701912+0000 mon.smithi105 (mon.0) 977 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.fjuglw"}]: dispatch 2024-02-08T22:11:33.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:11:34.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: cephadm 2024-02-08T22:11:32.700799+0000 mgr.smithi105.rfsypb (mgr.14180) 1173 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw 2024-02-08T22:11:34.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:11:34.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw 2024-02-08T22:11:34.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw 2024-02-08T22:11:34.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:11:34.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw 2024-02-08T22:11:34.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.fjuglw ... 2024-02-08T22:11:34.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:11:34.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:11:34.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:11:34.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:11:34.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:11:34.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:11:34.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:11:34.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:11:34.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:11:34.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:11:34.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw 2024-02-08T22:11:34.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:11:34.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw 2024-02-08T22:11:34.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw 2024-02-08T22:11:34.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:11:34.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw 2024-02-08T22:11:34.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.fjuglw ... 2024-02-08T22:11:34.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:11:34.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:11:34.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:11:34.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:11:34.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:11:34.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: cephadm 2024-02-08T22:11:32.701279+0000 mgr.smithi105.rfsypb (mgr.14180) 1174 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.fjuglw 2024-02-08T22:11:34.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: cephadm 2024-02-08T22:11:32.703248+0000 mgr.smithi105.rfsypb (mgr.14180) 1175 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.fjuglw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw 2024-02-08T22:11:34.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:11:34.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw 2024-02-08T22:11:34.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw 2024-02-08T22:11:34.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:11:34.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw 2024-02-08T22:11:34.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.fjuglw ... 2024-02-08T22:11:34.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:11:34.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:11:34.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:11:34.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:11:34.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:11:34.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: cephadm 2024-02-08T22:11:32.705781+0000 mgr.smithi105.rfsypb (mgr.14180) 1176 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.imlrlz on smithi105 2024-02-08T22:11:34.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:33 smithi105 bash[14197]: cluster 2024-02-08T22:11:32.817655+0000 mgr.smithi105.rfsypb (mgr.14180) 1177 : cluster [DBG] pgmap v797: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:11:34.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: cephadm 2024-02-08T22:11:32.700799+0000 mgr.smithi105.rfsypb (mgr.14180) 1173 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw 2024-02-08T22:11:34.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:11:34.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw 2024-02-08T22:11:34.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw 2024-02-08T22:11:34.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:11:34.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw 2024-02-08T22:11:34.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.fjuglw ... 2024-02-08T22:11:34.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:11:34.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:11:34.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:11:34.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:11:34.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:11:34.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:11:34.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:11:34.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:11:34.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:11:34.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:11:34.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw 2024-02-08T22:11:34.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:11:34.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw 2024-02-08T22:11:34.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw 2024-02-08T22:11:34.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:11:34.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw 2024-02-08T22:11:34.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.fjuglw ... 2024-02-08T22:11:34.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:11:34.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:11:34.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:11:34.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:11:34.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:11:34.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: cephadm 2024-02-08T22:11:32.701279+0000 mgr.smithi105.rfsypb (mgr.14180) 1174 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.fjuglw 2024-02-08T22:11:34.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: cephadm 2024-02-08T22:11:32.703248+0000 mgr.smithi105.rfsypb (mgr.14180) 1175 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.fjuglw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw 2024-02-08T22:11:34.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:11:34.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw 2024-02-08T22:11:34.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw 2024-02-08T22:11:34.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:11:34.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw 2024-02-08T22:11:34.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.fjuglw ... 2024-02-08T22:11:34.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:11:34.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:11:34.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:11:34.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:11:34.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:11:34.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: cephadm 2024-02-08T22:11:32.705781+0000 mgr.smithi105.rfsypb (mgr.14180) 1176 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.imlrlz on smithi105 2024-02-08T22:11:34.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:33 smithi167 bash[18945]: cluster 2024-02-08T22:11:32.817655+0000 mgr.smithi105.rfsypb (mgr.14180) 1177 : cluster [DBG] pgmap v797: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:11:34.840 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:11:35.036 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:34 smithi105 bash[14197]: audit 2024-02-08T22:11:32.900666+0000 mgr.smithi105.rfsypb (mgr.14180) 1178 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:11:35.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:34 smithi167 bash[18945]: audit 2024-02-08T22:11:32.900666+0000 mgr.smithi105.rfsypb (mgr.14180) 1178 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:11:36.038 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:35 smithi105 bash[14197]: cluster 2024-02-08T22:11:34.819261+0000 mgr.smithi105.rfsypb (mgr.14180) 1179 : 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 2024-02-08T22:11:36.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:35 smithi167 bash[18945]: cluster 2024-02-08T22:11:34.819261+0000 mgr.smithi105.rfsypb (mgr.14180) 1179 : 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 2024-02-08T22:11:36.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:36 smithi105 bash[14197]: audit 2024-02-08T22:11:36.529348+0000 mon.smithi105 (mon.0) 978 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.imlrlz"}]: dispatch 2024-02-08T22:11:37.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:36 smithi167 bash[18945]: audit 2024-02-08T22:11:36.529348+0000 mon.smithi105 (mon.0) 978 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.imlrlz"}]: dispatch 2024-02-08T22:11:38.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: cephadm 2024-02-08T22:11:36.528147+0000 mgr.smithi105.rfsypb (mgr.14180) 1180 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz 2024-02-08T22:11:38.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:11:38.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz 2024-02-08T22:11:38.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz 2024-02-08T22:11:38.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:11:38.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz 2024-02-08T22:11:38.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.imlrlz ... 2024-02-08T22:11:38.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:11:38.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:11:38.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:11:38.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:11:38.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:11:38.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:11:38.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:11:38.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:11:38.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:11:38.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:11:38.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz 2024-02-08T22:11:38.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:11:38.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz 2024-02-08T22:11:38.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz 2024-02-08T22:11:38.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:11:38.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz 2024-02-08T22:11:38.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.imlrlz ... 2024-02-08T22:11:38.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:11:38.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:11:38.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:11:38.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:11:38.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:11:38.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: cephadm 2024-02-08T22:11:36.528736+0000 mgr.smithi105.rfsypb (mgr.14180) 1181 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.imlrlz 2024-02-08T22:11:38.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: cephadm 2024-02-08T22:11:36.530626+0000 mgr.smithi105.rfsypb (mgr.14180) 1182 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.imlrlz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz 2024-02-08T22:11:38.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:11:38.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz 2024-02-08T22:11:38.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz 2024-02-08T22:11:38.069 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:11:38.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz 2024-02-08T22:11:38.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.imlrlz ... 2024-02-08T22:11:38.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:11:38.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:11:38.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:11:38.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:11:38.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:11:38.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: cephadm 2024-02-08T22:11:36.532472+0000 mgr.smithi105.rfsypb (mgr.14180) 1183 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.pehiae on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:11:38.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: cephadm 2024-02-08T22:11:36.534132+0000 mgr.smithi105.rfsypb (mgr.14180) 1184 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:11:38.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: cluster 2024-02-08T22:11:36.535535+0000 mgr.smithi105.rfsypb (mgr.14180) 1185 : cluster [DBG] pgmap v799: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:11:38.070 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:37 smithi105 bash[14197]: cluster 2024-02-08T22:11:36.777814+0000 mon.smithi105 (mon.0) 979 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:11:38.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: cephadm 2024-02-08T22:11:36.528147+0000 mgr.smithi105.rfsypb (mgr.14180) 1180 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz 2024-02-08T22:11:38.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:11:38.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz 2024-02-08T22:11:38.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz 2024-02-08T22:11:38.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:11:38.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz 2024-02-08T22:11:38.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.imlrlz ... 2024-02-08T22:11:38.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:11:38.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:11:38.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:11:38.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:11:38.254 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:11:38.254 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:11:38.254 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:11:38.254 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:11:38.254 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:11:38.254 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:11:38.255 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz 2024-02-08T22:11:38.255 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:11:38.255 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz 2024-02-08T22:11:38.255 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz 2024-02-08T22:11:38.255 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:11:38.255 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz 2024-02-08T22:11:38.255 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.imlrlz ... 2024-02-08T22:11:38.255 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:11:38.256 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:11:38.256 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:11:38.256 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:11:38.256 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:11:38.256 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: cephadm 2024-02-08T22:11:36.528736+0000 mgr.smithi105.rfsypb (mgr.14180) 1181 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.imlrlz 2024-02-08T22:11:38.256 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: cephadm 2024-02-08T22:11:36.530626+0000 mgr.smithi105.rfsypb (mgr.14180) 1182 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.imlrlz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz 2024-02-08T22:11:38.256 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:11:38.256 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz 2024-02-08T22:11:38.256 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz 2024-02-08T22:11:38.256 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:11:38.256 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz 2024-02-08T22:11:38.256 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.imlrlz ... 2024-02-08T22:11:38.257 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:11:38.257 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:11:38.257 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:11:38.257 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:11:38.257 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:11:38.257 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: cephadm 2024-02-08T22:11:36.532472+0000 mgr.smithi105.rfsypb (mgr.14180) 1183 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.pehiae on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:11:38.257 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: cephadm 2024-02-08T22:11:36.534132+0000 mgr.smithi105.rfsypb (mgr.14180) 1184 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:11:38.257 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: cluster 2024-02-08T22:11:36.535535+0000 mgr.smithi105.rfsypb (mgr.14180) 1185 : cluster [DBG] pgmap v799: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:11:38.258 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:37 smithi167 bash[18945]: cluster 2024-02-08T22:11:36.777814+0000 mon.smithi105 (mon.0) 979 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:11:38.525 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:11:38.525 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:10:28.487956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.behfsh on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:11:32.703097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.fjuglw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\nDeploy daemon haproxy.nfs.foo.smithi167.fjuglw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:11:36.530524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.imlrlz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz\nDeploy daemon haproxy.nfs.foo.smithi105.imlrlz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:11:36.532370Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.pehiae on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:11:36.534029Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:11:39.388 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:11:40.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:39 smithi105 bash[14197]: audit 2024-02-08T22:11:38.513226+0000 mgr.smithi105.rfsypb (mgr.14180) 1186 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:11:40.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:39 smithi105 bash[14197]: cluster 2024-02-08T22:11:38.536651+0000 mgr.smithi105.rfsypb (mgr.14180) 1187 : cluster [DBG] pgmap v800: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:11:40.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:39 smithi167 bash[18945]: audit 2024-02-08T22:11:38.513226+0000 mgr.smithi105.rfsypb (mgr.14180) 1186 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:11:40.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:39 smithi167 bash[18945]: cluster 2024-02-08T22:11:38.536651+0000 mgr.smithi105.rfsypb (mgr.14180) 1187 : cluster [DBG] pgmap v800: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:11:40.389 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:11:41.902 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:41 smithi105 bash[14197]: cluster 2024-02-08T22:11:40.538349+0000 mgr.smithi105.rfsypb (mgr.14180) 1188 : cluster [DBG] pgmap v801: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:11:41.903 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:41 smithi105 bash[14197]: audit 2024-02-08T22:11:40.985758+0000 mon.smithi105 (mon.0) 980 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:11:42.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:41 smithi167 bash[18945]: cluster 2024-02-08T22:11:40.538349+0000 mgr.smithi105.rfsypb (mgr.14180) 1188 : cluster [DBG] pgmap v801: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:11:42.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:41 smithi167 bash[18945]: audit 2024-02-08T22:11:40.985758+0000 mon.smithi105 (mon.0) 980 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:11:43.897 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:11:43.897 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:10:28.487956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.behfsh on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:11:32.703097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.fjuglw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\nDeploy daemon haproxy.nfs.foo.smithi167.fjuglw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:11:36.530524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.imlrlz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz\nDeploy daemon haproxy.nfs.foo.smithi105.imlrlz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:11:36.532370Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.pehiae on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:11:36.534029Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:11:44.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:43 smithi105 bash[14197]: cluster 2024-02-08T22:11:42.539899+0000 mgr.smithi105.rfsypb (mgr.14180) 1189 : cluster [DBG] pgmap v802: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:11:44.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:43 smithi167 bash[18945]: cluster 2024-02-08T22:11:42.539899+0000 mgr.smithi105.rfsypb (mgr.14180) 1189 : cluster [DBG] pgmap v802: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:11:44.706 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:11:45.706 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:11:46.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:45 smithi105 bash[14197]: audit 2024-02-08T22:11:43.884037+0000 mgr.smithi105.rfsypb (mgr.14180) 1190 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:11:46.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:45 smithi105 bash[14197]: cluster 2024-02-08T22:11:44.540868+0000 mgr.smithi105.rfsypb (mgr.14180) 1191 : cluster [DBG] pgmap v803: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:11:46.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:45 smithi167 bash[18945]: audit 2024-02-08T22:11:43.884037+0000 mgr.smithi105.rfsypb (mgr.14180) 1190 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:11:46.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:45 smithi167 bash[18945]: cluster 2024-02-08T22:11:44.540868+0000 mgr.smithi105.rfsypb (mgr.14180) 1191 : cluster [DBG] pgmap v803: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:11:48.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:47 smithi105 bash[14197]: cluster 2024-02-08T22:11:46.542901+0000 mgr.smithi105.rfsypb (mgr.14180) 1192 : cluster [DBG] pgmap v804: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-08T22:11:48.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:47 smithi167 bash[18945]: cluster 2024-02-08T22:11:46.542901+0000 mgr.smithi105.rfsypb (mgr.14180) 1192 : cluster [DBG] pgmap v804: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-08T22:11:49.042 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:11:49.043 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:10:28.487956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.behfsh on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:11:32.703097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.fjuglw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\nDeploy daemon haproxy.nfs.foo.smithi167.fjuglw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:11:36.530524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.imlrlz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz\nDeploy daemon haproxy.nfs.foo.smithi105.imlrlz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:11:36.532370Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.pehiae on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:11:36.534029Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:11:49.873 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:11:50.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:49 smithi167 bash[18945]: cluster 2024-02-08T22:11:48.544212+0000 mgr.smithi105.rfsypb (mgr.14180) 1193 : cluster [DBG] pgmap v805: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:50.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:49 smithi105 bash[14197]: cluster 2024-02-08T22:11:48.544212+0000 mgr.smithi105.rfsypb (mgr.14180) 1193 : cluster [DBG] pgmap v805: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:50.874 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:11:51.083 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:50 smithi105 bash[14197]: audit 2024-02-08T22:11:49.031515+0000 mgr.smithi105.rfsypb (mgr.14180) 1194 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:11:51.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:50 smithi167 bash[18945]: audit 2024-02-08T22:11:49.031515+0000 mgr.smithi105.rfsypb (mgr.14180) 1194 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:11:52.185 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:51 smithi105 bash[14197]: cluster 2024-02-08T22:11:50.546006+0000 mgr.smithi105.rfsypb (mgr.14180) 1195 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:52.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:51 smithi167 bash[18945]: cluster 2024-02-08T22:11:50.546006+0000 mgr.smithi105.rfsypb (mgr.14180) 1195 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:54.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:53 smithi167 bash[18945]: cluster 2024-02-08T22:11:52.547683+0000 mgr.smithi105.rfsypb (mgr.14180) 1196 : cluster [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:54.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:53 smithi105 bash[14197]: cluster 2024-02-08T22:11:52.547683+0000 mgr.smithi105.rfsypb (mgr.14180) 1196 : cluster [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:54.364 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:11:54.365 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:10:28.487956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.behfsh on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:11:32.703097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.fjuglw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\nDeploy daemon haproxy.nfs.foo.smithi167.fjuglw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:11:36.530524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.imlrlz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz\nDeploy daemon haproxy.nfs.foo.smithi105.imlrlz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:11:36.532370Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.pehiae on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:11:36.534029Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:11:55.177 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:11:56.179 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:11:56.191 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:55 smithi105 bash[14197]: audit 2024-02-08T22:11:54.352512+0000 mgr.smithi105.rfsypb (mgr.14180) 1197 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:11:56.191 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:55 smithi105 bash[14197]: cluster 2024-02-08T22:11:54.549536+0000 mgr.smithi105.rfsypb (mgr.14180) 1198 : cluster [DBG] pgmap v808: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:56.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:55 smithi167 bash[18945]: audit 2024-02-08T22:11:54.352512+0000 mgr.smithi105.rfsypb (mgr.14180) 1197 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:11:56.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:55 smithi167 bash[18945]: cluster 2024-02-08T22:11:54.549536+0000 mgr.smithi105.rfsypb (mgr.14180) 1198 : cluster [DBG] pgmap v808: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:11:58.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:57 smithi105 bash[14197]: cluster 2024-02-08T22:11:56.551291+0000 mgr.smithi105.rfsypb (mgr.14180) 1199 : cluster [DBG] pgmap v809: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:11:58.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:57 smithi167 bash[18945]: cluster 2024-02-08T22:11:56.551291+0000 mgr.smithi105.rfsypb (mgr.14180) 1199 : cluster [DBG] pgmap v809: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:11:59.508 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:11:59.508 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:10:28.487956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.behfsh on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:11:32.703097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.fjuglw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\nDeploy daemon haproxy.nfs.foo.smithi167.fjuglw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:11:36.530524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.imlrlz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz\nDeploy daemon haproxy.nfs.foo.smithi105.imlrlz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:11:36.532370Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.pehiae on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:11:36.534029Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:12:00.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:11:59 smithi105 bash[14197]: cluster 2024-02-08T22:11:58.552528+0000 mgr.smithi105.rfsypb (mgr.14180) 1200 : 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 2024-02-08T22:12:00.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:11:59 smithi167 bash[18945]: cluster 2024-02-08T22:11:58.552528+0000 mgr.smithi105.rfsypb (mgr.14180) 1200 : 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 2024-02-08T22:12:00.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:12:01.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:00 smithi167 bash[18945]: audit 2024-02-08T22:11:59.498369+0000 mgr.smithi105.rfsypb (mgr.14180) 1201 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:12:01.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:00 smithi105 bash[14197]: audit 2024-02-08T22:11:59.498369+0000 mgr.smithi105.rfsypb (mgr.14180) 1201 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:12:01.364 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:12:02.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:01 smithi167 bash[18945]: cluster 2024-02-08T22:12:00.554327+0000 mgr.smithi105.rfsypb (mgr.14180) 1202 : cluster [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:12:02.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:01 smithi105 bash[14197]: cluster 2024-02-08T22:12:00.554327+0000 mgr.smithi105.rfsypb (mgr.14180) 1202 : cluster [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:12:04.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:03 smithi167 bash[18945]: cluster 2024-02-08T22:12:02.556050+0000 mgr.smithi105.rfsypb (mgr.14180) 1203 : cluster [DBG] pgmap v812: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:12:04.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:03 smithi105 bash[14197]: cluster 2024-02-08T22:12:02.556050+0000 mgr.smithi105.rfsypb (mgr.14180) 1203 : cluster [DBG] pgmap v812: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:12:04.752 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:12:04.752 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:10:28.487956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.behfsh on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:11:32.703097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.fjuglw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\nDeploy daemon haproxy.nfs.foo.smithi167.fjuglw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:11:36.530524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.imlrlz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz\nDeploy daemon haproxy.nfs.foo.smithi105.imlrlz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:11:36.532370Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.pehiae on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:11:36.534029Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:12:05.576 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:12:06.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:05 smithi167 bash[18945]: cluster 2024-02-08T22:12:04.557662+0000 mgr.smithi105.rfsypb (mgr.14180) 1204 : cluster [DBG] pgmap v813: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:12:06.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:05 smithi167 bash[18945]: audit 2024-02-08T22:12:04.740120+0000 mgr.smithi105.rfsypb (mgr.14180) 1205 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:12:06.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:05 smithi105 bash[14197]: cluster 2024-02-08T22:12:04.557662+0000 mgr.smithi105.rfsypb (mgr.14180) 1204 : cluster [DBG] pgmap v813: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:12:06.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:05 smithi105 bash[14197]: audit 2024-02-08T22:12:04.740120+0000 mgr.smithi105.rfsypb (mgr.14180) 1205 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:12:06.577 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:12:08.016 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:07 smithi105 bash[14197]: cluster 2024-02-08T22:12:06.559463+0000 mgr.smithi105.rfsypb (mgr.14180) 1206 : cluster [DBG] pgmap v814: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:12:08.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:07 smithi167 bash[18945]: cluster 2024-02-08T22:12:06.559463+0000 mgr.smithi105.rfsypb (mgr.14180) 1206 : cluster [DBG] pgmap v814: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:12:09.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:08 smithi167 bash[18945]: cluster 2024-02-08T22:12:08.560742+0000 mgr.smithi105.rfsypb (mgr.14180) 1207 : 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 2024-02-08T22:12:09.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:08 smithi105 bash[14197]: cluster 2024-02-08T22:12:08.560742+0000 mgr.smithi105.rfsypb (mgr.14180) 1207 : 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 2024-02-08T22:12:09.804 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:12:09.805 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:10:28.487956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.behfsh on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:11:32.703097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.fjuglw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\nDeploy daemon haproxy.nfs.foo.smithi167.fjuglw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:11:36.530524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.imlrlz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz\nDeploy daemon haproxy.nfs.foo.smithi105.imlrlz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:11:36.532370Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.pehiae on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:11:36.534029Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:12:10.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:09 smithi167 bash[18945]: audit 2024-02-08T22:12:09.793782+0000 mgr.smithi105.rfsypb (mgr.14180) 1208 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:12:10.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:09 smithi105 bash[14197]: audit 2024-02-08T22:12:09.793782+0000 mgr.smithi105.rfsypb (mgr.14180) 1208 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:12:10.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:12:11.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:10 smithi167 bash[18945]: cluster 2024-02-08T22:12:10.562231+0000 mgr.smithi105.rfsypb (mgr.14180) 1209 : cluster [DBG] pgmap v816: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:12:11.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:10 smithi105 bash[14197]: cluster 2024-02-08T22:12:10.562231+0000 mgr.smithi105.rfsypb (mgr.14180) 1209 : cluster [DBG] pgmap v816: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:12:11.634 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:12:13.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:13 smithi167 bash[18945]: cluster 2024-02-08T22:12:12.563875+0000 mgr.smithi105.rfsypb (mgr.14180) 1210 : cluster [DBG] pgmap v817: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:12:14.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:13 smithi105 bash[14197]: cluster 2024-02-08T22:12:12.563875+0000 mgr.smithi105.rfsypb (mgr.14180) 1210 : cluster [DBG] pgmap v817: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:12:15.086 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:12:15.086 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:10:28.487956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.behfsh on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:11:32.703097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.fjuglw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\nDeploy daemon haproxy.nfs.foo.smithi167.fjuglw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:11:36.530524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.imlrlz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz\nDeploy daemon haproxy.nfs.foo.smithi105.imlrlz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:11:36.532370Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.pehiae on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:11:36.534029Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:12:15.849 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:12:15.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:15 smithi167 bash[18945]: cluster 2024-02-08T22:12:14.565595+0000 mgr.smithi105.rfsypb (mgr.14180) 1211 : cluster [DBG] pgmap v818: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:12:16.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:15 smithi105 bash[14197]: cluster 2024-02-08T22:12:14.565595+0000 mgr.smithi105.rfsypb (mgr.14180) 1211 : cluster [DBG] pgmap v818: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:12:16.850 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:12:16.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:16 smithi167 bash[18945]: audit 2024-02-08T22:12:15.079112+0000 mgr.smithi105.rfsypb (mgr.14180) 1212 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:12:17.044 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:16 smithi105 bash[14197]: audit 2024-02-08T22:12:15.079112+0000 mgr.smithi105.rfsypb (mgr.14180) 1212 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:12:17.983 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:17 smithi105 bash[14197]: cluster 2024-02-08T22:12:16.567322+0000 mgr.smithi105.rfsypb (mgr.14180) 1213 : cluster [DBG] pgmap v819: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:12:17.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:17 smithi167 bash[18945]: cluster 2024-02-08T22:12:16.567322+0000 mgr.smithi105.rfsypb (mgr.14180) 1213 : cluster [DBG] pgmap v819: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:12:19.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:19 smithi167 bash[18945]: cluster 2024-02-08T22:12:18.568158+0000 mgr.smithi105.rfsypb (mgr.14180) 1214 : 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 2024-02-08T22:12:20.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:19 smithi105 bash[14197]: cluster 2024-02-08T22:12:18.568158+0000 mgr.smithi105.rfsypb (mgr.14180) 1214 : 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 2024-02-08T22:12:20.210 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:12:20.211 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:10:28.487956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.behfsh on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:11:32.703097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.fjuglw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\nDeploy daemon haproxy.nfs.foo.smithi167.fjuglw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:11:36.530524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.imlrlz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz\nDeploy daemon haproxy.nfs.foo.smithi105.imlrlz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:11:36.532370Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.pehiae on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:11:36.534029Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:12:21.049 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:12:21.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:21 smithi167 bash[18945]: audit 2024-02-08T22:12:20.200025+0000 mgr.smithi105.rfsypb (mgr.14180) 1215 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:12:21.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:21 smithi167 bash[18945]: cluster 2024-02-08T22:12:20.569160+0000 mgr.smithi105.rfsypb (mgr.14180) 1216 : cluster [DBG] pgmap v821: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:12:22.050 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:12:22.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:21 smithi105 bash[14197]: audit 2024-02-08T22:12:20.200025+0000 mgr.smithi105.rfsypb (mgr.14180) 1215 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:12:22.062 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:21 smithi105 bash[14197]: cluster 2024-02-08T22:12:20.569160+0000 mgr.smithi105.rfsypb (mgr.14180) 1216 : cluster [DBG] pgmap v821: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:12:23.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:23 smithi167 bash[18945]: cluster 2024-02-08T22:12:22.570013+0000 mgr.smithi105.rfsypb (mgr.14180) 1217 : cluster [DBG] pgmap v822: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:12:24.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:23 smithi105 bash[14197]: cluster 2024-02-08T22:12:22.570013+0000 mgr.smithi105.rfsypb (mgr.14180) 1217 : cluster [DBG] pgmap v822: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:12:25.632 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:12:25.632 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:10:28.487956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.behfsh on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:11:32.703097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.fjuglw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\nDeploy daemon haproxy.nfs.foo.smithi167.fjuglw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:11:36.530524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.imlrlz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz\nDeploy daemon haproxy.nfs.foo.smithi105.imlrlz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:11:36.532370Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.pehiae on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:11:36.534029Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:12:25.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:25 smithi167 bash[18945]: cluster 2024-02-08T22:12:24.571087+0000 mgr.smithi105.rfsypb (mgr.14180) 1218 : cluster [DBG] pgmap v823: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:12:26.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:25 smithi105 bash[14197]: cluster 2024-02-08T22:12:24.571087+0000 mgr.smithi105.rfsypb (mgr.14180) 1218 : cluster [DBG] pgmap v823: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:12:26.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:12:26.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:26 smithi105 bash[14197]: audit 2024-02-08T22:12:25.620247+0000 mgr.smithi105.rfsypb (mgr.14180) 1219 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:12:26.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:26 smithi167 bash[18945]: audit 2024-02-08T22:12:25.620247+0000 mgr.smithi105.rfsypb (mgr.14180) 1219 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:12:27.493 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:12:27.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:27 smithi105 bash[14197]: cluster 2024-02-08T22:12:26.572771+0000 mgr.smithi105.rfsypb (mgr.14180) 1220 : cluster [DBG] pgmap v824: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:12:27.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:27 smithi167 bash[18945]: cluster 2024-02-08T22:12:26.572771+0000 mgr.smithi105.rfsypb (mgr.14180) 1220 : cluster [DBG] pgmap v824: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:12:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:29 smithi105 bash[14197]: cluster 2024-02-08T22:12:28.574018+0000 mgr.smithi105.rfsypb (mgr.14180) 1221 : cluster [DBG] pgmap v825: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:12:29.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:29 smithi167 bash[18945]: cluster 2024-02-08T22:12:28.574018+0000 mgr.smithi105.rfsypb (mgr.14180) 1221 : cluster [DBG] pgmap v825: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:12:30.777 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:12:30.777 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:10:28.487956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.behfsh on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:11:32.703097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.fjuglw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\nDeploy daemon haproxy.nfs.foo.smithi167.fjuglw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:11:36.530524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.imlrlz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz\nDeploy daemon haproxy.nfs.foo.smithi105.imlrlz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:11:36.532370Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.pehiae on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:11:36.534029Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:12:31.583 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:12:31.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:31 smithi167 bash[18945]: cluster 2024-02-08T22:12:30.575805+0000 mgr.smithi105.rfsypb (mgr.14180) 1222 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:12:31.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:31 smithi167 bash[18945]: audit 2024-02-08T22:12:30.765981+0000 mgr.smithi105.rfsypb (mgr.14180) 1223 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:12:32.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:31 smithi105 bash[14197]: cluster 2024-02-08T22:12:30.575805+0000 mgr.smithi105.rfsypb (mgr.14180) 1222 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:12:32.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:31 smithi105 bash[14197]: audit 2024-02-08T22:12:30.765981+0000 mgr.smithi105.rfsypb (mgr.14180) 1223 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:12:32.584 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:12:33.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:33 smithi167 bash[18945]: cluster 2024-02-08T22:12:32.577502+0000 mgr.smithi105.rfsypb (mgr.14180) 1224 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:12:34.029 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:33 smithi105 bash[14197]: cluster 2024-02-08T22:12:32.577502+0000 mgr.smithi105.rfsypb (mgr.14180) 1224 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:12:35.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:35 smithi105 bash[14197]: cluster 2024-02-08T22:12:34.579221+0000 mgr.smithi105.rfsypb (mgr.14180) 1225 : cluster [DBG] pgmap v828: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:12:35.899 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:12:35.899 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:10:28.487956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.behfsh on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:11:32.703097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.fjuglw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\nDeploy daemon haproxy.nfs.foo.smithi167.fjuglw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:11:36.530524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.imlrlz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz\nDeploy daemon haproxy.nfs.foo.smithi105.imlrlz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:11:36.532370Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.pehiae on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:11:36.534029Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:12:35.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:35 smithi167 bash[18945]: cluster 2024-02-08T22:12:34.579221+0000 mgr.smithi105.rfsypb (mgr.14180) 1225 : cluster [DBG] pgmap v828: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:12:36.649 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:12:36.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:36 smithi167 bash[18945]: audit 2024-02-08T22:12:35.886433+0000 mgr.smithi105.rfsypb (mgr.14180) 1226 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:12:36.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:36 smithi167 bash[18945]: audit 2024-02-08T22:12:36.537827+0000 mon.smithi105 (mon.0) 981 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:12:37.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:36 smithi105 bash[14197]: audit 2024-02-08T22:12:35.886433+0000 mgr.smithi105.rfsypb (mgr.14180) 1226 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:12:37.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:36 smithi105 bash[14197]: audit 2024-02-08T22:12:36.537827+0000 mon.smithi105 (mon.0) 981 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:12:37.650 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:12:37.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:37 smithi167 bash[18945]: cluster 2024-02-08T22:12:36.581092+0000 mgr.smithi105.rfsypb (mgr.14180) 1227 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:12:37.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:37 smithi167 bash[18945]: audit 2024-02-08T22:12:36.836474+0000 mon.smithi105 (mon.0) 982 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:12:37.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:37 smithi167 bash[18945]: audit 2024-02-08T22:12:36.837985+0000 mon.smithi105 (mon.0) 983 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:12:37.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:37 smithi167 bash[18945]: audit 2024-02-08T22:12:36.845686+0000 mon.smithi105 (mon.0) 984 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:12:37.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:37 smithi167 bash[18945]: cluster 2024-02-08T22:12:36.846562+0000 mgr.smithi105.rfsypb (mgr.14180) 1228 : cluster [DBG] pgmap v830: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:12:37.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:37 smithi167 bash[18945]: audit 2024-02-08T22:12:36.853229+0000 mon.smithi105 (mon.0) 985 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:12:37.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:37 smithi167 bash[18945]: audit 2024-02-08T22:12:36.866016+0000 mon.smithi105 (mon.0) 986 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:12:37.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:37 smithi167 bash[18945]: cephadm 2024-02-08T22:12:36.870049+0000 mgr.smithi105.rfsypb (mgr.14180) 1229 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.lerpeh on smithi167 2024-02-08T22:12:38.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:37 smithi105 bash[14197]: cluster 2024-02-08T22:12:36.581092+0000 mgr.smithi105.rfsypb (mgr.14180) 1227 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:12:38.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:37 smithi105 bash[14197]: audit 2024-02-08T22:12:36.836474+0000 mon.smithi105 (mon.0) 982 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:12:38.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:37 smithi105 bash[14197]: audit 2024-02-08T22:12:36.837985+0000 mon.smithi105 (mon.0) 983 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:12:38.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:37 smithi105 bash[14197]: audit 2024-02-08T22:12:36.845686+0000 mon.smithi105 (mon.0) 984 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:12:38.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:37 smithi105 bash[14197]: cluster 2024-02-08T22:12:36.846562+0000 mgr.smithi105.rfsypb (mgr.14180) 1228 : cluster [DBG] pgmap v830: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:12:38.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:37 smithi105 bash[14197]: audit 2024-02-08T22:12:36.853229+0000 mon.smithi105 (mon.0) 985 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:12:38.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:37 smithi105 bash[14197]: audit 2024-02-08T22:12:36.866016+0000 mon.smithi105 (mon.0) 986 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:12:38.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:37 smithi105 bash[14197]: cephadm 2024-02-08T22:12:36.870049+0000 mgr.smithi105.rfsypb (mgr.14180) 1229 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.lerpeh on smithi167 2024-02-08T22:12:38.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:38 smithi167 bash[18945]: cluster 2024-02-08T22:12:37.842949+0000 mon.smithi105 (mon.0) 987 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:12:38.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:38 smithi167 bash[18945]: cluster 2024-02-08T22:12:37.843007+0000 mon.smithi105 (mon.0) 988 : cluster [INF] Cluster is now healthy 2024-02-08T22:12:39.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:38 smithi105 bash[14197]: cluster 2024-02-08T22:12:37.842949+0000 mon.smithi105 (mon.0) 987 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:12:39.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:38 smithi105 bash[14197]: cluster 2024-02-08T22:12:37.843007+0000 mon.smithi105 (mon.0) 988 : cluster [INF] Cluster is now healthy 2024-02-08T22:12:39.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:39 smithi167 bash[18945]: cluster 2024-02-08T22:12:38.847661+0000 mgr.smithi105.rfsypb (mgr.14180) 1230 : cluster [DBG] pgmap v831: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:12:40.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:39 smithi105 bash[14197]: cluster 2024-02-08T22:12:38.847661+0000 mgr.smithi105.rfsypb (mgr.14180) 1230 : cluster [DBG] pgmap v831: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:12:41.107 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:12:41.107 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:11:32.703097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.fjuglw on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-fjuglw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.fjuglw\nDeploy daemon haproxy.nfs.foo.smithi167.fjuglw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:11:36.530524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.imlrlz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-imlrlz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.imlrlz\nDeploy daemon haproxy.nfs.foo.smithi105.imlrlz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:11:36.532370Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.pehiae on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:11:36.534029Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:12:40.927025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.lerpeh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\nDeploy daemon haproxy.nfs.foo.smithi167.lerpeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -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.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:12:41.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:40 smithi167 bash[18945]: cluster 2024-02-08T22:12:40.849002+0000 mgr.smithi105.rfsypb (mgr.14180) 1231 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:12:41.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:40 smithi167 bash[18945]: audit 2024-02-08T22:12:40.925855+0000 mon.smithi105 (mon.0) 989 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.lerpeh"}]: dispatch 2024-02-08T22:12:41.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:40 smithi105 bash[14197]: cluster 2024-02-08T22:12:40.849002+0000 mgr.smithi105.rfsypb (mgr.14180) 1231 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:12:41.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:40 smithi105 bash[14197]: audit 2024-02-08T22:12:40.925855+0000 mon.smithi105 (mon.0) 989 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.lerpeh"}]: dispatch 2024-02-08T22:12:41.990 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:12:42.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: cephadm 2024-02-08T22:12:40.924613+0000 mgr.smithi105.rfsypb (mgr.14180) 1232 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh 2024-02-08T22:12:42.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:12:42.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh 2024-02-08T22:12:42.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh 2024-02-08T22:12:42.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:12:42.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh 2024-02-08T22:12:42.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.lerpeh ... 2024-02-08T22:12:42.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:12:42.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:12:42.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:12:42.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:12:42.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:12:42.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:12:42.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:12:42.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:12:42.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:12:42.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:12:42.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh 2024-02-08T22:12:42.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:12:42.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh 2024-02-08T22:12:42.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh 2024-02-08T22:12:42.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:12:42.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh 2024-02-08T22:12:42.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.lerpeh ... 2024-02-08T22:12:42.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:12:42.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:12:42.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:12:42.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:12:42.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:12:42.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: cephadm 2024-02-08T22:12:40.925186+0000 mgr.smithi105.rfsypb (mgr.14180) 1233 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.lerpeh 2024-02-08T22:12:42.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: cephadm 2024-02-08T22:12:40.927274+0000 mgr.smithi105.rfsypb (mgr.14180) 1234 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.lerpeh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh 2024-02-08T22:12:42.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:12:42.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh 2024-02-08T22:12:42.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh 2024-02-08T22:12:42.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:12:42.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh 2024-02-08T22:12:42.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.lerpeh ... 2024-02-08T22:12:42.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:12:42.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:12:42.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:12:42.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:12:42.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:12:42.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: cephadm 2024-02-08T22:12:40.932432+0000 mgr.smithi105.rfsypb (mgr.14180) 1235 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.ymrbyr on smithi105 2024-02-08T22:12:42.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:41 smithi167 bash[18945]: audit 2024-02-08T22:12:41.098791+0000 mgr.smithi105.rfsypb (mgr.14180) 1236 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:12:42.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: cephadm 2024-02-08T22:12:40.924613+0000 mgr.smithi105.rfsypb (mgr.14180) 1232 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh 2024-02-08T22:12:42.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:12:42.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh 2024-02-08T22:12:42.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh 2024-02-08T22:12:42.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:12:42.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh 2024-02-08T22:12:42.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.lerpeh ... 2024-02-08T22:12:42.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:12:42.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:12:42.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:12:42.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:12:42.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:12:42.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:12:42.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:12:42.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:12:42.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:12:42.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:12:42.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh 2024-02-08T22:12:42.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:12:42.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh 2024-02-08T22:12:42.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh 2024-02-08T22:12:42.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:12:42.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh 2024-02-08T22:12:42.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.lerpeh ... 2024-02-08T22:12:42.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:12:42.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:12:42.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:12:42.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:12:42.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:12:42.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: cephadm 2024-02-08T22:12:40.925186+0000 mgr.smithi105.rfsypb (mgr.14180) 1233 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.lerpeh 2024-02-08T22:12:42.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: cephadm 2024-02-08T22:12:40.927274+0000 mgr.smithi105.rfsypb (mgr.14180) 1234 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.lerpeh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh 2024-02-08T22:12:42.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:12:42.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh 2024-02-08T22:12:42.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh 2024-02-08T22:12:42.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:12:42.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh 2024-02-08T22:12:42.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.lerpeh ... 2024-02-08T22:12:42.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:12:42.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:12:42.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:12:42.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:12:42.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:12:42.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: cephadm 2024-02-08T22:12:40.932432+0000 mgr.smithi105.rfsypb (mgr.14180) 1235 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.ymrbyr on smithi105 2024-02-08T22:12:42.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:41 smithi105 bash[14197]: audit 2024-02-08T22:12:41.098791+0000 mgr.smithi105.rfsypb (mgr.14180) 1236 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:12:42.990 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:12:43.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:42 smithi167 bash[18945]: cluster 2024-02-08T22:12:42.850340+0000 mgr.smithi105.rfsypb (mgr.14180) 1237 : 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 2024-02-08T22:12:43.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:42 smithi105 bash[14197]: cluster 2024-02-08T22:12:42.850340+0000 mgr.smithi105.rfsypb (mgr.14180) 1237 : 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 2024-02-08T22:12:45.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:44 smithi167 bash[18945]: cluster 2024-02-08T22:12:44.851812+0000 mgr.smithi105.rfsypb (mgr.14180) 1238 : 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 2024-02-08T22:12:45.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:44 smithi105 bash[14197]: cluster 2024-02-08T22:12:44.851812+0000 mgr.smithi105.rfsypb (mgr.14180) 1238 : 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 2024-02-08T22:12:46.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: cephadm 2024-02-08T22:12:45.161852+0000 mgr.smithi105.rfsypb (mgr.14180) 1239 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr 2024-02-08T22:12:46.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:12:46.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr 2024-02-08T22:12:46.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr 2024-02-08T22:12:46.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:12:46.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr 2024-02-08T22:12:46.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.ymrbyr ... 2024-02-08T22:12:46.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:12:46.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:12:46.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:12:46.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:12:46.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:12:46.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:12:46.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:12:46.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:12:46.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:12:46.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:12:46.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr 2024-02-08T22:12:46.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:12:46.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr 2024-02-08T22:12:46.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr 2024-02-08T22:12:46.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:12:46.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr 2024-02-08T22:12:46.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.ymrbyr ... 2024-02-08T22:12:46.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:12:46.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:12:46.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:12:46.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:12:46.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:12:46.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: cephadm 2024-02-08T22:12:45.162378+0000 mgr.smithi105.rfsypb (mgr.14180) 1240 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.ymrbyr 2024-02-08T22:12:46.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: audit 2024-02-08T22:12:45.163172+0000 mon.smithi105 (mon.0) 990 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.ymrbyr"}]: dispatch 2024-02-08T22:12:46.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: cephadm 2024-02-08T22:12:45.165337+0000 mgr.smithi105.rfsypb (mgr.14180) 1241 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.ymrbyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr 2024-02-08T22:12:46.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:12:46.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr 2024-02-08T22:12:46.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr 2024-02-08T22:12:46.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:12:46.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr 2024-02-08T22:12:46.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.ymrbyr ... 2024-02-08T22:12:46.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:12:46.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:12:46.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:12:46.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:12:46.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:12:46.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: cephadm 2024-02-08T22:12:45.168122+0000 mgr.smithi105.rfsypb (mgr.14180) 1242 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.kdbhlp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:12:46.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: cephadm 2024-02-08T22:12:45.170168+0000 mgr.smithi105.rfsypb (mgr.14180) 1243 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:12:46.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:45 smithi167 bash[18945]: cluster 2024-02-08T22:12:45.171018+0000 mgr.smithi105.rfsypb (mgr.14180) 1244 : cluster [DBG] pgmap v835: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T22:12:46.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: cephadm 2024-02-08T22:12:45.161852+0000 mgr.smithi105.rfsypb (mgr.14180) 1239 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr 2024-02-08T22:12:46.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:12:46.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr 2024-02-08T22:12:46.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr 2024-02-08T22:12:46.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:12:46.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr 2024-02-08T22:12:46.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.ymrbyr ... 2024-02-08T22:12:46.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:12:46.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:12:46.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:12:46.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:12:46.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:12:46.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:12:46.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:12:46.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:12:46.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:12:46.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:12:46.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr 2024-02-08T22:12:46.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:12:46.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr 2024-02-08T22:12:46.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr 2024-02-08T22:12:46.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:12:46.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr 2024-02-08T22:12:46.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.ymrbyr ... 2024-02-08T22:12:46.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:12:46.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:12:46.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:12:46.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:12:46.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:12:46.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: cephadm 2024-02-08T22:12:45.162378+0000 mgr.smithi105.rfsypb (mgr.14180) 1240 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.ymrbyr 2024-02-08T22:12:46.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: audit 2024-02-08T22:12:45.163172+0000 mon.smithi105 (mon.0) 990 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.ymrbyr"}]: dispatch 2024-02-08T22:12:46.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: cephadm 2024-02-08T22:12:45.165337+0000 mgr.smithi105.rfsypb (mgr.14180) 1241 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.ymrbyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr 2024-02-08T22:12:46.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:12:46.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr 2024-02-08T22:12:46.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr 2024-02-08T22:12:46.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:12:46.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr 2024-02-08T22:12:46.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.ymrbyr ... 2024-02-08T22:12:46.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:12:46.318 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:12:46.318 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:12:46.318 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:12:46.318 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:12:46.318 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: cephadm 2024-02-08T22:12:45.168122+0000 mgr.smithi105.rfsypb (mgr.14180) 1242 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.kdbhlp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:12:46.318 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: cephadm 2024-02-08T22:12:45.170168+0000 mgr.smithi105.rfsypb (mgr.14180) 1243 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:12:46.318 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:45 smithi105 bash[14197]: cluster 2024-02-08T22:12:45.171018+0000 mgr.smithi105.rfsypb (mgr.14180) 1244 : cluster [DBG] pgmap v835: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-08T22:12:46.579 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:12:46.580 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:11:36.534029Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:12:40.927025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.lerpeh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\nDeploy daemon haproxy.nfs.foo.smithi167.lerpeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:12:45.165135Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ymrbyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr\nDeploy daemon haproxy.nfs.foo.smithi105.ymrbyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:12:45.167991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kdbhlp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:12:45.170059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:12:47.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:46 smithi105 bash[14197]: cluster 2024-02-08T22:12:45.947979+0000 mon.smithi105 (mon.0) 991 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:12:47.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:46 smithi105 bash[14197]: audit 2024-02-08T22:12:46.037530+0000 mon.smithi105 (mon.0) 992 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:12:47.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:46 smithi105 bash[14197]: audit 2024-02-08T22:12:46.566831+0000 mgr.smithi105.rfsypb (mgr.14180) 1245 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:12:47.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:46 smithi167 bash[18945]: cluster 2024-02-08T22:12:45.947979+0000 mon.smithi105 (mon.0) 991 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:12:47.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:46 smithi167 bash[18945]: audit 2024-02-08T22:12:46.037530+0000 mon.smithi105 (mon.0) 992 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:12:47.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:46 smithi167 bash[18945]: audit 2024-02-08T22:12:46.566831+0000 mgr.smithi105.rfsypb (mgr.14180) 1245 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:12:47.477 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:12:48.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:47 smithi167 bash[18945]: cluster 2024-02-08T22:12:47.172143+0000 mgr.smithi105.rfsypb (mgr.14180) 1246 : cluster [DBG] pgmap v836: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:12:48.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:47 smithi105 bash[14197]: cluster 2024-02-08T22:12:47.172143+0000 mgr.smithi105.rfsypb (mgr.14180) 1246 : cluster [DBG] pgmap v836: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:12:48.478 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:12:50.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:50 smithi167 bash[18945]: cluster 2024-02-08T22:12:49.173592+0000 mgr.smithi105.rfsypb (mgr.14180) 1247 : cluster [DBG] pgmap v837: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:12:50.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:50 smithi105 bash[14197]: cluster 2024-02-08T22:12:49.173592+0000 mgr.smithi105.rfsypb (mgr.14180) 1247 : cluster [DBG] pgmap v837: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:12:51.824 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:12:51.824 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:11:36.534029Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:12:40.927025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.lerpeh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\nDeploy daemon haproxy.nfs.foo.smithi167.lerpeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:12:45.165135Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ymrbyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr\nDeploy daemon haproxy.nfs.foo.smithi105.ymrbyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:12:45.167991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kdbhlp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:12:45.170059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:12:52.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:52 smithi167 bash[18945]: cluster 2024-02-08T22:12:51.175034+0000 mgr.smithi105.rfsypb (mgr.14180) 1248 : cluster [DBG] pgmap v838: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:12:52.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:52 smithi167 bash[18945]: audit 2024-02-08T22:12:51.812753+0000 mgr.smithi105.rfsypb (mgr.14180) 1249 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:12:52.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:52 smithi105 bash[14197]: cluster 2024-02-08T22:12:51.175034+0000 mgr.smithi105.rfsypb (mgr.14180) 1248 : cluster [DBG] pgmap v838: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:12:52.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:52 smithi105 bash[14197]: audit 2024-02-08T22:12:51.812753+0000 mgr.smithi105.rfsypb (mgr.14180) 1249 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:12:52.656 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:12:53.656 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:12:54.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:54 smithi167 bash[18945]: cluster 2024-02-08T22:12:53.175951+0000 mgr.smithi105.rfsypb (mgr.14180) 1250 : cluster [DBG] pgmap v839: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:12:54.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:54 smithi105 bash[14197]: cluster 2024-02-08T22:12:53.175951+0000 mgr.smithi105.rfsypb (mgr.14180) 1250 : cluster [DBG] pgmap v839: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:12:56.540 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:56 smithi105 bash[14197]: cluster 2024-02-08T22:12:55.177098+0000 mgr.smithi105.rfsypb (mgr.14180) 1251 : cluster [DBG] pgmap v840: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:12:56.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:56 smithi167 bash[18945]: cluster 2024-02-08T22:12:55.177098+0000 mgr.smithi105.rfsypb (mgr.14180) 1251 : cluster [DBG] pgmap v840: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:12:56.938 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:12:56.938 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:11:36.534029Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:12:40.927025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.lerpeh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\nDeploy daemon haproxy.nfs.foo.smithi167.lerpeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:12:45.165135Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ymrbyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr\nDeploy daemon haproxy.nfs.foo.smithi105.ymrbyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:12:45.167991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kdbhlp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:12:45.170059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:12:57.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:12:58.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:58 smithi105 bash[14197]: audit 2024-02-08T22:12:56.926956+0000 mgr.smithi105.rfsypb (mgr.14180) 1252 : audit [DBG] from='client.25167 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:12:58.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:12:58 smithi105 bash[14197]: cluster 2024-02-08T22:12:57.178148+0000 mgr.smithi105.rfsypb (mgr.14180) 1253 : cluster [DBG] pgmap v841: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:12:58.737 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:12:58.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:58 smithi167 bash[18945]: audit 2024-02-08T22:12:56.926956+0000 mgr.smithi105.rfsypb (mgr.14180) 1252 : audit [DBG] from='client.25167 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:12:58.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:12:58 smithi167 bash[18945]: cluster 2024-02-08T22:12:57.178148+0000 mgr.smithi105.rfsypb (mgr.14180) 1253 : cluster [DBG] pgmap v841: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:13:00.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:00 smithi105 bash[14197]: cluster 2024-02-08T22:12:59.179484+0000 mgr.smithi105.rfsypb (mgr.14180) 1254 : 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 2024-02-08T22:13:00.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:00 smithi167 bash[18945]: cluster 2024-02-08T22:12:59.179484+0000 mgr.smithi105.rfsypb (mgr.14180) 1254 : 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 2024-02-08T22:13:02.130 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:13:02.130 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:11:36.534029Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:12:40.927025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.lerpeh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\nDeploy daemon haproxy.nfs.foo.smithi167.lerpeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:12:45.165135Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ymrbyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr\nDeploy daemon haproxy.nfs.foo.smithi105.ymrbyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:12:45.167991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kdbhlp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:12:45.170059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:13:02.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:02 smithi105 bash[14197]: cluster 2024-02-08T22:13:01.181410+0000 mgr.smithi105.rfsypb (mgr.14180) 1255 : 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 2024-02-08T22:13:02.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:02 smithi167 bash[18945]: cluster 2024-02-08T22:13:01.181410+0000 mgr.smithi105.rfsypb (mgr.14180) 1255 : 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 2024-02-08T22:13:02.977 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:13:03.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:03 smithi105 bash[14197]: audit 2024-02-08T22:13:02.118401+0000 mgr.smithi105.rfsypb (mgr.14180) 1256 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:13:03.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:03 smithi167 bash[18945]: audit 2024-02-08T22:13:02.118401+0000 mgr.smithi105.rfsypb (mgr.14180) 1256 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:13:03.978 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:13:04.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:04 smithi105 bash[14197]: cluster 2024-02-08T22:13:03.182718+0000 mgr.smithi105.rfsypb (mgr.14180) 1257 : cluster [DBG] pgmap v844: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:13:04.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:04 smithi167 bash[18945]: cluster 2024-02-08T22:13:03.182718+0000 mgr.smithi105.rfsypb (mgr.14180) 1257 : cluster [DBG] pgmap v844: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:13:06.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:06 smithi105 bash[14197]: cluster 2024-02-08T22:13:05.184394+0000 mgr.smithi105.rfsypb (mgr.14180) 1258 : 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 2024-02-08T22:13:06.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:06 smithi167 bash[18945]: cluster 2024-02-08T22:13:05.184394+0000 mgr.smithi105.rfsypb (mgr.14180) 1258 : 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 2024-02-08T22:13:07.434 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:13:07.434 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:11:36.534029Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:12:40.927025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.lerpeh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\nDeploy daemon haproxy.nfs.foo.smithi167.lerpeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:12:45.165135Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ymrbyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr\nDeploy daemon haproxy.nfs.foo.smithi105.ymrbyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:12:45.167991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kdbhlp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:12:45.170059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:13:08.257 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:13:08.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:08 smithi105 bash[14197]: cluster 2024-02-08T22:13:07.185722+0000 mgr.smithi105.rfsypb (mgr.14180) 1259 : cluster [DBG] pgmap v846: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:13:08.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:08 smithi105 bash[14197]: audit 2024-02-08T22:13:07.423250+0000 mgr.smithi105.rfsypb (mgr.14180) 1260 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:13:08.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:08 smithi167 bash[18945]: cluster 2024-02-08T22:13:07.185722+0000 mgr.smithi105.rfsypb (mgr.14180) 1259 : cluster [DBG] pgmap v846: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:13:08.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:08 smithi167 bash[18945]: audit 2024-02-08T22:13:07.423250+0000 mgr.smithi105.rfsypb (mgr.14180) 1260 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:13:09.257 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:13:10.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:10 smithi105 bash[14197]: cluster 2024-02-08T22:13:09.186891+0000 mgr.smithi105.rfsypb (mgr.14180) 1261 : 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 2024-02-08T22:13:10.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:10 smithi167 bash[18945]: cluster 2024-02-08T22:13:09.186891+0000 mgr.smithi105.rfsypb (mgr.14180) 1261 : 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 2024-02-08T22:13:12.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:12 smithi105 bash[14197]: cluster 2024-02-08T22:13:11.189099+0000 mgr.smithi105.rfsypb (mgr.14180) 1262 : cluster [DBG] pgmap v848: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:13:12.689 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:13:12.689 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:11:36.534029Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:12:40.927025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.lerpeh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\nDeploy daemon haproxy.nfs.foo.smithi167.lerpeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:12:45.165135Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ymrbyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr\nDeploy daemon haproxy.nfs.foo.smithi105.ymrbyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:12:45.167991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kdbhlp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:12:45.170059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:13:12.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:12 smithi167 bash[18945]: cluster 2024-02-08T22:13:11.189099+0000 mgr.smithi105.rfsypb (mgr.14180) 1262 : cluster [DBG] pgmap v848: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:13:13.491 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:13:13.562 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:13 smithi105 bash[14197]: audit 2024-02-08T22:13:12.682320+0000 mgr.smithi105.rfsypb (mgr.14180) 1263 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:13:13.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:13 smithi167 bash[18945]: audit 2024-02-08T22:13:12.682320+0000 mgr.smithi105.rfsypb (mgr.14180) 1263 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:13:14.492 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:13:14.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:14 smithi167 bash[18945]: cluster 2024-02-08T22:13:13.190321+0000 mgr.smithi105.rfsypb (mgr.14180) 1264 : cluster [DBG] pgmap v849: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:13:14.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:14 smithi105 bash[14197]: cluster 2024-02-08T22:13:13.190321+0000 mgr.smithi105.rfsypb (mgr.14180) 1264 : cluster [DBG] pgmap v849: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:13:16.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:16 smithi167 bash[18945]: cluster 2024-02-08T22:13:15.191843+0000 mgr.smithi105.rfsypb (mgr.14180) 1265 : cluster [DBG] pgmap v850: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:13:16.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:16 smithi105 bash[14197]: cluster 2024-02-08T22:13:15.191843+0000 mgr.smithi105.rfsypb (mgr.14180) 1265 : cluster [DBG] pgmap v850: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:13:17.574 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:13:17.575 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:11:36.534029Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:12:40.927025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.lerpeh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\nDeploy daemon haproxy.nfs.foo.smithi167.lerpeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:12:45.165135Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ymrbyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr\nDeploy daemon haproxy.nfs.foo.smithi105.ymrbyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:12:45.167991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kdbhlp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:12:45.170059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:13:18.387 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:13:18.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:18 smithi167 bash[18945]: cluster 2024-02-08T22:13:17.193084+0000 mgr.smithi105.rfsypb (mgr.14180) 1266 : cluster [DBG] pgmap v851: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:13:18.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:18 smithi167 bash[18945]: audit 2024-02-08T22:13:17.561931+0000 mgr.smithi105.rfsypb (mgr.14180) 1267 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:13:18.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:18 smithi105 bash[14197]: cluster 2024-02-08T22:13:17.193084+0000 mgr.smithi105.rfsypb (mgr.14180) 1266 : cluster [DBG] pgmap v851: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:13:18.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:18 smithi105 bash[14197]: audit 2024-02-08T22:13:17.561931+0000 mgr.smithi105.rfsypb (mgr.14180) 1267 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:13:19.388 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:13:20.715 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:20 smithi105 bash[14197]: cluster 2024-02-08T22:13:19.194468+0000 mgr.smithi105.rfsypb (mgr.14180) 1268 : cluster [DBG] pgmap v852: 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 2024-02-08T22:13:20.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:20 smithi167 bash[18945]: cluster 2024-02-08T22:13:19.194468+0000 mgr.smithi105.rfsypb (mgr.14180) 1268 : cluster [DBG] pgmap v852: 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 2024-02-08T22:13:22.695 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:22 smithi105 bash[14197]: cluster 2024-02-08T22:13:21.196186+0000 mgr.smithi105.rfsypb (mgr.14180) 1269 : cluster [DBG] pgmap v853: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-08T22:13:22.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:22 smithi167 bash[18945]: cluster 2024-02-08T22:13:21.196186+0000 mgr.smithi105.rfsypb (mgr.14180) 1269 : cluster [DBG] pgmap v853: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-08T22:13:22.794 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:13:22.795 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:11:36.534029Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:12:40.927025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.lerpeh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\nDeploy daemon haproxy.nfs.foo.smithi167.lerpeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:12:45.165135Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ymrbyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr\nDeploy daemon haproxy.nfs.foo.smithi105.ymrbyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:12:45.167991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kdbhlp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:12:45.170059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:13:23.662 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:23 smithi105 bash[14197]: audit 2024-02-08T22:13:22.784258+0000 mgr.smithi105.rfsypb (mgr.14180) 1270 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:13:23.663 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:13:23.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:23 smithi167 bash[18945]: audit 2024-02-08T22:13:22.784258+0000 mgr.smithi105.rfsypb (mgr.14180) 1270 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:13:24.664 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:13:24.676 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:24 smithi105 bash[14197]: cluster 2024-02-08T22:13:23.197560+0000 mgr.smithi105.rfsypb (mgr.14180) 1271 : cluster [DBG] pgmap v854: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-08T22:13:24.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:24 smithi167 bash[18945]: cluster 2024-02-08T22:13:23.197560+0000 mgr.smithi105.rfsypb (mgr.14180) 1271 : cluster [DBG] pgmap v854: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-08T22:13:26.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:26 smithi167 bash[18945]: cluster 2024-02-08T22:13:25.199319+0000 mgr.smithi105.rfsypb (mgr.14180) 1272 : cluster [DBG] pgmap v855: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-08T22:13:26.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:26 smithi105 bash[14197]: cluster 2024-02-08T22:13:25.199319+0000 mgr.smithi105.rfsypb (mgr.14180) 1272 : cluster [DBG] pgmap v855: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-08T22:13:27.909 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:13:27.910 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:11:36.534029Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:12:40.927025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.lerpeh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\nDeploy daemon haproxy.nfs.foo.smithi167.lerpeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:12:45.165135Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ymrbyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr\nDeploy daemon haproxy.nfs.foo.smithi105.ymrbyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:12:45.167991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kdbhlp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:12:45.170059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:13:28.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:28 smithi105 bash[14197]: cluster 2024-02-08T22:13:27.200876+0000 mgr.smithi105.rfsypb (mgr.14180) 1273 : cluster [DBG] pgmap v856: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-02-08T22:13:28.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:28 smithi105 bash[14197]: audit 2024-02-08T22:13:27.898230+0000 mgr.smithi105.rfsypb (mgr.14180) 1274 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:13:28.696 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:13:28.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:28 smithi167 bash[18945]: cluster 2024-02-08T22:13:27.200876+0000 mgr.smithi105.rfsypb (mgr.14180) 1273 : cluster [DBG] pgmap v856: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-02-08T22:13:28.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:28 smithi167 bash[18945]: audit 2024-02-08T22:13:27.898230+0000 mgr.smithi105.rfsypb (mgr.14180) 1274 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:13:29.697 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:13:30.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:30 smithi167 bash[18945]: cluster 2024-02-08T22:13:29.202202+0000 mgr.smithi105.rfsypb (mgr.14180) 1275 : cluster [DBG] pgmap v857: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-08T22:13:30.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:30 smithi105 bash[14197]: cluster 2024-02-08T22:13:29.202202+0000 mgr.smithi105.rfsypb (mgr.14180) 1275 : cluster [DBG] pgmap v857: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-08T22:13:32.696 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:32 smithi105 bash[14197]: cluster 2024-02-08T22:13:31.204334+0000 mgr.smithi105.rfsypb (mgr.14180) 1276 : cluster [DBG] pgmap v858: 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 2024-02-08T22:13:32.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:32 smithi167 bash[18945]: cluster 2024-02-08T22:13:31.204334+0000 mgr.smithi105.rfsypb (mgr.14180) 1276 : cluster [DBG] pgmap v858: 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 2024-02-08T22:13:33.196 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:13:33.196 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:11:36.534029Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:12:40.927025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.lerpeh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\nDeploy daemon haproxy.nfs.foo.smithi167.lerpeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:12:45.165135Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ymrbyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr\nDeploy daemon haproxy.nfs.foo.smithi105.ymrbyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:12:45.167991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kdbhlp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:12:45.170059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:13:34.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:13:34.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:34 smithi167 bash[18945]: audit 2024-02-08T22:13:33.185175+0000 mgr.smithi105.rfsypb (mgr.14180) 1277 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:13:34.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:34 smithi167 bash[18945]: cluster 2024-02-08T22:13:33.205429+0000 mgr.smithi105.rfsypb (mgr.14180) 1278 : cluster [DBG] pgmap v859: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:13:34.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:34 smithi105 bash[14197]: audit 2024-02-08T22:13:33.185175+0000 mgr.smithi105.rfsypb (mgr.14180) 1277 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:13:34.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:34 smithi105 bash[14197]: cluster 2024-02-08T22:13:33.205429+0000 mgr.smithi105.rfsypb (mgr.14180) 1278 : cluster [DBG] pgmap v859: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:13:35.078 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:13:36.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:36 smithi167 bash[18945]: cluster 2024-02-08T22:13:35.207212+0000 mgr.smithi105.rfsypb (mgr.14180) 1279 : cluster [DBG] pgmap v860: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:13:36.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:36 smithi105 bash[14197]: cluster 2024-02-08T22:13:35.207212+0000 mgr.smithi105.rfsypb (mgr.14180) 1279 : cluster [DBG] pgmap v860: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:13:38.369 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:13:38.370 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:11:36.534029Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:12:40.927025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.lerpeh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\nDeploy daemon haproxy.nfs.foo.smithi167.lerpeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:12:45.165135Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ymrbyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr\nDeploy daemon haproxy.nfs.foo.smithi105.ymrbyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:12:45.167991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kdbhlp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:12:45.170059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:13:38.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:38 smithi167 bash[18945]: cluster 2024-02-08T22:13:37.208340+0000 mgr.smithi105.rfsypb (mgr.14180) 1280 : cluster [DBG] pgmap v861: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:13:38.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:38 smithi105 bash[14197]: cluster 2024-02-08T22:13:37.208340+0000 mgr.smithi105.rfsypb (mgr.14180) 1280 : cluster [DBG] pgmap v861: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:13:39.182 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:13:39.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:39 smithi105 bash[14197]: audit 2024-02-08T22:13:38.356485+0000 mgr.smithi105.rfsypb (mgr.14180) 1281 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:13:39.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:39 smithi167 bash[18945]: audit 2024-02-08T22:13:38.356485+0000 mgr.smithi105.rfsypb (mgr.14180) 1281 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:13:40.183 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:13:40.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:40 smithi105 bash[14197]: cluster 2024-02-08T22:13:39.209667+0000 mgr.smithi105.rfsypb (mgr.14180) 1282 : cluster [DBG] pgmap v862: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:13:40.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:40 smithi167 bash[18945]: cluster 2024-02-08T22:13:39.209667+0000 mgr.smithi105.rfsypb (mgr.14180) 1282 : cluster [DBG] pgmap v862: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:13:42.695 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:42 smithi105 bash[14197]: cluster 2024-02-08T22:13:41.210746+0000 mgr.smithi105.rfsypb (mgr.14180) 1283 : cluster [DBG] pgmap v863: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:13:42.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:42 smithi167 bash[18945]: cluster 2024-02-08T22:13:41.210746+0000 mgr.smithi105.rfsypb (mgr.14180) 1283 : cluster [DBG] pgmap v863: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:13:43.394 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:13:43.395 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:11:36.534029Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:12:40.927025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.lerpeh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\nDeploy daemon haproxy.nfs.foo.smithi167.lerpeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:12:45.165135Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ymrbyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr\nDeploy daemon haproxy.nfs.foo.smithi105.ymrbyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:12:45.167991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kdbhlp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:12:45.170059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:13:44.211 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:13:44.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:44 smithi105 bash[14197]: cluster 2024-02-08T22:13:43.211869+0000 mgr.smithi105.rfsypb (mgr.14180) 1284 : cluster [DBG] pgmap v864: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:13:44.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:44 smithi105 bash[14197]: audit 2024-02-08T22:13:43.383745+0000 mgr.smithi105.rfsypb (mgr.14180) 1285 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:13:44.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:44 smithi167 bash[18945]: cluster 2024-02-08T22:13:43.211869+0000 mgr.smithi105.rfsypb (mgr.14180) 1284 : cluster [DBG] pgmap v864: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:13:44.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:44 smithi167 bash[18945]: audit 2024-02-08T22:13:43.383745+0000 mgr.smithi105.rfsypb (mgr.14180) 1285 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:13:45.212 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:13:45.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:45 smithi105 bash[14197]: audit 2024-02-08T22:13:45.173955+0000 mon.smithi105 (mon.0) 993 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:13:45.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:45 smithi167 bash[18945]: audit 2024-02-08T22:13:45.173955+0000 mon.smithi105 (mon.0) 993 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:13:46.701 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:46 smithi105 bash[14197]: cluster 2024-02-08T22:13:45.213127+0000 mgr.smithi105.rfsypb (mgr.14180) 1286 : cluster [DBG] pgmap v865: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:13:46.701 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:46 smithi105 bash[14197]: audit 2024-02-08T22:13:45.477975+0000 mon.smithi105 (mon.0) 994 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:13:46.701 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:46 smithi105 bash[14197]: audit 2024-02-08T22:13:45.478878+0000 mon.smithi105 (mon.0) 995 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:13:46.702 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:46 smithi105 bash[14197]: audit 2024-02-08T22:13:45.486370+0000 mon.smithi105 (mon.0) 996 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:13:46.702 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:46 smithi105 bash[14197]: cluster 2024-02-08T22:13:45.487016+0000 mgr.smithi105.rfsypb (mgr.14180) 1287 : cluster [DBG] pgmap v866: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:13:46.702 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:46 smithi105 bash[14197]: audit 2024-02-08T22:13:45.491690+0000 mon.smithi105 (mon.0) 997 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:13:46.702 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:46 smithi105 bash[14197]: audit 2024-02-08T22:13:45.501932+0000 mon.smithi105 (mon.0) 998 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:13:46.702 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:46 smithi105 bash[14197]: cephadm 2024-02-08T22:13:45.504552+0000 mgr.smithi105.rfsypb (mgr.14180) 1288 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.afhwvn on smithi167 2024-02-08T22:13:46.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:46 smithi167 bash[18945]: cluster 2024-02-08T22:13:45.213127+0000 mgr.smithi105.rfsypb (mgr.14180) 1286 : cluster [DBG] pgmap v865: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:13:46.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:46 smithi167 bash[18945]: audit 2024-02-08T22:13:45.477975+0000 mon.smithi105 (mon.0) 994 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:13:46.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:46 smithi167 bash[18945]: audit 2024-02-08T22:13:45.478878+0000 mon.smithi105 (mon.0) 995 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:13:46.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:46 smithi167 bash[18945]: audit 2024-02-08T22:13:45.486370+0000 mon.smithi105 (mon.0) 996 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:13:46.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:46 smithi167 bash[18945]: cluster 2024-02-08T22:13:45.487016+0000 mgr.smithi105.rfsypb (mgr.14180) 1287 : cluster [DBG] pgmap v866: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:13:46.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:46 smithi167 bash[18945]: audit 2024-02-08T22:13:45.491690+0000 mon.smithi105 (mon.0) 997 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:13:46.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:46 smithi167 bash[18945]: audit 2024-02-08T22:13:45.501932+0000 mon.smithi105 (mon.0) 998 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:13:46.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:46 smithi167 bash[18945]: cephadm 2024-02-08T22:13:45.504552+0000 mgr.smithi105.rfsypb (mgr.14180) 1288 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.afhwvn on smithi167 2024-02-08T22:13:47.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:47 smithi167 bash[18945]: cluster 2024-02-08T22:13:46.483225+0000 mon.smithi105 (mon.0) 999 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:13:47.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:47 smithi167 bash[18945]: cluster 2024-02-08T22:13:46.483278+0000 mon.smithi105 (mon.0) 1000 : cluster [INF] Cluster is now healthy 2024-02-08T22:13:47.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:47 smithi105 bash[14197]: cluster 2024-02-08T22:13:46.483225+0000 mon.smithi105 (mon.0) 999 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:13:47.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:47 smithi105 bash[14197]: cluster 2024-02-08T22:13:46.483278+0000 mon.smithi105 (mon.0) 1000 : cluster [INF] Cluster is now healthy 2024-02-08T22:13:48.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:48 smithi167 bash[18945]: cluster 2024-02-08T22:13:47.488285+0000 mgr.smithi105.rfsypb (mgr.14180) 1289 : cluster [DBG] pgmap v867: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:13:48.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:48 smithi105 bash[14197]: cluster 2024-02-08T22:13:47.488285+0000 mgr.smithi105.rfsypb (mgr.14180) 1289 : cluster [DBG] pgmap v867: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:13:48.880 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:13:48.880 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:11:36.534029Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jfzqhm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:12:40.927025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.lerpeh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-lerpeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.lerpeh\nDeploy daemon haproxy.nfs.foo.smithi167.lerpeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:12:45.165135Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ymrbyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-ymrbyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.ymrbyr\nDeploy daemon haproxy.nfs.foo.smithi105.ymrbyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:12:45.167991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.kdbhlp on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:12:45.170059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:13:49.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:49 smithi105 bash[14197]: audit 2024-02-08T22:13:48.869596+0000 mgr.smithi105.rfsypb (mgr.14180) 1290 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:13:49.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:49 smithi105 bash[14197]: audit 2024-02-08T22:13:49.237945+0000 mon.smithi105 (mon.0) 1001 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.afhwvn"}]: dispatch 2024-02-08T22:13:49.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:49 smithi167 bash[18945]: audit 2024-02-08T22:13:48.869596+0000 mgr.smithi105.rfsypb (mgr.14180) 1290 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:13:49.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:49 smithi167 bash[18945]: audit 2024-02-08T22:13:49.237945+0000 mon.smithi105 (mon.0) 1001 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.afhwvn"}]: dispatch 2024-02-08T22:13:49.770 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:13:50.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: cephadm 2024-02-08T22:13:49.236768+0000 mgr.smithi105.rfsypb (mgr.14180) 1291 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn 2024-02-08T22:13:50.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:13:50.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn 2024-02-08T22:13:50.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn 2024-02-08T22:13:50.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:13:50.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn 2024-02-08T22:13:50.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.afhwvn ... 2024-02-08T22:13:50.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:13:50.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:13:50.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:13:50.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:13:50.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:13:50.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:13:50.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:13:50.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:13:50.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:13:50.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:13:50.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn 2024-02-08T22:13:50.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:13:50.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn 2024-02-08T22:13:50.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn 2024-02-08T22:13:50.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:13:50.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn 2024-02-08T22:13:50.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.afhwvn ... 2024-02-08T22:13:50.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:13:50.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:13:50.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:13:50.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:13:50.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:13:50.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: cephadm 2024-02-08T22:13:49.237321+0000 mgr.smithi105.rfsypb (mgr.14180) 1292 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.afhwvn 2024-02-08T22:13:50.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: cephadm 2024-02-08T22:13:49.239503+0000 mgr.smithi105.rfsypb (mgr.14180) 1293 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.afhwvn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn 2024-02-08T22:13:50.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:13:50.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn 2024-02-08T22:13:50.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn 2024-02-08T22:13:50.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:13:50.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn 2024-02-08T22:13:50.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.afhwvn ... 2024-02-08T22:13:50.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:13:50.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:13:50.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:13:50.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:13:50.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:13:50.753 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: cephadm 2024-02-08T22:13:49.243922+0000 mgr.smithi105.rfsypb (mgr.14180) 1294 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.elfrlq on smithi105 2024-02-08T22:13:50.753 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:50 smithi167 bash[18945]: cluster 2024-02-08T22:13:49.489612+0000 mgr.smithi105.rfsypb (mgr.14180) 1295 : cluster [DBG] pgmap v868: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:13:50.771 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:13:50.785 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: cephadm 2024-02-08T22:13:49.236768+0000 mgr.smithi105.rfsypb (mgr.14180) 1291 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn 2024-02-08T22:13:50.785 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:13:50.785 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn 2024-02-08T22:13:50.785 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn 2024-02-08T22:13:50.786 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:13:50.786 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn 2024-02-08T22:13:50.786 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.afhwvn ... 2024-02-08T22:13:50.786 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:13:50.786 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:13:50.786 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:13:50.787 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:13:50.787 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:13:50.787 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:13:50.787 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:13:50.787 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:13:50.787 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:13:50.788 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:13:50.788 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn 2024-02-08T22:13:50.788 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:13:50.789 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn 2024-02-08T22:13:50.789 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn 2024-02-08T22:13:50.789 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:13:50.789 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn 2024-02-08T22:13:50.789 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.afhwvn ... 2024-02-08T22:13:50.789 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:13:50.790 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:13:50.790 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:13:50.790 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:13:50.790 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:13:50.790 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: cephadm 2024-02-08T22:13:49.237321+0000 mgr.smithi105.rfsypb (mgr.14180) 1292 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.afhwvn 2024-02-08T22:13:50.791 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: cephadm 2024-02-08T22:13:49.239503+0000 mgr.smithi105.rfsypb (mgr.14180) 1293 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.afhwvn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn 2024-02-08T22:13:50.791 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:13:50.791 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn 2024-02-08T22:13:50.791 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn 2024-02-08T22:13:50.791 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:13:50.791 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn 2024-02-08T22:13:50.791 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.afhwvn ... 2024-02-08T22:13:50.792 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:13:50.792 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:13:50.792 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:13:50.792 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:13:50.792 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:13:50.793 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: cephadm 2024-02-08T22:13:49.243922+0000 mgr.smithi105.rfsypb (mgr.14180) 1294 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.elfrlq on smithi105 2024-02-08T22:13:50.793 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:50 smithi105 bash[14197]: cluster 2024-02-08T22:13:49.489612+0000 mgr.smithi105.rfsypb (mgr.14180) 1295 : cluster [DBG] pgmap v868: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:13:52.678 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:52 smithi105 bash[14197]: cluster 2024-02-08T22:13:51.491126+0000 mgr.smithi105.rfsypb (mgr.14180) 1296 : cluster [DBG] pgmap v869: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:13:52.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:52 smithi167 bash[18945]: cluster 2024-02-08T22:13:51.491126+0000 mgr.smithi105.rfsypb (mgr.14180) 1296 : cluster [DBG] pgmap v869: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:13:53.835 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:53 smithi105 bash[14197]: audit 2024-02-08T22:13:52.556657+0000 mon.smithi105 (mon.0) 1002 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:13:53.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:53 smithi167 bash[18945]: audit 2024-02-08T22:13:52.556657+0000 mon.smithi105 (mon.0) 1002 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:13:54.475 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:13:54.475 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:12:45.170059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:13:49.239290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.afhwvn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\nDeploy daemon haproxy.nfs.foo.smithi167.afhwvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.862072Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.elfrlq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\nDeploy daemon haproxy.nfs.foo.smithi105.elfrlq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.863881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.buxeej on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:13:53.865498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:13:54.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: cluster 2024-02-08T22:13:53.492094+0000 mgr.smithi105.rfsypb (mgr.14180) 1297 : cluster [DBG] pgmap v870: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:13:54.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: cephadm 2024-02-08T22:13:53.859772+0000 mgr.smithi105.rfsypb (mgr.14180) 1298 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq 2024-02-08T22:13:54.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:13:54.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq 2024-02-08T22:13:54.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq 2024-02-08T22:13:54.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:13:54.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq 2024-02-08T22:13:54.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.elfrlq ... 2024-02-08T22:13:54.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:13:54.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:13:54.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:13:54.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:13:54.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:13:54.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:13:54.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:13:54.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:13:54.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:13:54.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:13:54.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq 2024-02-08T22:13:54.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:13:54.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq 2024-02-08T22:13:54.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq 2024-02-08T22:13:54.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:13:54.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq 2024-02-08T22:13:54.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.elfrlq ... 2024-02-08T22:13:54.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:13:54.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:13:54.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:13:54.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:13:54.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:13:54.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: cephadm 2024-02-08T22:13:53.860271+0000 mgr.smithi105.rfsypb (mgr.14180) 1299 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.elfrlq 2024-02-08T22:13:54.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: audit 2024-02-08T22:13:53.860914+0000 mon.smithi105 (mon.0) 1003 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.elfrlq"}]: dispatch 2024-02-08T22:13:54.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: cephadm 2024-02-08T22:13:53.862191+0000 mgr.smithi105.rfsypb (mgr.14180) 1300 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.elfrlq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq 2024-02-08T22:13:54.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:13:54.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq 2024-02-08T22:13:54.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq 2024-02-08T22:13:54.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:13:54.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq 2024-02-08T22:13:54.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.elfrlq ... 2024-02-08T22:13:54.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:13:54.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:13:54.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:13:54.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:13:54.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:13:54.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: cephadm 2024-02-08T22:13:53.863975+0000 mgr.smithi105.rfsypb (mgr.14180) 1301 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.buxeej on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:13:54.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: cephadm 2024-02-08T22:13:53.865604+0000 mgr.smithi105.rfsypb (mgr.14180) 1302 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:13:54.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:54 smithi105 bash[14197]: cluster 2024-02-08T22:13:53.866726+0000 mgr.smithi105.rfsypb (mgr.14180) 1303 : cluster [DBG] pgmap v871: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 B/s rd, 0 op/s 2024-02-08T22:13:54.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: cluster 2024-02-08T22:13:53.492094+0000 mgr.smithi105.rfsypb (mgr.14180) 1297 : cluster [DBG] pgmap v870: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:13:54.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: cephadm 2024-02-08T22:13:53.859772+0000 mgr.smithi105.rfsypb (mgr.14180) 1298 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq 2024-02-08T22:13:54.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:13:54.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq 2024-02-08T22:13:54.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq 2024-02-08T22:13:55.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:13:55.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq 2024-02-08T22:13:55.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.elfrlq ... 2024-02-08T22:13:55.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:13:55.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:13:55.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:13:55.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:13:55.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:13:55.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:13:55.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:13:55.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:13:55.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:13:55.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:13:55.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq 2024-02-08T22:13:55.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:13:55.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq 2024-02-08T22:13:55.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq 2024-02-08T22:13:55.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:13:55.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq 2024-02-08T22:13:55.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.elfrlq ... 2024-02-08T22:13:55.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:13:55.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:13:55.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:13:55.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:13:55.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:13:55.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: cephadm 2024-02-08T22:13:53.860271+0000 mgr.smithi105.rfsypb (mgr.14180) 1299 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.elfrlq 2024-02-08T22:13:55.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: audit 2024-02-08T22:13:53.860914+0000 mon.smithi105 (mon.0) 1003 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.elfrlq"}]: dispatch 2024-02-08T22:13:55.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: cephadm 2024-02-08T22:13:53.862191+0000 mgr.smithi105.rfsypb (mgr.14180) 1300 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.elfrlq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq 2024-02-08T22:13:55.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:13:55.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq 2024-02-08T22:13:55.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq 2024-02-08T22:13:55.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:13:55.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq 2024-02-08T22:13:55.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.elfrlq ... 2024-02-08T22:13:55.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:13:55.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:13:55.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:13:55.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:13:55.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:13:55.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: cephadm 2024-02-08T22:13:53.863975+0000 mgr.smithi105.rfsypb (mgr.14180) 1301 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.buxeej on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:13:55.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: cephadm 2024-02-08T22:13:53.865604+0000 mgr.smithi105.rfsypb (mgr.14180) 1302 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:13:55.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:54 smithi167 bash[18945]: cluster 2024-02-08T22:13:53.866726+0000 mgr.smithi105.rfsypb (mgr.14180) 1303 : cluster [DBG] pgmap v871: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 B/s rd, 0 op/s 2024-02-08T22:13:55.396 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:13:55.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:55 smithi105 bash[14197]: audit 2024-02-08T22:13:54.463619+0000 mgr.smithi105.rfsypb (mgr.14180) 1304 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:13:55.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:55 smithi105 bash[14197]: cluster 2024-02-08T22:13:54.563516+0000 mon.smithi105 (mon.0) 1004 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:13:55.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:55 smithi167 bash[18945]: audit 2024-02-08T22:13:54.463619+0000 mgr.smithi105.rfsypb (mgr.14180) 1304 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:13:55.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:55 smithi167 bash[18945]: cluster 2024-02-08T22:13:54.563516+0000 mon.smithi105 (mon.0) 1004 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:13:56.396 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:13:56.812 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:56 smithi105 bash[14197]: cluster 2024-02-08T22:13:55.868291+0000 mgr.smithi105.rfsypb (mgr.14180) 1305 : cluster [DBG] pgmap v872: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-08T22:13:56.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:56 smithi105 bash[14197]: audit 2024-02-08T22:13:56.088867+0000 mon.smithi105 (mon.0) 1005 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:13:56.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:56 smithi167 bash[18945]: cluster 2024-02-08T22:13:55.868291+0000 mgr.smithi105.rfsypb (mgr.14180) 1305 : cluster [DBG] pgmap v872: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-08T22:13:56.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:56 smithi167 bash[18945]: audit 2024-02-08T22:13:56.088867+0000 mon.smithi105 (mon.0) 1005 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:13:58.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:57 smithi167 bash[18945]: cluster 2024-02-08T22:13:57.869244+0000 mgr.smithi105.rfsypb (mgr.14180) 1306 : cluster [DBG] pgmap v873: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-08T22:13:58.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:57 smithi105 bash[14197]: cluster 2024-02-08T22:13:57.869244+0000 mgr.smithi105.rfsypb (mgr.14180) 1306 : cluster [DBG] pgmap v873: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-08T22:13:59.821 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:13:59.821 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:12:45.170059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:13:49.239290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.afhwvn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\nDeploy daemon haproxy.nfs.foo.smithi167.afhwvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.862072Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.elfrlq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\nDeploy daemon haproxy.nfs.foo.smithi105.elfrlq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.863881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.buxeej on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:13:53.865498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:14:00.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:59 smithi167 bash[18945]: audit 2024-02-08T22:13:59.814023+0000 mgr.smithi105.rfsypb (mgr.14180) 1307 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:14:00.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:13:59 smithi167 bash[18945]: cluster 2024-02-08T22:13:59.871543+0000 mgr.smithi105.rfsypb (mgr.14180) 1308 : cluster [DBG] pgmap v874: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-08T22:14:00.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:59 smithi105 bash[14197]: audit 2024-02-08T22:13:59.814023+0000 mgr.smithi105.rfsypb (mgr.14180) 1307 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:14:00.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:13:59 smithi105 bash[14197]: cluster 2024-02-08T22:13:59.871543+0000 mgr.smithi105.rfsypb (mgr.14180) 1308 : cluster [DBG] pgmap v874: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-08T22:14:00.691 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:14:01.692 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:14:02.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:01 smithi167 bash[18945]: cluster 2024-02-08T22:14:01.872756+0000 mgr.smithi105.rfsypb (mgr.14180) 1309 : cluster [DBG] pgmap v875: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-08T22:14:02.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:01 smithi105 bash[14197]: cluster 2024-02-08T22:14:01.872756+0000 mgr.smithi105.rfsypb (mgr.14180) 1309 : cluster [DBG] pgmap v875: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-08T22:14:04.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:03 smithi167 bash[18945]: cluster 2024-02-08T22:14:03.874266+0000 mgr.smithi105.rfsypb (mgr.14180) 1310 : cluster [DBG] pgmap v876: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-08T22:14:04.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:03 smithi105 bash[14197]: cluster 2024-02-08T22:14:03.874266+0000 mgr.smithi105.rfsypb (mgr.14180) 1310 : cluster [DBG] pgmap v876: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-08T22:14:05.179 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:14:05.179 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:12:45.170059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:13:49.239290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.afhwvn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\nDeploy daemon haproxy.nfs.foo.smithi167.afhwvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.862072Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.elfrlq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\nDeploy daemon haproxy.nfs.foo.smithi105.elfrlq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.863881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.buxeej on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:13:53.865498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:14:05.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:14:06.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:05 smithi167 bash[18945]: audit 2024-02-08T22:14:05.168229+0000 mgr.smithi105.rfsypb (mgr.14180) 1311 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:14:06.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:05 smithi167 bash[18945]: cluster 2024-02-08T22:14:05.876004+0000 mgr.smithi105.rfsypb (mgr.14180) 1312 : cluster [DBG] pgmap v877: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:14:06.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:05 smithi105 bash[14197]: audit 2024-02-08T22:14:05.168229+0000 mgr.smithi105.rfsypb (mgr.14180) 1311 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:14:06.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:05 smithi105 bash[14197]: cluster 2024-02-08T22:14:05.876004+0000 mgr.smithi105.rfsypb (mgr.14180) 1312 : cluster [DBG] pgmap v877: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:14:06.996 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:14:08.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:08 smithi105 bash[14197]: audit 2024-02-08T22:14:07.550169+0000 mon.smithi105 (mon.0) 1006 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:14:08.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:08 smithi105 bash[14197]: cluster 2024-02-08T22:14:07.877666+0000 mgr.smithi105.rfsypb (mgr.14180) 1313 : cluster [DBG] pgmap v878: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:14:08.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:08 smithi167 bash[18945]: audit 2024-02-08T22:14:07.550169+0000 mon.smithi105 (mon.0) 1006 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:14:08.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:08 smithi167 bash[18945]: cluster 2024-02-08T22:14:07.877666+0000 mgr.smithi105.rfsypb (mgr.14180) 1313 : cluster [DBG] pgmap v878: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:14:10.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:09 smithi167 bash[18945]: cluster 2024-02-08T22:14:09.879294+0000 mgr.smithi105.rfsypb (mgr.14180) 1314 : 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 2024-02-08T22:14:10.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:09 smithi105 bash[14197]: cluster 2024-02-08T22:14:09.879294+0000 mgr.smithi105.rfsypb (mgr.14180) 1314 : 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 2024-02-08T22:14:10.489 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:14:10.490 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:12:45.170059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:13:49.239290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.afhwvn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\nDeploy daemon haproxy.nfs.foo.smithi167.afhwvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.862072Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.elfrlq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\nDeploy daemon haproxy.nfs.foo.smithi105.elfrlq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.863881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.buxeej on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:13:53.865498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:14:11.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:10 smithi167 bash[18945]: audit 2024-02-08T22:14:10.479222+0000 mgr.smithi105.rfsypb (mgr.14180) 1315 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:14:11.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:10 smithi105 bash[14197]: audit 2024-02-08T22:14:10.479222+0000 mgr.smithi105.rfsypb (mgr.14180) 1315 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:14:11.325 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:14:12.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:11 smithi167 bash[18945]: cluster 2024-02-08T22:14:11.880897+0000 mgr.smithi105.rfsypb (mgr.14180) 1316 : cluster [DBG] pgmap v880: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:14:12.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:11 smithi105 bash[14197]: cluster 2024-02-08T22:14:11.880897+0000 mgr.smithi105.rfsypb (mgr.14180) 1316 : cluster [DBG] pgmap v880: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:14:12.326 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:14:14.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:13 smithi167 bash[18945]: cluster 2024-02-08T22:14:13.882162+0000 mgr.smithi105.rfsypb (mgr.14180) 1317 : 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 2024-02-08T22:14:14.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:13 smithi105 bash[14197]: cluster 2024-02-08T22:14:13.882162+0000 mgr.smithi105.rfsypb (mgr.14180) 1317 : 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 2024-02-08T22:14:15.665 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:14:15.665 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:12:45.170059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:13:49.239290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.afhwvn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\nDeploy daemon haproxy.nfs.foo.smithi167.afhwvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.862072Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.elfrlq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\nDeploy daemon haproxy.nfs.foo.smithi105.elfrlq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.863881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.buxeej on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:13:53.865498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:14:16.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:15 smithi167 bash[18945]: audit 2024-02-08T22:14:15.652588+0000 mgr.smithi105.rfsypb (mgr.14180) 1318 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:14:16.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:15 smithi167 bash[18945]: cluster 2024-02-08T22:14:15.883840+0000 mgr.smithi105.rfsypb (mgr.14180) 1319 : 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 2024-02-08T22:14:16.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:15 smithi105 bash[14197]: audit 2024-02-08T22:14:15.652588+0000 mgr.smithi105.rfsypb (mgr.14180) 1318 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:14:16.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:15 smithi105 bash[14197]: cluster 2024-02-08T22:14:15.883840+0000 mgr.smithi105.rfsypb (mgr.14180) 1319 : 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 2024-02-08T22:14:16.463 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:14:17.464 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:14:18.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:17 smithi167 bash[18945]: cluster 2024-02-08T22:14:17.884795+0000 mgr.smithi105.rfsypb (mgr.14180) 1320 : cluster [DBG] pgmap v883: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:14:18.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:17 smithi105 bash[14197]: cluster 2024-02-08T22:14:17.884795+0000 mgr.smithi105.rfsypb (mgr.14180) 1320 : cluster [DBG] pgmap v883: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:14:20.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:19 smithi167 bash[18945]: cluster 2024-02-08T22:14:19.885874+0000 mgr.smithi105.rfsypb (mgr.14180) 1321 : cluster [DBG] pgmap v884: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:14:20.301 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:19 smithi105 bash[14197]: cluster 2024-02-08T22:14:19.885874+0000 mgr.smithi105.rfsypb (mgr.14180) 1321 : cluster [DBG] pgmap v884: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:14:20.704 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:14:20.704 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:12:45.170059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:13:49.239290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.afhwvn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\nDeploy daemon haproxy.nfs.foo.smithi167.afhwvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.862072Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.elfrlq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\nDeploy daemon haproxy.nfs.foo.smithi105.elfrlq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.863881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.buxeej on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:13:53.865498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:14:21.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:20 smithi105 bash[14197]: audit 2024-02-08T22:14:20.690525+0000 mgr.smithi105.rfsypb (mgr.14180) 1322 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:14:21.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:20 smithi167 bash[18945]: audit 2024-02-08T22:14:20.690525+0000 mgr.smithi105.rfsypb (mgr.14180) 1322 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:14:21.546 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:14:22.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:21 smithi167 bash[18945]: cluster 2024-02-08T22:14:21.887393+0000 mgr.smithi105.rfsypb (mgr.14180) 1323 : cluster [DBG] pgmap v885: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:14:22.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:21 smithi105 bash[14197]: cluster 2024-02-08T22:14:21.887393+0000 mgr.smithi105.rfsypb (mgr.14180) 1323 : cluster [DBG] pgmap v885: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:14:22.547 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:14:24.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:23 smithi167 bash[18945]: cluster 2024-02-08T22:14:23.888634+0000 mgr.smithi105.rfsypb (mgr.14180) 1324 : cluster [DBG] pgmap v886: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:14:24.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:23 smithi105 bash[14197]: cluster 2024-02-08T22:14:23.888634+0000 mgr.smithi105.rfsypb (mgr.14180) 1324 : cluster [DBG] pgmap v886: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:14:25.823 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:14:25.824 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:12:45.170059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:13:49.239290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.afhwvn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\nDeploy daemon haproxy.nfs.foo.smithi167.afhwvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.862072Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.elfrlq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\nDeploy daemon haproxy.nfs.foo.smithi105.elfrlq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.863881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.buxeej on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:13:53.865498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:14:26.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:25 smithi167 bash[18945]: audit 2024-02-08T22:14:25.812773+0000 mgr.smithi105.rfsypb (mgr.14180) 1325 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:14:26.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:25 smithi167 bash[18945]: cluster 2024-02-08T22:14:25.890140+0000 mgr.smithi105.rfsypb (mgr.14180) 1326 : cluster [DBG] pgmap v887: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:14:26.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:25 smithi105 bash[14197]: audit 2024-02-08T22:14:25.812773+0000 mgr.smithi105.rfsypb (mgr.14180) 1325 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:14:26.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:25 smithi105 bash[14197]: cluster 2024-02-08T22:14:25.890140+0000 mgr.smithi105.rfsypb (mgr.14180) 1326 : cluster [DBG] pgmap v887: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:14:26.651 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:14:27.652 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:14:28.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:27 smithi167 bash[18945]: cluster 2024-02-08T22:14:27.891681+0000 mgr.smithi105.rfsypb (mgr.14180) 1327 : cluster [DBG] pgmap v888: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:14:28.312 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:27 smithi105 bash[14197]: cluster 2024-02-08T22:14:27.891681+0000 mgr.smithi105.rfsypb (mgr.14180) 1327 : cluster [DBG] pgmap v888: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:14:30.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:29 smithi105 bash[14197]: cluster 2024-02-08T22:14:29.892666+0000 mgr.smithi105.rfsypb (mgr.14180) 1328 : cluster [DBG] pgmap v889: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:14:30.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:29 smithi167 bash[18945]: cluster 2024-02-08T22:14:29.892666+0000 mgr.smithi105.rfsypb (mgr.14180) 1328 : cluster [DBG] pgmap v889: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:14:31.045 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:14:31.045 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:12:45.170059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:13:49.239290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.afhwvn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\nDeploy daemon haproxy.nfs.foo.smithi167.afhwvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.862072Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.elfrlq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\nDeploy daemon haproxy.nfs.foo.smithi105.elfrlq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.863881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.buxeej on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:13:53.865498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:14:31.825 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:14:32.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:31 smithi167 bash[18945]: audit 2024-02-08T22:14:31.034064+0000 mgr.smithi105.rfsypb (mgr.14180) 1329 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:14:32.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:31 smithi167 bash[18945]: cluster 2024-02-08T22:14:31.894373+0000 mgr.smithi105.rfsypb (mgr.14180) 1330 : cluster [DBG] pgmap v890: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:14:32.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:31 smithi105 bash[14197]: audit 2024-02-08T22:14:31.034064+0000 mgr.smithi105.rfsypb (mgr.14180) 1329 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:14:32.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:31 smithi105 bash[14197]: cluster 2024-02-08T22:14:31.894373+0000 mgr.smithi105.rfsypb (mgr.14180) 1330 : cluster [DBG] pgmap v890: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:14:32.826 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:14:34.230 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:33 smithi105 bash[14197]: cluster 2024-02-08T22:14:33.895997+0000 mgr.smithi105.rfsypb (mgr.14180) 1331 : cluster [DBG] pgmap v891: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:14:34.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:33 smithi167 bash[18945]: cluster 2024-02-08T22:14:33.895997+0000 mgr.smithi105.rfsypb (mgr.14180) 1331 : cluster [DBG] pgmap v891: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:14:36.116 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:14:36.117 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:12:45.170059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:13:49.239290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.afhwvn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\nDeploy daemon haproxy.nfs.foo.smithi167.afhwvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.862072Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.elfrlq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\nDeploy daemon haproxy.nfs.foo.smithi105.elfrlq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.863881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.buxeej on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:13:53.865498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:14:36.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:35 smithi167 bash[18945]: cluster 2024-02-08T22:14:35.897747+0000 mgr.smithi105.rfsypb (mgr.14180) 1332 : 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 2024-02-08T22:14:36.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:35 smithi105 bash[14197]: cluster 2024-02-08T22:14:35.897747+0000 mgr.smithi105.rfsypb (mgr.14180) 1332 : 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 2024-02-08T22:14:36.915 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:14:37.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:36 smithi167 bash[18945]: audit 2024-02-08T22:14:36.109319+0000 mgr.smithi105.rfsypb (mgr.14180) 1333 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:14:37.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:36 smithi105 bash[14197]: audit 2024-02-08T22:14:36.109319+0000 mgr.smithi105.rfsypb (mgr.14180) 1333 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:14:37.916 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:14:38.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:37 smithi167 bash[18945]: cluster 2024-02-08T22:14:37.899478+0000 mgr.smithi105.rfsypb (mgr.14180) 1334 : cluster [DBG] pgmap v893: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:14:38.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:37 smithi105 bash[14197]: cluster 2024-02-08T22:14:37.899478+0000 mgr.smithi105.rfsypb (mgr.14180) 1334 : cluster [DBG] pgmap v893: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:14:40.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:39 smithi167 bash[18945]: cluster 2024-02-08T22:14:39.901347+0000 mgr.smithi105.rfsypb (mgr.14180) 1335 : cluster [DBG] pgmap v894: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 20 op/s 2024-02-08T22:14:40.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:39 smithi105 bash[14197]: cluster 2024-02-08T22:14:39.901347+0000 mgr.smithi105.rfsypb (mgr.14180) 1335 : cluster [DBG] pgmap v894: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 20 op/s 2024-02-08T22:14:41.260 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:14:41.261 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:12:45.170059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:13:49.239290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.afhwvn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\nDeploy daemon haproxy.nfs.foo.smithi167.afhwvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.862072Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.elfrlq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\nDeploy daemon haproxy.nfs.foo.smithi105.elfrlq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.863881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.buxeej on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:13:53.865498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:14:42.109 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:14:42.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:41 smithi167 bash[18945]: audit 2024-02-08T22:14:41.248380+0000 mgr.smithi105.rfsypb (mgr.14180) 1336 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:14:42.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:41 smithi167 bash[18945]: cluster 2024-02-08T22:14:41.902351+0000 mgr.smithi105.rfsypb (mgr.14180) 1337 : cluster [DBG] pgmap v895: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 51 op/s 2024-02-08T22:14:42.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:41 smithi105 bash[14197]: audit 2024-02-08T22:14:41.248380+0000 mgr.smithi105.rfsypb (mgr.14180) 1336 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:14:42.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:41 smithi105 bash[14197]: cluster 2024-02-08T22:14:41.902351+0000 mgr.smithi105.rfsypb (mgr.14180) 1337 : cluster [DBG] pgmap v895: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 51 op/s 2024-02-08T22:14:43.110 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:14:44.225 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:43 smithi105 bash[14197]: cluster 2024-02-08T22:14:43.903967+0000 mgr.smithi105.rfsypb (mgr.14180) 1338 : cluster [DBG] pgmap v896: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 64 op/s 2024-02-08T22:14:44.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:43 smithi167 bash[18945]: cluster 2024-02-08T22:14:43.903967+0000 mgr.smithi105.rfsypb (mgr.14180) 1338 : cluster [DBG] pgmap v896: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 64 op/s 2024-02-08T22:14:46.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:45 smithi167 bash[18945]: cluster 2024-02-08T22:14:45.905510+0000 mgr.smithi105.rfsypb (mgr.14180) 1339 : cluster [DBG] pgmap v897: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2024-02-08T22:14:46.264 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:14:46.264 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:12:45.170059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:13:49.239290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.afhwvn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\nDeploy daemon haproxy.nfs.foo.smithi167.afhwvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.862072Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.elfrlq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\nDeploy daemon haproxy.nfs.foo.smithi105.elfrlq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.863881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.buxeej on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:13:53.865498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:14:46.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:45 smithi105 bash[14197]: cluster 2024-02-08T22:14:45.905510+0000 mgr.smithi105.rfsypb (mgr.14180) 1339 : cluster [DBG] pgmap v897: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2024-02-08T22:14:47.095 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:14:47.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:46 smithi167 bash[18945]: audit 2024-02-08T22:14:46.252065+0000 mgr.smithi105.rfsypb (mgr.14180) 1340 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:14:47.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:46 smithi105 bash[14197]: audit 2024-02-08T22:14:46.252065+0000 mgr.smithi105.rfsypb (mgr.14180) 1340 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:14:48.095 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:14:48.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:47 smithi167 bash[18945]: cluster 2024-02-08T22:14:47.906971+0000 mgr.smithi105.rfsypb (mgr.14180) 1341 : cluster [DBG] pgmap v898: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2024-02-08T22:14:48.294 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:47 smithi105 bash[14197]: cluster 2024-02-08T22:14:47.906971+0000 mgr.smithi105.rfsypb (mgr.14180) 1341 : cluster [DBG] pgmap v898: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2024-02-08T22:14:50.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:49 smithi167 bash[18945]: cluster 2024-02-08T22:14:49.908679+0000 mgr.smithi105.rfsypb (mgr.14180) 1342 : cluster [DBG] pgmap v899: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2024-02-08T22:14:50.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:49 smithi105 bash[14197]: cluster 2024-02-08T22:14:49.908679+0000 mgr.smithi105.rfsypb (mgr.14180) 1342 : cluster [DBG] pgmap v899: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2024-02-08T22:14:51.342 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:14:51.342 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:12:45.170059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:13:49.239290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.afhwvn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\nDeploy daemon haproxy.nfs.foo.smithi167.afhwvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.862072Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.elfrlq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\nDeploy daemon haproxy.nfs.foo.smithi105.elfrlq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.863881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.buxeej on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:13:53.865498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:14:52.146 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:14:52.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:51 smithi167 bash[18945]: audit 2024-02-08T22:14:51.330088+0000 mgr.smithi105.rfsypb (mgr.14180) 1343 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:14:52.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:51 smithi167 bash[18945]: cluster 2024-02-08T22:14:51.909859+0000 mgr.smithi105.rfsypb (mgr.14180) 1344 : cluster [DBG] pgmap v900: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 46 op/s 2024-02-08T22:14:52.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:51 smithi105 bash[14197]: audit 2024-02-08T22:14:51.330088+0000 mgr.smithi105.rfsypb (mgr.14180) 1343 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:14:52.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:51 smithi105 bash[14197]: cluster 2024-02-08T22:14:51.909859+0000 mgr.smithi105.rfsypb (mgr.14180) 1344 : cluster [DBG] pgmap v900: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 46 op/s 2024-02-08T22:14:53.147 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:14:54.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:53 smithi167 bash[18945]: audit 2024-02-08T22:14:53.869425+0000 mon.smithi105 (mon.0) 1007 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:14:54.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:53 smithi167 bash[18945]: cluster 2024-02-08T22:14:53.910595+0000 mgr.smithi105.rfsypb (mgr.14180) 1345 : cluster [DBG] pgmap v901: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 0 B/s wr, 15 op/s 2024-02-08T22:14:54.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:53 smithi105 bash[14197]: audit 2024-02-08T22:14:53.869425+0000 mon.smithi105 (mon.0) 1007 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:14:54.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:53 smithi105 bash[14197]: cluster 2024-02-08T22:14:53.910595+0000 mgr.smithi105.rfsypb (mgr.14180) 1345 : cluster [DBG] pgmap v901: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 0 B/s wr, 15 op/s 2024-02-08T22:14:55.224 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:54 smithi105 bash[14197]: audit 2024-02-08T22:14:54.170788+0000 mon.smithi105 (mon.0) 1008 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:14:55.224 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:54 smithi105 bash[14197]: audit 2024-02-08T22:14:54.171805+0000 mon.smithi105 (mon.0) 1009 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:14:55.225 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:54 smithi105 bash[14197]: audit 2024-02-08T22:14:54.178286+0000 mon.smithi105 (mon.0) 1010 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:14:55.225 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:54 smithi105 bash[14197]: cluster 2024-02-08T22:14:54.179041+0000 mgr.smithi105.rfsypb (mgr.14180) 1346 : cluster [DBG] pgmap v902: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 0 B/s wr, 2 op/s 2024-02-08T22:14:55.225 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:54 smithi105 bash[14197]: audit 2024-02-08T22:14:54.184657+0000 mon.smithi105 (mon.0) 1011 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:14:55.225 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:54 smithi105 bash[14197]: audit 2024-02-08T22:14:54.194575+0000 mon.smithi105 (mon.0) 1012 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:14:55.225 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:54 smithi105 bash[14197]: cephadm 2024-02-08T22:14:54.197400+0000 mgr.smithi105.rfsypb (mgr.14180) 1347 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.pxxluh on smithi167 2024-02-08T22:14:55.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:54 smithi167 bash[18945]: audit 2024-02-08T22:14:54.170788+0000 mon.smithi105 (mon.0) 1008 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:14:55.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:54 smithi167 bash[18945]: audit 2024-02-08T22:14:54.171805+0000 mon.smithi105 (mon.0) 1009 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:14:55.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:54 smithi167 bash[18945]: audit 2024-02-08T22:14:54.178286+0000 mon.smithi105 (mon.0) 1010 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:14:55.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:54 smithi167 bash[18945]: cluster 2024-02-08T22:14:54.179041+0000 mgr.smithi105.rfsypb (mgr.14180) 1346 : cluster [DBG] pgmap v902: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 0 B/s wr, 2 op/s 2024-02-08T22:14:55.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:54 smithi167 bash[18945]: audit 2024-02-08T22:14:54.184657+0000 mon.smithi105 (mon.0) 1011 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:14:55.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:54 smithi167 bash[18945]: audit 2024-02-08T22:14:54.194575+0000 mon.smithi105 (mon.0) 1012 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:14:55.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:54 smithi167 bash[18945]: cephadm 2024-02-08T22:14:54.197400+0000 mgr.smithi105.rfsypb (mgr.14180) 1347 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.pxxluh on smithi167 2024-02-08T22:14:56.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:55 smithi167 bash[18945]: cluster 2024-02-08T22:14:55.175922+0000 mon.smithi105 (mon.0) 1013 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:14:56.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:55 smithi167 bash[18945]: cluster 2024-02-08T22:14:55.175982+0000 mon.smithi105 (mon.0) 1014 : cluster [INF] Cluster is now healthy 2024-02-08T22:14:56.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:55 smithi105 bash[14197]: cluster 2024-02-08T22:14:55.175922+0000 mon.smithi105 (mon.0) 1013 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:14:56.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:55 smithi105 bash[14197]: cluster 2024-02-08T22:14:55.175982+0000 mon.smithi105 (mon.0) 1014 : cluster [INF] Cluster is now healthy 2024-02-08T22:14:56.588 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:14:56.589 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:12:45.170059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.venrtw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:13:49.239290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.afhwvn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\nDeploy daemon haproxy.nfs.foo.smithi167.afhwvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.862072Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.elfrlq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\nDeploy daemon haproxy.nfs.foo.smithi105.elfrlq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.863881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.buxeej on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:13:53.865498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:14:57.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:56 smithi167 bash[18945]: cluster 2024-02-08T22:14:56.181018+0000 mgr.smithi105.rfsypb (mgr.14180) 1348 : cluster [DBG] pgmap v903: 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 2024-02-08T22:14:57.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:56 smithi167 bash[18945]: audit 2024-02-08T22:14:56.575390+0000 mgr.smithi105.rfsypb (mgr.14180) 1349 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:14:57.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:56 smithi105 bash[14197]: cluster 2024-02-08T22:14:56.181018+0000 mgr.smithi105.rfsypb (mgr.14180) 1348 : cluster [DBG] pgmap v903: 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 2024-02-08T22:14:57.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:56 smithi105 bash[14197]: audit 2024-02-08T22:14:56.575390+0000 mgr.smithi105.rfsypb (mgr.14180) 1349 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:14:57.367 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:14:58.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:58 smithi167 bash[18945]: audit 2024-02-08T22:14:58.027173+0000 mon.smithi105 (mon.0) 1015 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.pxxluh"}]: dispatch 2024-02-08T22:14:58.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:58 smithi105 bash[14197]: audit 2024-02-08T22:14:58.027173+0000 mon.smithi105 (mon.0) 1015 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.pxxluh"}]: dispatch 2024-02-08T22:14:58.368 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:14:59.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: cephadm 2024-02-08T22:14:58.026062+0000 mgr.smithi105.rfsypb (mgr.14180) 1350 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh 2024-02-08T22:14:59.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:14:59.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh 2024-02-08T22:14:59.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh 2024-02-08T22:14:59.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:14:59.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh 2024-02-08T22:14:59.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.pxxluh ... 2024-02-08T22:14:59.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:14:59.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:14:59.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:14:59.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:14:59.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:14:59.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:14:59.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:14:59.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:14:59.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:14:59.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:14:59.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh 2024-02-08T22:14:59.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:14:59.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh 2024-02-08T22:14:59.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh 2024-02-08T22:14:59.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:14:59.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh 2024-02-08T22:14:59.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.pxxluh ... 2024-02-08T22:14:59.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:14:59.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:14:59.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:14:59.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:14:59.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:14:59.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: cephadm 2024-02-08T22:14:58.026527+0000 mgr.smithi105.rfsypb (mgr.14180) 1351 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.pxxluh 2024-02-08T22:14:59.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: cephadm 2024-02-08T22:14:58.028851+0000 mgr.smithi105.rfsypb (mgr.14180) 1352 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.pxxluh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh 2024-02-08T22:14:59.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:14:59.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh 2024-02-08T22:14:59.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh 2024-02-08T22:14:59.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:14:59.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh 2024-02-08T22:14:59.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.pxxluh ... 2024-02-08T22:14:59.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:14:59.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:14:59.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:14:59.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:14:59.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:14:59.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: cephadm 2024-02-08T22:14:58.033411+0000 mgr.smithi105.rfsypb (mgr.14180) 1353 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.npwfze on smithi105 2024-02-08T22:14:59.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:14:59 smithi167 bash[18945]: cluster 2024-02-08T22:14:58.181988+0000 mgr.smithi105.rfsypb (mgr.14180) 1354 : 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 2024-02-08T22:14:59.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: cephadm 2024-02-08T22:14:58.026062+0000 mgr.smithi105.rfsypb (mgr.14180) 1350 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh 2024-02-08T22:14:59.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:14:59.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh 2024-02-08T22:14:59.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh 2024-02-08T22:14:59.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:14:59.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh 2024-02-08T22:14:59.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.pxxluh ... 2024-02-08T22:14:59.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:14:59.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:14:59.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:14:59.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:14:59.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:14:59.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:14:59.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:14:59.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:14:59.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:14:59.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:14:59.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh 2024-02-08T22:14:59.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:14:59.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh 2024-02-08T22:14:59.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh 2024-02-08T22:14:59.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:14:59.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh 2024-02-08T22:14:59.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.pxxluh ... 2024-02-08T22:14:59.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:14:59.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:14:59.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:14:59.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:14:59.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:14:59.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: cephadm 2024-02-08T22:14:58.026527+0000 mgr.smithi105.rfsypb (mgr.14180) 1351 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.pxxluh 2024-02-08T22:14:59.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: cephadm 2024-02-08T22:14:58.028851+0000 mgr.smithi105.rfsypb (mgr.14180) 1352 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.pxxluh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh 2024-02-08T22:14:59.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:14:59.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh 2024-02-08T22:14:59.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh 2024-02-08T22:14:59.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:14:59.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh 2024-02-08T22:14:59.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.pxxluh ... 2024-02-08T22:14:59.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:14:59.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:14:59.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:14:59.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:14:59.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:14:59.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: cephadm 2024-02-08T22:14:58.033411+0000 mgr.smithi105.rfsypb (mgr.14180) 1353 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.npwfze on smithi105 2024-02-08T22:14:59.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:14:59 smithi105 bash[14197]: cluster 2024-02-08T22:14:58.181988+0000 mgr.smithi105.rfsypb (mgr.14180) 1354 : 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 2024-02-08T22:15:01.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:01 smithi105 bash[14197]: cluster 2024-02-08T22:15:00.182861+0000 mgr.smithi105.rfsypb (mgr.14180) 1355 : 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 2024-02-08T22:15:01.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:01 smithi167 bash[18945]: cluster 2024-02-08T22:15:00.182861+0000 mgr.smithi105.rfsypb (mgr.14180) 1355 : 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 2024-02-08T22:15:01.855 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:15:01.856 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:13:49.239290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.afhwvn on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-afhwvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.afhwvn\nDeploy daemon haproxy.nfs.foo.smithi167.afhwvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.862072Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.elfrlq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-elfrlq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.elfrlq\nDeploy daemon haproxy.nfs.foo.smithi105.elfrlq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:13:53.863881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.buxeej on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:13:53.865498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:14:58.028623Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pxxluh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\nDeploy daemon haproxy.nfs.foo.smithi167.pxxluh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -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.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:15:02.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: audit 2024-02-08T22:15:01.844147+0000 mgr.smithi105.rfsypb (mgr.14180) 1356 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:15:02.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: cephadm 2024-02-08T22:15:01.877180+0000 mgr.smithi105.rfsypb (mgr.14180) 1357 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze 2024-02-08T22:15:02.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:15:02.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze 2024-02-08T22:15:02.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze 2024-02-08T22:15:02.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:15:02.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze 2024-02-08T22:15:02.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.npwfze ... 2024-02-08T22:15:02.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:15:02.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:15:02.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:15:02.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:15:02.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:15:02.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:15:02.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:15:02.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:15:02.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:15:02.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:15:02.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze 2024-02-08T22:15:02.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:15:02.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze 2024-02-08T22:15:02.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze 2024-02-08T22:15:02.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:15:02.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze 2024-02-08T22:15:02.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.npwfze ... 2024-02-08T22:15:02.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:15:02.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:15:02.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:15:02.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:15:02.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:15:02.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: cephadm 2024-02-08T22:15:01.877741+0000 mgr.smithi105.rfsypb (mgr.14180) 1358 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.npwfze 2024-02-08T22:15:02.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: audit 2024-02-08T22:15:01.878392+0000 mon.smithi105 (mon.0) 1016 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.npwfze"}]: dispatch 2024-02-08T22:15:02.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: cephadm 2024-02-08T22:15:01.879746+0000 mgr.smithi105.rfsypb (mgr.14180) 1359 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.npwfze on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze 2024-02-08T22:15:02.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:15:02.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze 2024-02-08T22:15:02.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze 2024-02-08T22:15:02.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:15:02.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze 2024-02-08T22:15:02.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.npwfze ... 2024-02-08T22:15:02.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:15:02.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:15:02.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:15:02.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:15:02.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:15:02.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: cephadm 2024-02-08T22:15:01.881930+0000 mgr.smithi105.rfsypb (mgr.14180) 1360 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.efhovm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:15:02.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: cephadm 2024-02-08T22:15:01.883782+0000 mgr.smithi105.rfsypb (mgr.14180) 1361 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:15:02.568 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:02 smithi105 bash[14197]: cluster 2024-02-08T22:15:01.885247+0000 mgr.smithi105.rfsypb (mgr.14180) 1362 : cluster [DBG] pgmap v906: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:15:02.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: audit 2024-02-08T22:15:01.844147+0000 mgr.smithi105.rfsypb (mgr.14180) 1356 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:15:02.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: cephadm 2024-02-08T22:15:01.877180+0000 mgr.smithi105.rfsypb (mgr.14180) 1357 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze 2024-02-08T22:15:02.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:15:02.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze 2024-02-08T22:15:02.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze 2024-02-08T22:15:02.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:15:02.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze 2024-02-08T22:15:02.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.npwfze ... 2024-02-08T22:15:02.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:15:02.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:15:02.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:15:02.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:15:02.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:15:02.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:15:02.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:15:02.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:15:02.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:15:02.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:15:02.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze 2024-02-08T22:15:02.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:15:02.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze 2024-02-08T22:15:02.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze 2024-02-08T22:15:02.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:15:02.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze 2024-02-08T22:15:02.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.npwfze ... 2024-02-08T22:15:02.753 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:15:02.753 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:15:02.753 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:15:02.753 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:15:02.753 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:15:02.753 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: cephadm 2024-02-08T22:15:01.877741+0000 mgr.smithi105.rfsypb (mgr.14180) 1358 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.npwfze 2024-02-08T22:15:02.753 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: audit 2024-02-08T22:15:01.878392+0000 mon.smithi105 (mon.0) 1016 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.npwfze"}]: dispatch 2024-02-08T22:15:02.753 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: cephadm 2024-02-08T22:15:01.879746+0000 mgr.smithi105.rfsypb (mgr.14180) 1359 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.npwfze on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze 2024-02-08T22:15:02.753 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:15:02.754 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze 2024-02-08T22:15:02.754 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze 2024-02-08T22:15:02.754 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:15:02.754 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze 2024-02-08T22:15:02.754 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.npwfze ... 2024-02-08T22:15:02.754 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:15:02.754 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:15:02.754 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:15:02.755 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:15:02.755 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:15:02.755 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: cephadm 2024-02-08T22:15:01.881930+0000 mgr.smithi105.rfsypb (mgr.14180) 1360 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.efhovm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:15:02.755 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: cephadm 2024-02-08T22:15:01.883782+0000 mgr.smithi105.rfsypb (mgr.14180) 1361 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:15:02.755 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:02 smithi167 bash[18945]: cluster 2024-02-08T22:15:01.885247+0000 mgr.smithi105.rfsypb (mgr.14180) 1362 : cluster [DBG] pgmap v906: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:15:02.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:15:03.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:03 smithi105 bash[14197]: cluster 2024-02-08T22:15:02.240897+0000 mon.smithi105 (mon.0) 1017 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:15:03.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:03 smithi167 bash[18945]: cluster 2024-02-08T22:15:02.240897+0000 mon.smithi105 (mon.0) 1017 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:15:03.806 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:15:04.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:04 smithi105 bash[14197]: cluster 2024-02-08T22:15:03.886630+0000 mgr.smithi105.rfsypb (mgr.14180) 1363 : cluster [DBG] pgmap v907: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:15:04.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:04 smithi167 bash[18945]: cluster 2024-02-08T22:15:03.886630+0000 mgr.smithi105.rfsypb (mgr.14180) 1363 : cluster [DBG] pgmap v907: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:15:06.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:05 smithi167 bash[18945]: cluster 2024-02-08T22:15:05.887716+0000 mgr.smithi105.rfsypb (mgr.14180) 1364 : cluster [DBG] pgmap v908: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:15:06.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:05 smithi105 bash[14197]: cluster 2024-02-08T22:15:05.887716+0000 mgr.smithi105.rfsypb (mgr.14180) 1364 : cluster [DBG] pgmap v908: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:15:07.210 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:15:07.210 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:13:53.865498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:14:58.028623Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pxxluh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\nDeploy daemon haproxy.nfs.foo.smithi167.pxxluh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:15:01.879621Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.npwfze on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze\nDeploy daemon haproxy.nfs.foo.smithi105.npwfze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:15:01.881822Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.efhovm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:15:01.883682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:15:07.417 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:07 smithi105 bash[14197]: audit 2024-02-08T22:15:06.145069+0000 mon.smithi105 (mon.0) 1018 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:15:07.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:07 smithi167 bash[18945]: audit 2024-02-08T22:15:06.145069+0000 mon.smithi105 (mon.0) 1018 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:15:08.015 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:15:08.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:08 smithi105 bash[14197]: audit 2024-02-08T22:15:07.197709+0000 mgr.smithi105.rfsypb (mgr.14180) 1365 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:15:08.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:08 smithi105 bash[14197]: cluster 2024-02-08T22:15:07.889388+0000 mgr.smithi105.rfsypb (mgr.14180) 1366 : cluster [DBG] pgmap v909: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:15:08.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:08 smithi167 bash[18945]: audit 2024-02-08T22:15:07.197709+0000 mgr.smithi105.rfsypb (mgr.14180) 1365 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:15:08.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:08 smithi167 bash[18945]: cluster 2024-02-08T22:15:07.889388+0000 mgr.smithi105.rfsypb (mgr.14180) 1366 : cluster [DBG] pgmap v909: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:15:09.016 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:15:10.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:09 smithi167 bash[18945]: cluster 2024-02-08T22:15:09.891584+0000 mgr.smithi105.rfsypb (mgr.14180) 1367 : cluster [DBG] pgmap v910: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:15:10.305 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:09 smithi105 bash[14197]: cluster 2024-02-08T22:15:09.891584+0000 mgr.smithi105.rfsypb (mgr.14180) 1367 : cluster [DBG] pgmap v910: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:15:12.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:11 smithi105 bash[14197]: cluster 2024-02-08T22:15:11.892586+0000 mgr.smithi105.rfsypb (mgr.14180) 1368 : cluster [DBG] pgmap v911: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:15:12.214 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:15:12.214 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:13:53.865498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:14:58.028623Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pxxluh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\nDeploy daemon haproxy.nfs.foo.smithi167.pxxluh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:15:01.879621Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.npwfze on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze\nDeploy daemon haproxy.nfs.foo.smithi105.npwfze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:15:01.881822Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.efhovm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:15:01.883682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:15:12.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:11 smithi167 bash[18945]: cluster 2024-02-08T22:15:11.892586+0000 mgr.smithi105.rfsypb (mgr.14180) 1368 : cluster [DBG] pgmap v911: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:15:12.975 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:15:13.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:12 smithi167 bash[18945]: audit 2024-02-08T22:15:12.201680+0000 mgr.smithi105.rfsypb (mgr.14180) 1369 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:15:13.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:12 smithi105 bash[14197]: audit 2024-02-08T22:15:12.201680+0000 mgr.smithi105.rfsypb (mgr.14180) 1369 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:15:13.976 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:15:14.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:13 smithi167 bash[18945]: cluster 2024-02-08T22:15:13.893992+0000 mgr.smithi105.rfsypb (mgr.14180) 1370 : cluster [DBG] pgmap v912: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:15:14.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:13 smithi105 bash[14197]: cluster 2024-02-08T22:15:13.893992+0000 mgr.smithi105.rfsypb (mgr.14180) 1370 : cluster [DBG] pgmap v912: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:15:16.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:15 smithi167 bash[18945]: cluster 2024-02-08T22:15:15.895723+0000 mgr.smithi105.rfsypb (mgr.14180) 1371 : 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 2024-02-08T22:15:16.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:15 smithi105 bash[14197]: cluster 2024-02-08T22:15:15.895723+0000 mgr.smithi105.rfsypb (mgr.14180) 1371 : 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 2024-02-08T22:15:17.410 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:15:17.410 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:13:53.865498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:14:58.028623Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pxxluh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\nDeploy daemon haproxy.nfs.foo.smithi167.pxxluh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:15:01.879621Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.npwfze on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze\nDeploy daemon haproxy.nfs.foo.smithi105.npwfze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:15:01.881822Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.efhovm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:15:01.883682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:15:18.194 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:15:18.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:17 smithi167 bash[18945]: audit 2024-02-08T22:15:17.397013+0000 mgr.smithi105.rfsypb (mgr.14180) 1372 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:15:18.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:17 smithi167 bash[18945]: cluster 2024-02-08T22:15:17.897025+0000 mgr.smithi105.rfsypb (mgr.14180) 1373 : cluster [DBG] pgmap v914: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 937 B/s rd, 0 B/s wr, 1 op/s 2024-02-08T22:15:18.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:17 smithi105 bash[14197]: audit 2024-02-08T22:15:17.397013+0000 mgr.smithi105.rfsypb (mgr.14180) 1372 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:15:18.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:17 smithi105 bash[14197]: cluster 2024-02-08T22:15:17.897025+0000 mgr.smithi105.rfsypb (mgr.14180) 1373 : cluster [DBG] pgmap v914: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 937 B/s rd, 0 B/s wr, 1 op/s 2024-02-08T22:15:19.195 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:15:20.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:19 smithi167 bash[18945]: cluster 2024-02-08T22:15:19.898153+0000 mgr.smithi105.rfsypb (mgr.14180) 1374 : cluster [DBG] pgmap v915: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 0 B/s wr, 4 op/s 2024-02-08T22:15:20.301 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:19 smithi105 bash[14197]: cluster 2024-02-08T22:15:19.898153+0000 mgr.smithi105.rfsypb (mgr.14180) 1374 : cluster [DBG] pgmap v915: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 0 B/s wr, 4 op/s 2024-02-08T22:15:22.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:21 smithi167 bash[18945]: cluster 2024-02-08T22:15:21.899251+0000 mgr.smithi105.rfsypb (mgr.14180) 1375 : cluster [DBG] pgmap v916: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-08T22:15:22.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:21 smithi105 bash[14197]: cluster 2024-02-08T22:15:21.899251+0000 mgr.smithi105.rfsypb (mgr.14180) 1375 : cluster [DBG] pgmap v916: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-08T22:15:22.516 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:15:22.516 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:13:53.865498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:14:58.028623Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pxxluh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\nDeploy daemon haproxy.nfs.foo.smithi167.pxxluh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:15:01.879621Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.npwfze on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze\nDeploy daemon haproxy.nfs.foo.smithi105.npwfze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:15:01.881822Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.efhovm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:15:01.883682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:15:23.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:22 smithi105 bash[14197]: audit 2024-02-08T22:15:22.505148+0000 mgr.smithi105.rfsypb (mgr.14180) 1376 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:15:23.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:22 smithi167 bash[18945]: audit 2024-02-08T22:15:22.505148+0000 mgr.smithi105.rfsypb (mgr.14180) 1376 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:15:23.401 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:15:24.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:23 smithi167 bash[18945]: cluster 2024-02-08T22:15:23.900648+0000 mgr.smithi105.rfsypb (mgr.14180) 1377 : cluster [DBG] pgmap v917: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-08T22:15:24.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:23 smithi105 bash[14197]: cluster 2024-02-08T22:15:23.900648+0000 mgr.smithi105.rfsypb (mgr.14180) 1377 : cluster [DBG] pgmap v917: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-08T22:15:24.403 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:15:26.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:25 smithi167 bash[18945]: cluster 2024-02-08T22:15:25.902461+0000 mgr.smithi105.rfsypb (mgr.14180) 1378 : cluster [DBG] pgmap v918: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-08T22:15:26.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:25 smithi105 bash[14197]: cluster 2024-02-08T22:15:25.902461+0000 mgr.smithi105.rfsypb (mgr.14180) 1378 : cluster [DBG] pgmap v918: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-08T22:15:27.784 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:15:27.784 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:13:53.865498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:14:58.028623Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pxxluh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\nDeploy daemon haproxy.nfs.foo.smithi167.pxxluh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:15:01.879621Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.npwfze on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze\nDeploy daemon haproxy.nfs.foo.smithi105.npwfze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:15:01.881822Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.efhovm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:15:01.883682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:15:28.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:27 smithi167 bash[18945]: audit 2024-02-08T22:15:27.776635+0000 mgr.smithi105.rfsypb (mgr.14180) 1379 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:15:28.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:27 smithi167 bash[18945]: cluster 2024-02-08T22:15:27.904045+0000 mgr.smithi105.rfsypb (mgr.14180) 1380 : cluster [DBG] pgmap v919: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-08T22:15:28.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:27 smithi105 bash[14197]: audit 2024-02-08T22:15:27.776635+0000 mgr.smithi105.rfsypb (mgr.14180) 1379 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:15:28.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:27 smithi105 bash[14197]: cluster 2024-02-08T22:15:27.904045+0000 mgr.smithi105.rfsypb (mgr.14180) 1380 : cluster [DBG] pgmap v919: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-08T22:15:28.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:15:29.646 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:15:30.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:29 smithi167 bash[18945]: cluster 2024-02-08T22:15:29.905968+0000 mgr.smithi105.rfsypb (mgr.14180) 1381 : cluster [DBG] pgmap v920: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-08T22:15:30.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:29 smithi105 bash[14197]: cluster 2024-02-08T22:15:29.905968+0000 mgr.smithi105.rfsypb (mgr.14180) 1381 : cluster [DBG] pgmap v920: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-08T22:15:32.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:31 smithi167 bash[18945]: cluster 2024-02-08T22:15:31.907111+0000 mgr.smithi105.rfsypb (mgr.14180) 1382 : cluster [DBG] pgmap v921: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 0 B/s wr, 2 op/s 2024-02-08T22:15:32.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:31 smithi105 bash[14197]: cluster 2024-02-08T22:15:31.907111+0000 mgr.smithi105.rfsypb (mgr.14180) 1382 : cluster [DBG] pgmap v921: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 0 B/s wr, 2 op/s 2024-02-08T22:15:32.921 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:15:32.921 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:13:53.865498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:14:58.028623Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pxxluh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\nDeploy daemon haproxy.nfs.foo.smithi167.pxxluh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:15:01.879621Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.npwfze on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze\nDeploy daemon haproxy.nfs.foo.smithi105.npwfze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:15:01.881822Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.efhovm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:15:01.883682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:15:33.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:32 smithi167 bash[18945]: audit 2024-02-08T22:15:32.910007+0000 mgr.smithi105.rfsypb (mgr.14180) 1383 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:15:33.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:32 smithi105 bash[14197]: audit 2024-02-08T22:15:32.910007+0000 mgr.smithi105.rfsypb (mgr.14180) 1383 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:15:33.730 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:15:34.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:33 smithi167 bash[18945]: cluster 2024-02-08T22:15:33.908652+0000 mgr.smithi105.rfsypb (mgr.14180) 1384 : cluster [DBG] pgmap v922: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:15:34.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:33 smithi105 bash[14197]: cluster 2024-02-08T22:15:33.908652+0000 mgr.smithi105.rfsypb (mgr.14180) 1384 : cluster [DBG] pgmap v922: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:15:34.730 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:15:36.213 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:35 smithi105 bash[14197]: cluster 2024-02-08T22:15:35.910580+0000 mgr.smithi105.rfsypb (mgr.14180) 1385 : cluster [DBG] pgmap v923: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:15:36.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:35 smithi167 bash[18945]: cluster 2024-02-08T22:15:35.910580+0000 mgr.smithi105.rfsypb (mgr.14180) 1385 : cluster [DBG] pgmap v923: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:15:37.964 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:15:37.964 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:13:53.865498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:14:58.028623Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pxxluh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\nDeploy daemon haproxy.nfs.foo.smithi167.pxxluh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:15:01.879621Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.npwfze on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze\nDeploy daemon haproxy.nfs.foo.smithi105.npwfze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:15:01.881822Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.efhovm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:15:01.883682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:15:38.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:37 smithi167 bash[18945]: cluster 2024-02-08T22:15:37.911515+0000 mgr.smithi105.rfsypb (mgr.14180) 1386 : cluster [DBG] pgmap v924: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:15:38.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:37 smithi105 bash[14197]: cluster 2024-02-08T22:15:37.911515+0000 mgr.smithi105.rfsypb (mgr.14180) 1386 : cluster [DBG] pgmap v924: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:15:38.803 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:15:39.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:38 smithi105 bash[14197]: audit 2024-02-08T22:15:37.953170+0000 mgr.smithi105.rfsypb (mgr.14180) 1387 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:15:39.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:38 smithi167 bash[18945]: audit 2024-02-08T22:15:37.953170+0000 mgr.smithi105.rfsypb (mgr.14180) 1387 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:15:39.804 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:15:40.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:39 smithi167 bash[18945]: cluster 2024-02-08T22:15:39.912592+0000 mgr.smithi105.rfsypb (mgr.14180) 1388 : cluster [DBG] pgmap v925: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:15:40.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:39 smithi105 bash[14197]: cluster 2024-02-08T22:15:39.912592+0000 mgr.smithi105.rfsypb (mgr.14180) 1388 : cluster [DBG] pgmap v925: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:15:42.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:41 smithi167 bash[18945]: cluster 2024-02-08T22:15:41.914627+0000 mgr.smithi105.rfsypb (mgr.14180) 1389 : 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 2024-02-08T22:15:42.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:41 smithi105 bash[14197]: cluster 2024-02-08T22:15:41.914627+0000 mgr.smithi105.rfsypb (mgr.14180) 1389 : 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 2024-02-08T22:15:43.244 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:15:43.244 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:13:53.865498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:14:58.028623Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pxxluh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\nDeploy daemon haproxy.nfs.foo.smithi167.pxxluh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:15:01.879621Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.npwfze on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze\nDeploy daemon haproxy.nfs.foo.smithi105.npwfze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:15:01.881822Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.efhovm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:15:01.883682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:15:44.072 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:15:44.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:43 smithi167 bash[18945]: audit 2024-02-08T22:15:43.231849+0000 mgr.smithi105.rfsypb (mgr.14180) 1390 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:15:44.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:43 smithi167 bash[18945]: cluster 2024-02-08T22:15:43.916109+0000 mgr.smithi105.rfsypb (mgr.14180) 1391 : cluster [DBG] pgmap v927: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:15:44.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:43 smithi105 bash[14197]: audit 2024-02-08T22:15:43.231849+0000 mgr.smithi105.rfsypb (mgr.14180) 1390 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:15:44.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:43 smithi105 bash[14197]: cluster 2024-02-08T22:15:43.916109+0000 mgr.smithi105.rfsypb (mgr.14180) 1391 : cluster [DBG] pgmap v927: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:15:45.073 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:15:46.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:45 smithi167 bash[18945]: cluster 2024-02-08T22:15:45.918004+0000 mgr.smithi105.rfsypb (mgr.14180) 1392 : cluster [DBG] pgmap v928: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:15:46.254 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:45 smithi105 bash[14197]: cluster 2024-02-08T22:15:45.918004+0000 mgr.smithi105.rfsypb (mgr.14180) 1392 : cluster [DBG] pgmap v928: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:15:48.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:47 smithi167 bash[18945]: cluster 2024-02-08T22:15:47.919413+0000 mgr.smithi105.rfsypb (mgr.14180) 1393 : cluster [DBG] pgmap v929: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:15:48.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:47 smithi105 bash[14197]: cluster 2024-02-08T22:15:47.919413+0000 mgr.smithi105.rfsypb (mgr.14180) 1393 : cluster [DBG] pgmap v929: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:15:48.508 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:15:48.508 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:13:53.865498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:14:58.028623Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pxxluh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\nDeploy daemon haproxy.nfs.foo.smithi167.pxxluh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:15:01.879621Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.npwfze on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze\nDeploy daemon haproxy.nfs.foo.smithi105.npwfze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:15:01.881822Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.efhovm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:15:01.883682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:15:49.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:48 smithi105 bash[14197]: audit 2024-02-08T22:15:48.495145+0000 mgr.smithi105.rfsypb (mgr.14180) 1394 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:15:49.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:48 smithi167 bash[18945]: audit 2024-02-08T22:15:48.495145+0000 mgr.smithi105.rfsypb (mgr.14180) 1394 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:15:49.276 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:15:50.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:49 smithi167 bash[18945]: cluster 2024-02-08T22:15:49.921253+0000 mgr.smithi105.rfsypb (mgr.14180) 1395 : cluster [DBG] pgmap v930: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:15:50.277 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:15:50.291 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:49 smithi105 bash[14197]: cluster 2024-02-08T22:15:49.921253+0000 mgr.smithi105.rfsypb (mgr.14180) 1395 : cluster [DBG] pgmap v930: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:15:52.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:51 smithi105 bash[14197]: cluster 2024-02-08T22:15:51.923001+0000 mgr.smithi105.rfsypb (mgr.14180) 1396 : 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 2024-02-08T22:15:52.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:51 smithi167 bash[18945]: cluster 2024-02-08T22:15:51.923001+0000 mgr.smithi105.rfsypb (mgr.14180) 1396 : 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 2024-02-08T22:15:53.608 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:15:53.608 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:13:53.865498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:14:58.028623Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pxxluh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\nDeploy daemon haproxy.nfs.foo.smithi167.pxxluh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:15:01.879621Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.npwfze on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze\nDeploy daemon haproxy.nfs.foo.smithi105.npwfze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:15:01.881822Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.efhovm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:15:01.883682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:15:54.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:53 smithi167 bash[18945]: audit 2024-02-08T22:15:53.595206+0000 mgr.smithi105.rfsypb (mgr.14180) 1397 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:15:54.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:53 smithi167 bash[18945]: cluster 2024-02-08T22:15:53.924580+0000 mgr.smithi105.rfsypb (mgr.14180) 1398 : cluster [DBG] pgmap v932: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:15:54.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:53 smithi105 bash[14197]: audit 2024-02-08T22:15:53.595206+0000 mgr.smithi105.rfsypb (mgr.14180) 1397 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:15:54.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:53 smithi105 bash[14197]: cluster 2024-02-08T22:15:53.924580+0000 mgr.smithi105.rfsypb (mgr.14180) 1398 : cluster [DBG] pgmap v932: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:15:54.396 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:15:55.397 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:15:56.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:55 smithi167 bash[18945]: cluster 2024-02-08T22:15:55.925945+0000 mgr.smithi105.rfsypb (mgr.14180) 1399 : cluster [DBG] pgmap v933: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:15:56.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:55 smithi105 bash[14197]: cluster 2024-02-08T22:15:55.925945+0000 mgr.smithi105.rfsypb (mgr.14180) 1399 : cluster [DBG] pgmap v933: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:15:58.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:57 smithi167 bash[18945]: cluster 2024-02-08T22:15:57.927482+0000 mgr.smithi105.rfsypb (mgr.14180) 1400 : cluster [DBG] pgmap v934: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:15:58.274 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:57 smithi105 bash[14197]: cluster 2024-02-08T22:15:57.927482+0000 mgr.smithi105.rfsypb (mgr.14180) 1400 : cluster [DBG] pgmap v934: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:15:58.644 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:15:58.645 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:13:53.865498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:14:58.028623Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pxxluh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\nDeploy daemon haproxy.nfs.foo.smithi167.pxxluh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:15:01.879621Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.npwfze on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze\nDeploy daemon haproxy.nfs.foo.smithi105.npwfze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:15:01.881822Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.efhovm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:15:01.883682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:15:59.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:15:58 smithi167 bash[18945]: audit 2024-02-08T22:15:58.637472+0000 mgr.smithi105.rfsypb (mgr.14180) 1401 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:15:59.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:15:58 smithi105 bash[14197]: audit 2024-02-08T22:15:58.637472+0000 mgr.smithi105.rfsypb (mgr.14180) 1401 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:15:59.447 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:16:00.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:00 smithi105 bash[14197]: cluster 2024-02-08T22:15:59.929405+0000 mgr.smithi105.rfsypb (mgr.14180) 1402 : cluster [DBG] pgmap v935: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:16:00.448 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:16:00.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:00 smithi167 bash[18945]: cluster 2024-02-08T22:15:59.929405+0000 mgr.smithi105.rfsypb (mgr.14180) 1402 : cluster [DBG] pgmap v935: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:16:02.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:01 smithi167 bash[18945]: audit 2024-02-08T22:16:01.887380+0000 mon.smithi105 (mon.0) 1019 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:16:02.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:01 smithi167 bash[18945]: cluster 2024-02-08T22:16:01.930539+0000 mgr.smithi105.rfsypb (mgr.14180) 1403 : 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 2024-02-08T22:16:02.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:01 smithi105 bash[14197]: audit 2024-02-08T22:16:01.887380+0000 mon.smithi105 (mon.0) 1019 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:16:02.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:01 smithi105 bash[14197]: cluster 2024-02-08T22:16:01.930539+0000 mgr.smithi105.rfsypb (mgr.14180) 1403 : 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 2024-02-08T22:16:03.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:02 smithi167 bash[18945]: audit 2024-02-08T22:16:02.188483+0000 mon.smithi105 (mon.0) 1020 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:16:03.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:02 smithi167 bash[18945]: audit 2024-02-08T22:16:02.190297+0000 mon.smithi105 (mon.0) 1021 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:16:03.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:02 smithi167 bash[18945]: audit 2024-02-08T22:16:02.196421+0000 mon.smithi105 (mon.0) 1022 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:16:03.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:02 smithi167 bash[18945]: cluster 2024-02-08T22:16:02.197193+0000 mgr.smithi105.rfsypb (mgr.14180) 1404 : cluster [DBG] pgmap v937: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:16:03.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:02 smithi167 bash[18945]: audit 2024-02-08T22:16:02.203153+0000 mon.smithi105 (mon.0) 1023 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:16:03.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:02 smithi167 bash[18945]: audit 2024-02-08T22:16:02.216353+0000 mon.smithi105 (mon.0) 1024 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:16:03.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:02 smithi167 bash[18945]: cephadm 2024-02-08T22:16:02.219373+0000 mgr.smithi105.rfsypb (mgr.14180) 1405 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.oqvowh on smithi167 2024-02-08T22:16:03.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:02 smithi105 bash[14197]: audit 2024-02-08T22:16:02.188483+0000 mon.smithi105 (mon.0) 1020 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:16:03.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:02 smithi105 bash[14197]: audit 2024-02-08T22:16:02.190297+0000 mon.smithi105 (mon.0) 1021 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:16:03.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:02 smithi105 bash[14197]: audit 2024-02-08T22:16:02.196421+0000 mon.smithi105 (mon.0) 1022 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:16:03.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:02 smithi105 bash[14197]: cluster 2024-02-08T22:16:02.197193+0000 mgr.smithi105.rfsypb (mgr.14180) 1404 : cluster [DBG] pgmap v937: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:16:03.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:02 smithi105 bash[14197]: audit 2024-02-08T22:16:02.203153+0000 mon.smithi105 (mon.0) 1023 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:16:03.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:02 smithi105 bash[14197]: audit 2024-02-08T22:16:02.216353+0000 mon.smithi105 (mon.0) 1024 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:16:03.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:02 smithi105 bash[14197]: cephadm 2024-02-08T22:16:02.219373+0000 mgr.smithi105.rfsypb (mgr.14180) 1405 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.oqvowh on smithi167 2024-02-08T22:16:03.925 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:16:03.925 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:13:53.865498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bnajor on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:14:58.028623Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pxxluh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\nDeploy daemon haproxy.nfs.foo.smithi167.pxxluh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:15:01.879621Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.npwfze on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze\nDeploy daemon haproxy.nfs.foo.smithi105.npwfze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:15:01.881822Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.efhovm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:15:01.883682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:16:04.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:03 smithi167 bash[18945]: cluster 2024-02-08T22:16:03.194543+0000 mon.smithi105 (mon.0) 1025 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:16:04.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:03 smithi167 bash[18945]: cluster 2024-02-08T22:16:03.194610+0000 mon.smithi105 (mon.0) 1026 : cluster [INF] Cluster is now healthy 2024-02-08T22:16:04.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:03 smithi167 bash[18945]: audit 2024-02-08T22:16:03.913169+0000 mgr.smithi105.rfsypb (mgr.14180) 1406 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:16:04.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:03 smithi105 bash[14197]: cluster 2024-02-08T22:16:03.194543+0000 mon.smithi105 (mon.0) 1025 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:16:04.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:03 smithi105 bash[14197]: cluster 2024-02-08T22:16:03.194610+0000 mon.smithi105 (mon.0) 1026 : cluster [INF] Cluster is now healthy 2024-02-08T22:16:04.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:03 smithi105 bash[14197]: audit 2024-02-08T22:16:03.913169+0000 mgr.smithi105.rfsypb (mgr.14180) 1406 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:16:04.752 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:16:05.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:04 smithi105 bash[14197]: cluster 2024-02-08T22:16:04.198218+0000 mgr.smithi105.rfsypb (mgr.14180) 1407 : cluster [DBG] pgmap v938: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:16:05.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:04 smithi167 bash[18945]: cluster 2024-02-08T22:16:04.198218+0000 mgr.smithi105.rfsypb (mgr.14180) 1407 : cluster [DBG] pgmap v938: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:16:05.753 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:16:06.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:06 smithi167 bash[18945]: audit 2024-02-08T22:16:06.012284+0000 mon.smithi105 (mon.0) 1027 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.oqvowh"}]: dispatch 2024-02-08T22:16:06.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:06 smithi105 bash[14197]: audit 2024-02-08T22:16:06.012284+0000 mon.smithi105 (mon.0) 1027 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.oqvowh"}]: dispatch 2024-02-08T22:16:07.284 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: cephadm 2024-02-08T22:16:06.011332+0000 mgr.smithi105.rfsypb (mgr.14180) 1408 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh 2024-02-08T22:16:07.285 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:16:07.285 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh 2024-02-08T22:16:07.285 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh 2024-02-08T22:16:07.285 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:16:07.285 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh 2024-02-08T22:16:07.285 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.oqvowh ... 2024-02-08T22:16:07.285 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:16:07.285 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:16:07.285 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:16:07.285 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:16:07.285 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:16:07.285 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:16:07.285 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:16:07.286 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:16:07.286 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:16:07.286 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:16:07.286 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh 2024-02-08T22:16:07.286 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:16:07.286 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh 2024-02-08T22:16:07.286 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh 2024-02-08T22:16:07.286 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:16:07.286 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh 2024-02-08T22:16:07.286 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.oqvowh ... 2024-02-08T22:16:07.286 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:16:07.286 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:16:07.286 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:16:07.286 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:16:07.286 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:16:07.287 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: cephadm 2024-02-08T22:16:06.011802+0000 mgr.smithi105.rfsypb (mgr.14180) 1409 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.oqvowh 2024-02-08T22:16:07.287 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: cephadm 2024-02-08T22:16:06.013624+0000 mgr.smithi105.rfsypb (mgr.14180) 1410 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.oqvowh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh 2024-02-08T22:16:07.287 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:16:07.287 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh 2024-02-08T22:16:07.287 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh 2024-02-08T22:16:07.287 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:16:07.287 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh 2024-02-08T22:16:07.287 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.oqvowh ... 2024-02-08T22:16:07.287 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:16:07.287 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:16:07.287 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:16:07.287 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:16:07.287 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:16:07.288 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: cephadm 2024-02-08T22:16:06.017791+0000 mgr.smithi105.rfsypb (mgr.14180) 1411 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.lnmnhp on smithi105 2024-02-08T22:16:07.288 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:07 smithi105 bash[14197]: cluster 2024-02-08T22:16:06.199168+0000 mgr.smithi105.rfsypb (mgr.14180) 1412 : cluster [DBG] pgmap v939: 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 2024-02-08T22:16:07.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: cephadm 2024-02-08T22:16:06.011332+0000 mgr.smithi105.rfsypb (mgr.14180) 1408 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh 2024-02-08T22:16:07.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:16:07.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh 2024-02-08T22:16:07.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh 2024-02-08T22:16:07.499 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:16:07.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh 2024-02-08T22:16:07.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.oqvowh ... 2024-02-08T22:16:07.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:16:07.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:16:07.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:16:07.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:16:07.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:16:07.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:16:07.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:16:07.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:16:07.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:16:07.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:16:07.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh 2024-02-08T22:16:07.500 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:16:07.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh 2024-02-08T22:16:07.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh 2024-02-08T22:16:07.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:16:07.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh 2024-02-08T22:16:07.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.oqvowh ... 2024-02-08T22:16:07.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:16:07.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:16:07.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:16:07.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:16:07.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:16:07.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: cephadm 2024-02-08T22:16:06.011802+0000 mgr.smithi105.rfsypb (mgr.14180) 1409 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.oqvowh 2024-02-08T22:16:07.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: cephadm 2024-02-08T22:16:06.013624+0000 mgr.smithi105.rfsypb (mgr.14180) 1410 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.oqvowh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh 2024-02-08T22:16:07.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:16:07.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh 2024-02-08T22:16:07.501 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh 2024-02-08T22:16:07.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:16:07.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh 2024-02-08T22:16:07.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.oqvowh ... 2024-02-08T22:16:07.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:16:07.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:16:07.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:16:07.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:16:07.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:16:07.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: cephadm 2024-02-08T22:16:06.017791+0000 mgr.smithi105.rfsypb (mgr.14180) 1411 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.lnmnhp on smithi105 2024-02-08T22:16:07.502 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:07 smithi167 bash[18945]: cluster 2024-02-08T22:16:06.199168+0000 mgr.smithi105.rfsypb (mgr.14180) 1412 : cluster [DBG] pgmap v939: 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 2024-02-08T22:16:08.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:08 smithi105 bash[14197]: audit 2024-02-08T22:16:07.554530+0000 mon.smithi105 (mon.0) 1028 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:16:08.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:08 smithi167 bash[18945]: audit 2024-02-08T22:16:07.554530+0000 mon.smithi105 (mon.0) 1028 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:16:09.100 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:16:09.100 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:14:58.028623Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.pxxluh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-pxxluh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.pxxluh\nDeploy daemon haproxy.nfs.foo.smithi167.pxxluh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:15:01.879621Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.npwfze on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-npwfze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.npwfze\nDeploy daemon haproxy.nfs.foo.smithi105.npwfze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:15:01.881822Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.efhovm on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:15:01.883682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:06.013378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.oqvowh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\nDeploy daemon haproxy.nfs.foo.smithi167.oqvowh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -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.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:16:09.948 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:09 smithi105 bash[14197]: cluster 2024-02-08T22:16:08.199748+0000 mgr.smithi105.rfsypb (mgr.14180) 1413 : cluster [DBG] pgmap v940: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:16:09.949 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:16:09.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:09 smithi167 bash[18945]: cluster 2024-02-08T22:16:08.199748+0000 mgr.smithi105.rfsypb (mgr.14180) 1413 : cluster [DBG] pgmap v940: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:16:10.950 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:16:10.963 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:10 smithi105 bash[14197]: audit 2024-02-08T22:16:09.085808+0000 mgr.smithi105.rfsypb (mgr.14180) 1414 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:16:10.963 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:10 smithi105 bash[14197]: audit 2024-02-08T22:16:10.039032+0000 mon.smithi105 (mon.0) 1029 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.lnmnhp"}]: dispatch 2024-02-08T22:16:10.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:10 smithi167 bash[18945]: audit 2024-02-08T22:16:09.085808+0000 mgr.smithi105.rfsypb (mgr.14180) 1414 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:16:10.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:10 smithi167 bash[18945]: audit 2024-02-08T22:16:10.039032+0000 mon.smithi105 (mon.0) 1029 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.lnmnhp"}]: dispatch 2024-02-08T22:16:11.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: cephadm 2024-02-08T22:16:10.037822+0000 mgr.smithi105.rfsypb (mgr.14180) 1415 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp 2024-02-08T22:16:11.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:16:11.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp 2024-02-08T22:16:11.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp 2024-02-08T22:16:11.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:16:11.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp 2024-02-08T22:16:12.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.lnmnhp ... 2024-02-08T22:16:12.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:16:12.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:16:12.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:16:12.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:16:12.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:16:12.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:16:12.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:16:12.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:16:12.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:16:12.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:16:12.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp 2024-02-08T22:16:12.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:16:12.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp 2024-02-08T22:16:12.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp 2024-02-08T22:16:12.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:16:12.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp 2024-02-08T22:16:12.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.lnmnhp ... 2024-02-08T22:16:12.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:16:12.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:16:12.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:16:12.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:16:12.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:16:12.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: cephadm 2024-02-08T22:16:10.038353+0000 mgr.smithi105.rfsypb (mgr.14180) 1416 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.lnmnhp 2024-02-08T22:16:12.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: cephadm 2024-02-08T22:16:10.040407+0000 mgr.smithi105.rfsypb (mgr.14180) 1417 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.lnmnhp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp 2024-02-08T22:16:12.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:16:12.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp 2024-02-08T22:16:12.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp 2024-02-08T22:16:12.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:16:12.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp 2024-02-08T22:16:12.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.lnmnhp ... 2024-02-08T22:16:12.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:16:12.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:16:12.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:16:12.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:16:12.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:16:12.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: cephadm 2024-02-08T22:16:10.044633+0000 mgr.smithi105.rfsypb (mgr.14180) 1418 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.eopnxc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:16:12.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: cephadm 2024-02-08T22:16:10.046718+0000 mgr.smithi105.rfsypb (mgr.14180) 1419 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:16:12.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: cluster 2024-02-08T22:16:10.048357+0000 mgr.smithi105.rfsypb (mgr.14180) 1420 : cluster [DBG] pgmap v941: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:16:12.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: cluster 2024-02-08T22:16:10.562763+0000 mon.smithi105 (mon.0) 1030 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:16:12.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:11 smithi167 bash[18945]: audit 2024-02-08T22:16:11.194932+0000 mon.smithi105 (mon.0) 1031 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:16:12.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: cephadm 2024-02-08T22:16:10.037822+0000 mgr.smithi105.rfsypb (mgr.14180) 1415 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp 2024-02-08T22:16:12.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:16:12.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp 2024-02-08T22:16:12.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp 2024-02-08T22:16:12.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:16:12.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp 2024-02-08T22:16:12.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.lnmnhp ... 2024-02-08T22:16:12.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:16:12.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:16:12.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:16:12.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:16:12.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:16:12.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:16:12.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:16:12.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:16:12.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:16:12.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:16:12.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp 2024-02-08T22:16:12.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:16:12.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp 2024-02-08T22:16:12.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp 2024-02-08T22:16:12.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:16:12.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp 2024-02-08T22:16:12.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.lnmnhp ... 2024-02-08T22:16:12.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:16:12.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:16:12.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:16:12.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:16:12.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:16:12.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: cephadm 2024-02-08T22:16:10.038353+0000 mgr.smithi105.rfsypb (mgr.14180) 1416 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.lnmnhp 2024-02-08T22:16:12.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: cephadm 2024-02-08T22:16:10.040407+0000 mgr.smithi105.rfsypb (mgr.14180) 1417 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.lnmnhp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp 2024-02-08T22:16:12.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:16:12.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp 2024-02-08T22:16:12.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp 2024-02-08T22:16:12.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:16:12.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp 2024-02-08T22:16:12.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.lnmnhp ... 2024-02-08T22:16:12.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:16:12.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:16:12.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:16:12.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:16:12.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:16:12.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: cephadm 2024-02-08T22:16:10.044633+0000 mgr.smithi105.rfsypb (mgr.14180) 1418 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.eopnxc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:16:12.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: cephadm 2024-02-08T22:16:10.046718+0000 mgr.smithi105.rfsypb (mgr.14180) 1419 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:16:12.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: cluster 2024-02-08T22:16:10.048357+0000 mgr.smithi105.rfsypb (mgr.14180) 1420 : cluster [DBG] pgmap v941: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:16:12.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: cluster 2024-02-08T22:16:10.562763+0000 mon.smithi105 (mon.0) 1030 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:16:12.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:11 smithi105 bash[14197]: audit 2024-02-08T22:16:11.194932+0000 mon.smithi105 (mon.0) 1031 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:16:13.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:13 smithi167 bash[18945]: cluster 2024-02-08T22:16:12.050069+0000 mgr.smithi105.rfsypb (mgr.14180) 1421 : cluster [DBG] pgmap v942: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:16:14.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:13 smithi105 bash[14197]: cluster 2024-02-08T22:16:12.050069+0000 mgr.smithi105.rfsypb (mgr.14180) 1421 : cluster [DBG] pgmap v942: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:16:14.510 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:16:14.510 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:15:01.883682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:06.013378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.oqvowh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\nDeploy daemon haproxy.nfs.foo.smithi167.oqvowh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.040149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lnmnhp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\nDeploy daemon haproxy.nfs.foo.smithi105.lnmnhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.044427Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.eopnxc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:16:15.340 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:16:15.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:15 smithi105 bash[14197]: cluster 2024-02-08T22:16:14.051490+0000 mgr.smithi105.rfsypb (mgr.14180) 1422 : cluster [DBG] pgmap v943: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-08T22:16:15.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:15 smithi105 bash[14197]: audit 2024-02-08T22:16:14.498733+0000 mgr.smithi105.rfsypb (mgr.14180) 1423 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:16:15.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:15 smithi167 bash[18945]: cluster 2024-02-08T22:16:14.051490+0000 mgr.smithi105.rfsypb (mgr.14180) 1422 : cluster [DBG] pgmap v943: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-08T22:16:15.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:15 smithi167 bash[18945]: audit 2024-02-08T22:16:14.498733+0000 mgr.smithi105.rfsypb (mgr.14180) 1423 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:16:16.342 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:16:17.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:17 smithi105 bash[14197]: cluster 2024-02-08T22:16:16.053579+0000 mgr.smithi105.rfsypb (mgr.14180) 1424 : cluster [DBG] pgmap v944: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-08T22:16:17.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:17 smithi167 bash[18945]: cluster 2024-02-08T22:16:16.053579+0000 mgr.smithi105.rfsypb (mgr.14180) 1424 : cluster [DBG] pgmap v944: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-08T22:16:19.605 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:16:19.605 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:15:01.883682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:06.013378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.oqvowh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\nDeploy daemon haproxy.nfs.foo.smithi167.oqvowh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.040149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lnmnhp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\nDeploy daemon haproxy.nfs.foo.smithi105.lnmnhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.044427Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.eopnxc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:16:19.851 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:19 smithi105 bash[14197]: cluster 2024-02-08T22:16:18.054831+0000 mgr.smithi105.rfsypb (mgr.14180) 1425 : cluster [DBG] pgmap v945: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-08T22:16:19.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:19 smithi167 bash[18945]: cluster 2024-02-08T22:16:18.054831+0000 mgr.smithi105.rfsypb (mgr.14180) 1425 : cluster [DBG] pgmap v945: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-08T22:16:20.434 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:16:20.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:20 smithi105 bash[14197]: audit 2024-02-08T22:16:19.593349+0000 mgr.smithi105.rfsypb (mgr.14180) 1426 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:16:20.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:20 smithi167 bash[18945]: audit 2024-02-08T22:16:19.593349+0000 mgr.smithi105.rfsypb (mgr.14180) 1426 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:16:21.435 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:16:21.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:21 smithi105 bash[14197]: cluster 2024-02-08T22:16:20.055788+0000 mgr.smithi105.rfsypb (mgr.14180) 1427 : cluster [DBG] pgmap v946: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-08T22:16:21.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:21 smithi167 bash[18945]: cluster 2024-02-08T22:16:20.055788+0000 mgr.smithi105.rfsypb (mgr.14180) 1427 : cluster [DBG] pgmap v946: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-08T22:16:23.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:23 smithi105 bash[14197]: cluster 2024-02-08T22:16:22.056707+0000 mgr.smithi105.rfsypb (mgr.14180) 1428 : cluster [DBG] pgmap v947: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:16:23.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:23 smithi105 bash[14197]: audit 2024-02-08T22:16:22.554815+0000 mon.smithi105 (mon.0) 1032 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:16:23.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:23 smithi167 bash[18945]: cluster 2024-02-08T22:16:22.056707+0000 mgr.smithi105.rfsypb (mgr.14180) 1428 : cluster [DBG] pgmap v947: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:16:23.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:23 smithi167 bash[18945]: audit 2024-02-08T22:16:22.554815+0000 mon.smithi105 (mon.0) 1032 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:16:24.880 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:16:24.880 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:15:01.883682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:06.013378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.oqvowh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\nDeploy daemon haproxy.nfs.foo.smithi167.oqvowh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.040149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lnmnhp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\nDeploy daemon haproxy.nfs.foo.smithi105.lnmnhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.044427Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.eopnxc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:16:25.628 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:16:25.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:25 smithi167 bash[18945]: cluster 2024-02-08T22:16:24.058039+0000 mgr.smithi105.rfsypb (mgr.14180) 1429 : cluster [DBG] pgmap v948: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:16:25.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:25 smithi167 bash[18945]: audit 2024-02-08T22:16:24.868901+0000 mgr.smithi105.rfsypb (mgr.14180) 1430 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:16:26.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:25 smithi105 bash[14197]: cluster 2024-02-08T22:16:24.058039+0000 mgr.smithi105.rfsypb (mgr.14180) 1429 : cluster [DBG] pgmap v948: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:16:26.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:25 smithi105 bash[14197]: audit 2024-02-08T22:16:24.868901+0000 mgr.smithi105.rfsypb (mgr.14180) 1430 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:16:26.630 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:16:27.843 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:27 smithi105 bash[14197]: cluster 2024-02-08T22:16:26.060137+0000 mgr.smithi105.rfsypb (mgr.14180) 1431 : cluster [DBG] pgmap v949: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:16:27.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:27 smithi167 bash[18945]: cluster 2024-02-08T22:16:26.060137+0000 mgr.smithi105.rfsypb (mgr.14180) 1431 : cluster [DBG] pgmap v949: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:16:29.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:29 smithi105 bash[14197]: cluster 2024-02-08T22:16:28.061505+0000 mgr.smithi105.rfsypb (mgr.14180) 1432 : cluster [DBG] pgmap v950: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:16:29.856 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:16:29.856 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:15:01.883682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:06.013378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.oqvowh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\nDeploy daemon haproxy.nfs.foo.smithi167.oqvowh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.040149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lnmnhp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\nDeploy daemon haproxy.nfs.foo.smithi105.lnmnhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.044427Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.eopnxc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:16:29.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:29 smithi167 bash[18945]: cluster 2024-02-08T22:16:28.061505+0000 mgr.smithi105.rfsypb (mgr.14180) 1432 : cluster [DBG] pgmap v950: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:16:30.727 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:16:30.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:30 smithi167 bash[18945]: audit 2024-02-08T22:16:29.844795+0000 mgr.smithi105.rfsypb (mgr.14180) 1433 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:16:31.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:30 smithi105 bash[14197]: audit 2024-02-08T22:16:29.844795+0000 mgr.smithi105.rfsypb (mgr.14180) 1433 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:16:31.728 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:16:31.925 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:31 smithi105 bash[14197]: cluster 2024-02-08T22:16:30.063262+0000 mgr.smithi105.rfsypb (mgr.14180) 1434 : cluster [DBG] pgmap v951: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:16:31.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:31 smithi167 bash[18945]: cluster 2024-02-08T22:16:30.063262+0000 mgr.smithi105.rfsypb (mgr.14180) 1434 : cluster [DBG] pgmap v951: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:16:33.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:33 smithi167 bash[18945]: cluster 2024-02-08T22:16:32.064895+0000 mgr.smithi105.rfsypb (mgr.14180) 1435 : 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 2024-02-08T22:16:34.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:33 smithi105 bash[14197]: cluster 2024-02-08T22:16:32.064895+0000 mgr.smithi105.rfsypb (mgr.14180) 1435 : 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 2024-02-08T22:16:35.023 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:16:35.023 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:15:01.883682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:06.013378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.oqvowh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\nDeploy daemon haproxy.nfs.foo.smithi167.oqvowh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.040149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lnmnhp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\nDeploy daemon haproxy.nfs.foo.smithi105.lnmnhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.044427Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.eopnxc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:16:35.858 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:35 smithi105 bash[14197]: cluster 2024-02-08T22:16:34.066322+0000 mgr.smithi105.rfsypb (mgr.14180) 1436 : 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 2024-02-08T22:16:35.859 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:16:35.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:35 smithi167 bash[18945]: cluster 2024-02-08T22:16:34.066322+0000 mgr.smithi105.rfsypb (mgr.14180) 1436 : 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 2024-02-08T22:16:36.860 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:16:36.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:36 smithi105 bash[14197]: audit 2024-02-08T22:16:35.011829+0000 mgr.smithi105.rfsypb (mgr.14180) 1437 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:16:36.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:36 smithi167 bash[18945]: audit 2024-02-08T22:16:35.011829+0000 mgr.smithi105.rfsypb (mgr.14180) 1437 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:16:37.990 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:37 smithi105 bash[14197]: cluster 2024-02-08T22:16:36.068452+0000 mgr.smithi105.rfsypb (mgr.14180) 1438 : cluster [DBG] pgmap v954: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:16:37.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:37 smithi167 bash[18945]: cluster 2024-02-08T22:16:36.068452+0000 mgr.smithi105.rfsypb (mgr.14180) 1438 : cluster [DBG] pgmap v954: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:16:39.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:39 smithi167 bash[18945]: cluster 2024-02-08T22:16:38.069279+0000 mgr.smithi105.rfsypb (mgr.14180) 1439 : 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 2024-02-08T22:16:40.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:39 smithi105 bash[14197]: cluster 2024-02-08T22:16:38.069279+0000 mgr.smithi105.rfsypb (mgr.14180) 1439 : 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 2024-02-08T22:16:40.088 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:16:40.088 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:15:01.883682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:06.013378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.oqvowh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\nDeploy daemon haproxy.nfs.foo.smithi167.oqvowh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.040149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lnmnhp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\nDeploy daemon haproxy.nfs.foo.smithi105.lnmnhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.044427Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.eopnxc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:16:40.859 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:16:41.860 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:16:41.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:41 smithi105 bash[14197]: cluster 2024-02-08T22:16:40.071002+0000 mgr.smithi105.rfsypb (mgr.14180) 1440 : cluster [DBG] pgmap v956: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:16:41.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:41 smithi105 bash[14197]: audit 2024-02-08T22:16:40.076216+0000 mgr.smithi105.rfsypb (mgr.14180) 1441 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:16:41.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:41 smithi167 bash[18945]: cluster 2024-02-08T22:16:40.071002+0000 mgr.smithi105.rfsypb (mgr.14180) 1440 : cluster [DBG] pgmap v956: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:16:41.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:41 smithi167 bash[18945]: audit 2024-02-08T22:16:40.076216+0000 mgr.smithi105.rfsypb (mgr.14180) 1441 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:16:43.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:43 smithi167 bash[18945]: cluster 2024-02-08T22:16:42.072654+0000 mgr.smithi105.rfsypb (mgr.14180) 1442 : 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 2024-02-08T22:16:44.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:43 smithi105 bash[14197]: cluster 2024-02-08T22:16:42.072654+0000 mgr.smithi105.rfsypb (mgr.14180) 1442 : 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 2024-02-08T22:16:45.080 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:16:45.081 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:15:01.883682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:06.013378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.oqvowh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\nDeploy daemon haproxy.nfs.foo.smithi167.oqvowh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.040149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lnmnhp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\nDeploy daemon haproxy.nfs.foo.smithi105.lnmnhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.044427Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.eopnxc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:16:45.938 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:45 smithi105 bash[14197]: cluster 2024-02-08T22:16:44.074121+0000 mgr.smithi105.rfsypb (mgr.14180) 1443 : cluster [DBG] pgmap v958: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:16:45.939 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:16:45.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:45 smithi167 bash[18945]: cluster 2024-02-08T22:16:44.074121+0000 mgr.smithi105.rfsypb (mgr.14180) 1443 : cluster [DBG] pgmap v958: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:16:46.940 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:16:46.953 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:46 smithi105 bash[14197]: audit 2024-02-08T22:16:45.068554+0000 mgr.smithi105.rfsypb (mgr.14180) 1444 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:16:46.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:46 smithi167 bash[18945]: audit 2024-02-08T22:16:45.068554+0000 mgr.smithi105.rfsypb (mgr.14180) 1444 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:16:47.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:47 smithi167 bash[18945]: cluster 2024-02-08T22:16:46.076184+0000 mgr.smithi105.rfsypb (mgr.14180) 1445 : cluster [DBG] pgmap v959: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:16:48.047 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:47 smithi105 bash[14197]: cluster 2024-02-08T22:16:46.076184+0000 mgr.smithi105.rfsypb (mgr.14180) 1445 : cluster [DBG] pgmap v959: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:16:49.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:49 smithi167 bash[18945]: cluster 2024-02-08T22:16:48.077555+0000 mgr.smithi105.rfsypb (mgr.14180) 1446 : cluster [DBG] pgmap v960: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:16:50.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:49 smithi105 bash[14197]: cluster 2024-02-08T22:16:48.077555+0000 mgr.smithi105.rfsypb (mgr.14180) 1446 : cluster [DBG] pgmap v960: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:16:50.195 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:16:50.195 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:15:01.883682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:06.013378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.oqvowh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\nDeploy daemon haproxy.nfs.foo.smithi167.oqvowh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.040149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lnmnhp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\nDeploy daemon haproxy.nfs.foo.smithi105.lnmnhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.044427Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.eopnxc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:16:51.011 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:16:51.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:51 smithi167 bash[18945]: cluster 2024-02-08T22:16:50.079073+0000 mgr.smithi105.rfsypb (mgr.14180) 1447 : cluster [DBG] pgmap v961: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:16:51.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:51 smithi167 bash[18945]: audit 2024-02-08T22:16:50.186825+0000 mgr.smithi105.rfsypb (mgr.14180) 1448 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:16:52.012 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:16:52.026 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:51 smithi105 bash[14197]: cluster 2024-02-08T22:16:50.079073+0000 mgr.smithi105.rfsypb (mgr.14180) 1447 : cluster [DBG] pgmap v961: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:16:52.026 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:51 smithi105 bash[14197]: audit 2024-02-08T22:16:50.186825+0000 mgr.smithi105.rfsypb (mgr.14180) 1448 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:16:53.997 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:53 smithi105 bash[14197]: cluster 2024-02-08T22:16:52.080662+0000 mgr.smithi105.rfsypb (mgr.14180) 1449 : 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 2024-02-08T22:16:53.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:53 smithi167 bash[18945]: cluster 2024-02-08T22:16:52.080662+0000 mgr.smithi105.rfsypb (mgr.14180) 1449 : 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 2024-02-08T22:16:55.326 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:16:55.326 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:15:01.883682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:06.013378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.oqvowh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\nDeploy daemon haproxy.nfs.foo.smithi167.oqvowh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.040149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lnmnhp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\nDeploy daemon haproxy.nfs.foo.smithi105.lnmnhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.044427Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.eopnxc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:16:55.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:55 smithi105 bash[14197]: cluster 2024-02-08T22:16:54.082049+0000 mgr.smithi105.rfsypb (mgr.14180) 1450 : cluster [DBG] pgmap v963: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:16:55.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:55 smithi167 bash[18945]: cluster 2024-02-08T22:16:54.082049+0000 mgr.smithi105.rfsypb (mgr.14180) 1450 : cluster [DBG] pgmap v963: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:16:56.068 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:16:56.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:56 smithi167 bash[18945]: audit 2024-02-08T22:16:55.315073+0000 mgr.smithi105.rfsypb (mgr.14180) 1451 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:16:57.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:56 smithi105 bash[14197]: audit 2024-02-08T22:16:55.315073+0000 mgr.smithi105.rfsypb (mgr.14180) 1451 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:16:57.069 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:16:57.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:57 smithi167 bash[18945]: cluster 2024-02-08T22:16:56.084263+0000 mgr.smithi105.rfsypb (mgr.14180) 1452 : cluster [DBG] pgmap v964: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:16:58.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:57 smithi105 bash[14197]: cluster 2024-02-08T22:16:56.084263+0000 mgr.smithi105.rfsypb (mgr.14180) 1452 : cluster [DBG] pgmap v964: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:16:59.946 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:16:59 smithi105 bash[14197]: cluster 2024-02-08T22:16:58.085262+0000 mgr.smithi105.rfsypb (mgr.14180) 1453 : cluster [DBG] pgmap v965: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:16:59.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:16:59 smithi167 bash[18945]: cluster 2024-02-08T22:16:58.085262+0000 mgr.smithi105.rfsypb (mgr.14180) 1453 : cluster [DBG] pgmap v965: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:17:00.338 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:17:00.338 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:15:01.883682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:06.013378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.oqvowh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\nDeploy daemon haproxy.nfs.foo.smithi167.oqvowh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.040149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lnmnhp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\nDeploy daemon haproxy.nfs.foo.smithi105.lnmnhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.044427Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.eopnxc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:17:01.238 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:17:01.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:01 smithi167 bash[18945]: cluster 2024-02-08T22:17:00.086816+0000 mgr.smithi105.rfsypb (mgr.14180) 1454 : cluster [DBG] pgmap v966: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:17:01.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:01 smithi167 bash[18945]: audit 2024-02-08T22:17:00.326218+0000 mgr.smithi105.rfsypb (mgr.14180) 1455 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:17:02.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:01 smithi105 bash[14197]: cluster 2024-02-08T22:17:00.086816+0000 mgr.smithi105.rfsypb (mgr.14180) 1454 : cluster [DBG] pgmap v966: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:17:02.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:01 smithi105 bash[14197]: audit 2024-02-08T22:17:00.326218+0000 mgr.smithi105.rfsypb (mgr.14180) 1455 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:17:02.238 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:17:03.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:03 smithi105 bash[14197]: cluster 2024-02-08T22:17:02.088355+0000 mgr.smithi105.rfsypb (mgr.14180) 1456 : 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 2024-02-08T22:17:03.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:03 smithi167 bash[18945]: cluster 2024-02-08T22:17:02.088355+0000 mgr.smithi105.rfsypb (mgr.14180) 1456 : 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 2024-02-08T22:17:05.640 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:17:05.641 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:15:01.883682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:06.013378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.oqvowh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\nDeploy daemon haproxy.nfs.foo.smithi167.oqvowh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.040149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lnmnhp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\nDeploy daemon haproxy.nfs.foo.smithi105.lnmnhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.044427Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.eopnxc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:17:05.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:05 smithi167 bash[18945]: cluster 2024-02-08T22:17:04.089342+0000 mgr.smithi105.rfsypb (mgr.14180) 1457 : cluster [DBG] pgmap v968: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:17:06.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:05 smithi105 bash[14197]: cluster 2024-02-08T22:17:04.089342+0000 mgr.smithi105.rfsypb (mgr.14180) 1457 : cluster [DBG] pgmap v968: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:17:06.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:17:06.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:06 smithi167 bash[18945]: audit 2024-02-08T22:17:05.628094+0000 mgr.smithi105.rfsypb (mgr.14180) 1458 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:17:07.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:06 smithi105 bash[14197]: audit 2024-02-08T22:17:05.628094+0000 mgr.smithi105.rfsypb (mgr.14180) 1458 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:17:07.404 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:17:07.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:07 smithi167 bash[18945]: cluster 2024-02-08T22:17:06.090365+0000 mgr.smithi105.rfsypb (mgr.14180) 1459 : cluster [DBG] pgmap v969: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:17:08.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:07 smithi105 bash[14197]: cluster 2024-02-08T22:17:06.090365+0000 mgr.smithi105.rfsypb (mgr.14180) 1459 : cluster [DBG] pgmap v969: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:17:09.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:09 smithi167 bash[18945]: cluster 2024-02-08T22:17:08.091621+0000 mgr.smithi105.rfsypb (mgr.14180) 1460 : cluster [DBG] pgmap v970: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:17:10.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:09 smithi105 bash[14197]: cluster 2024-02-08T22:17:08.091621+0000 mgr.smithi105.rfsypb (mgr.14180) 1460 : cluster [DBG] pgmap v970: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:17:10.848 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:17:10.848 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:06:46.775220Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:15:01.883682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:06.013378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.oqvowh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\nDeploy daemon haproxy.nfs.foo.smithi167.oqvowh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.040149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lnmnhp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\nDeploy daemon haproxy.nfs.foo.smithi105.lnmnhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.044427Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.eopnxc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:06:46.775563Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:06:46.775802Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:06:46.776025Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:06:46.776245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:06:46.777178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:17:10.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:10 smithi167 bash[18945]: audit 2024-02-08T22:17:10.050868+0000 mon.smithi105 (mon.0) 1033 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:17:10.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:10 smithi167 bash[18945]: audit 2024-02-08T22:17:10.325507+0000 mon.smithi105 (mon.0) 1034 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:17:11.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:10 smithi105 bash[14197]: audit 2024-02-08T22:17:10.050868+0000 mon.smithi105 (mon.0) 1033 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:17:11.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:10 smithi105 bash[14197]: audit 2024-02-08T22:17:10.325507+0000 mon.smithi105 (mon.0) 1034 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:17:11.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:17:11.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:11 smithi167 bash[18945]: cluster 2024-02-08T22:17:10.093323+0000 mgr.smithi105.rfsypb (mgr.14180) 1461 : cluster [DBG] pgmap v971: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:17:11.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:11 smithi167 bash[18945]: audit 2024-02-08T22:17:10.839497+0000 mgr.smithi105.rfsypb (mgr.14180) 1462 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:17:12.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:11 smithi105 bash[14197]: cluster 2024-02-08T22:17:10.093323+0000 mgr.smithi105.rfsypb (mgr.14180) 1461 : cluster [DBG] pgmap v971: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:17:12.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:11 smithi105 bash[14197]: audit 2024-02-08T22:17:10.839497+0000 mgr.smithi105.rfsypb (mgr.14180) 1462 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:17:12.638 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:17:13.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:13 smithi167 bash[18945]: cluster 2024-02-08T22:17:12.094962+0000 mgr.smithi105.rfsypb (mgr.14180) 1463 : 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 2024-02-08T22:17:14.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:13 smithi105 bash[14197]: cluster 2024-02-08T22:17:12.094962+0000 mgr.smithi105.rfsypb (mgr.14180) 1463 : 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 2024-02-08T22:17:15.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:15 smithi105 bash[14197]: cluster 2024-02-08T22:17:14.096396+0000 mgr.smithi105.rfsypb (mgr.14180) 1464 : cluster [DBG] pgmap v973: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:17:15.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:15 smithi105 bash[14197]: audit 2024-02-08T22:17:15.576602+0000 mon.smithi105 (mon.0) 1035 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:17:15.941 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:17:15.942 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:08:01.782155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:15:01.883682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.eiaaxq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:06.013378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.oqvowh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\nDeploy daemon haproxy.nfs.foo.smithi167.oqvowh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.040149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lnmnhp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\nDeploy daemon haproxy.nfs.foo.smithi105.lnmnhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.044427Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.eopnxc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:08:01.781850Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:08:01.781604Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:08:01.782442Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:08:01.782728Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:08:01.783299Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:17:16.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:15 smithi167 bash[18945]: cluster 2024-02-08T22:17:14.096396+0000 mgr.smithi105.rfsypb (mgr.14180) 1464 : cluster [DBG] pgmap v973: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:17:16.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:15 smithi167 bash[18945]: audit 2024-02-08T22:17:15.576602+0000 mon.smithi105 (mon.0) 1035 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:17:16.744 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:17:17.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:16 smithi105 bash[14197]: audit 2024-02-08T22:17:15.844901+0000 mon.smithi105 (mon.0) 1036 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:17:17.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:16 smithi105 bash[14197]: audit 2024-02-08T22:17:15.846531+0000 mon.smithi105 (mon.0) 1037 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:17:17.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:16 smithi105 bash[14197]: audit 2024-02-08T22:17:15.855033+0000 mon.smithi105 (mon.0) 1038 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:17:17.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:16 smithi105 bash[14197]: cluster 2024-02-08T22:17:15.856473+0000 mgr.smithi105.rfsypb (mgr.14180) 1465 : cluster [DBG] pgmap v974: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:17:17.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:16 smithi105 bash[14197]: audit 2024-02-08T22:17:15.861673+0000 mon.smithi105 (mon.0) 1039 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:17:17.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:16 smithi105 bash[14197]: audit 2024-02-08T22:17:15.873550+0000 mon.smithi105 (mon.0) 1040 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:17:17.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:16 smithi105 bash[14197]: cephadm 2024-02-08T22:17:15.877290+0000 mgr.smithi105.rfsypb (mgr.14180) 1466 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.tmgrjh on smithi167 2024-02-08T22:17:17.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:16 smithi105 bash[14197]: audit 2024-02-08T22:17:15.934561+0000 mgr.smithi105.rfsypb (mgr.14180) 1467 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:17:17.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:16 smithi167 bash[18945]: audit 2024-02-08T22:17:15.844901+0000 mon.smithi105 (mon.0) 1036 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:17:17.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:16 smithi167 bash[18945]: audit 2024-02-08T22:17:15.846531+0000 mon.smithi105 (mon.0) 1037 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:17:17.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:16 smithi167 bash[18945]: audit 2024-02-08T22:17:15.855033+0000 mon.smithi105 (mon.0) 1038 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:17:17.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:16 smithi167 bash[18945]: cluster 2024-02-08T22:17:15.856473+0000 mgr.smithi105.rfsypb (mgr.14180) 1465 : cluster [DBG] pgmap v974: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:17:17.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:16 smithi167 bash[18945]: audit 2024-02-08T22:17:15.861673+0000 mon.smithi105 (mon.0) 1039 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:17:17.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:16 smithi167 bash[18945]: audit 2024-02-08T22:17:15.873550+0000 mon.smithi105 (mon.0) 1040 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:17:17.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:16 smithi167 bash[18945]: cephadm 2024-02-08T22:17:15.877290+0000 mgr.smithi105.rfsypb (mgr.14180) 1466 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.tmgrjh on smithi167 2024-02-08T22:17:17.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:16 smithi167 bash[18945]: audit 2024-02-08T22:17:15.934561+0000 mgr.smithi105.rfsypb (mgr.14180) 1467 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:17:17.744 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:17:18.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:17 smithi105 bash[14197]: cluster 2024-02-08T22:17:16.851944+0000 mon.smithi105 (mon.0) 1041 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:17:18.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:17 smithi105 bash[14197]: cluster 2024-02-08T22:17:16.852020+0000 mon.smithi105 (mon.0) 1042 : cluster [INF] Cluster is now healthy 2024-02-08T22:17:18.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:17 smithi167 bash[18945]: cluster 2024-02-08T22:17:16.851944+0000 mon.smithi105 (mon.0) 1041 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:17:18.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:17 smithi167 bash[18945]: cluster 2024-02-08T22:17:16.852020+0000 mon.smithi105 (mon.0) 1042 : cluster [INF] Cluster is now healthy 2024-02-08T22:17:19.025 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:18 smithi105 bash[14197]: cluster 2024-02-08T22:17:17.857613+0000 mgr.smithi105.rfsypb (mgr.14180) 1468 : cluster [DBG] pgmap v975: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:17:19.047 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:18 smithi167 bash[18945]: cluster 2024-02-08T22:17:17.857613+0000 mgr.smithi105.rfsypb (mgr.14180) 1468 : cluster [DBG] pgmap v975: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:17:20.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: cephadm 2024-02-08T22:17:19.659703+0000 mgr.smithi105.rfsypb (mgr.14180) 1469 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh 2024-02-08T22:17:20.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:17:20.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh 2024-02-08T22:17:20.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh 2024-02-08T22:17:20.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:17:20.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh 2024-02-08T22:17:20.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.tmgrjh ... 2024-02-08T22:17:20.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:17:20.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:17:20.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:17:20.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:17:20.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:17:20.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:17:20.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:17:20.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:17:20.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:17:20.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:17:20.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh 2024-02-08T22:17:20.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:17:20.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh 2024-02-08T22:17:20.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh 2024-02-08T22:17:20.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:17:20.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh 2024-02-08T22:17:20.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.tmgrjh ... 2024-02-08T22:17:20.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:17:20.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:17:20.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:17:20.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:17:20.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:17:20.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: cephadm 2024-02-08T22:17:19.660275+0000 mgr.smithi105.rfsypb (mgr.14180) 1470 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.tmgrjh 2024-02-08T22:17:20.565 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: audit 2024-02-08T22:17:19.660927+0000 mon.smithi105 (mon.0) 1043 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.tmgrjh"}]: dispatch 2024-02-08T22:17:20.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: cephadm 2024-02-08T22:17:19.662232+0000 mgr.smithi105.rfsypb (mgr.14180) 1471 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.tmgrjh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh 2024-02-08T22:17:20.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:17:20.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh 2024-02-08T22:17:20.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh 2024-02-08T22:17:20.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:17:20.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh 2024-02-08T22:17:20.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.tmgrjh ... 2024-02-08T22:17:20.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:17:20.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:17:20.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:17:20.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:17:20.566 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:17:20.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: cephadm 2024-02-08T22:17:19.666220+0000 mgr.smithi105.rfsypb (mgr.14180) 1472 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.llryut on smithi105 2024-02-08T22:17:20.567 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:20 smithi105 bash[14197]: cluster 2024-02-08T22:17:19.858452+0000 mgr.smithi105.rfsypb (mgr.14180) 1473 : cluster [DBG] pgmap v976: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:17:20.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: cephadm 2024-02-08T22:17:19.659703+0000 mgr.smithi105.rfsypb (mgr.14180) 1469 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh 2024-02-08T22:17:20.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:17:20.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh 2024-02-08T22:17:20.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh 2024-02-08T22:17:20.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:17:20.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh 2024-02-08T22:17:20.749 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.tmgrjh ... 2024-02-08T22:17:20.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:17:20.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:17:20.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:17:20.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:17:20.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:17:20.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:17:20.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:17:20.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:17:20.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:17:20.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:17:20.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh 2024-02-08T22:17:20.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:17:20.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh 2024-02-08T22:17:20.750 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh 2024-02-08T22:17:20.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:17:20.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh 2024-02-08T22:17:20.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.tmgrjh ... 2024-02-08T22:17:20.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:17:20.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:17:20.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:17:20.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:17:20.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:17:20.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: cephadm 2024-02-08T22:17:19.660275+0000 mgr.smithi105.rfsypb (mgr.14180) 1470 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.tmgrjh 2024-02-08T22:17:20.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: audit 2024-02-08T22:17:19.660927+0000 mon.smithi105 (mon.0) 1043 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.tmgrjh"}]: dispatch 2024-02-08T22:17:20.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: cephadm 2024-02-08T22:17:19.662232+0000 mgr.smithi105.rfsypb (mgr.14180) 1471 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.tmgrjh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh 2024-02-08T22:17:20.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:17:20.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh 2024-02-08T22:17:20.751 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh 2024-02-08T22:17:20.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:17:20.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh 2024-02-08T22:17:20.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.tmgrjh ... 2024-02-08T22:17:20.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:17:20.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:17:20.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:17:20.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:17:20.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:17:20.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: cephadm 2024-02-08T22:17:19.666220+0000 mgr.smithi105.rfsypb (mgr.14180) 1472 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.llryut on smithi105 2024-02-08T22:17:20.752 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:20 smithi167 bash[18945]: cluster 2024-02-08T22:17:19.858452+0000 mgr.smithi105.rfsypb (mgr.14180) 1473 : cluster [DBG] pgmap v976: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:17:21.257 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:17:21.257 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:08:01.782155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:16:06.013378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.oqvowh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-oqvowh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.oqvowh\nDeploy daemon haproxy.nfs.foo.smithi167.oqvowh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.040149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lnmnhp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-lnmnhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.lnmnhp\nDeploy daemon haproxy.nfs.foo.smithi105.lnmnhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:16:10.044427Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.eopnxc on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:19.662021Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tmgrjh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\nDeploy daemon haproxy.nfs.foo.smithi167.tmgrjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -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.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:08:01.781850Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:08:01.781604Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:08:01.782442Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:08:01.782728Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:08:01.783299Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:17:22.130 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:17:23.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:22 smithi105 bash[14197]: audit 2024-02-08T22:17:21.244205+0000 mgr.smithi105.rfsypb (mgr.14180) 1474 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:17:23.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:22 smithi105 bash[14197]: cluster 2024-02-08T22:17:21.859779+0000 mgr.smithi105.rfsypb (mgr.14180) 1475 : cluster [DBG] pgmap v977: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:17:23.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:22 smithi105 bash[14197]: audit 2024-02-08T22:17:22.558131+0000 mon.smithi105 (mon.0) 1044 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:17:23.131 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:17:23.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:22 smithi167 bash[18945]: audit 2024-02-08T22:17:21.244205+0000 mgr.smithi105.rfsypb (mgr.14180) 1474 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:17:23.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:22 smithi167 bash[18945]: cluster 2024-02-08T22:17:21.859779+0000 mgr.smithi105.rfsypb (mgr.14180) 1475 : cluster [DBG] pgmap v977: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:17:23.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:22 smithi167 bash[18945]: audit 2024-02-08T22:17:22.558131+0000 mon.smithi105 (mon.0) 1044 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:17:25.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:24 smithi105 bash[14197]: cluster 2024-02-08T22:17:23.860637+0000 mgr.smithi105.rfsypb (mgr.14180) 1476 : cluster [DBG] pgmap v978: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:17:25.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:24 smithi105 bash[14197]: audit 2024-02-08T22:17:24.154276+0000 mon.smithi105 (mon.0) 1045 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.llryut"}]: dispatch 2024-02-08T22:17:25.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:24 smithi167 bash[18945]: cluster 2024-02-08T22:17:23.860637+0000 mgr.smithi105.rfsypb (mgr.14180) 1476 : cluster [DBG] pgmap v978: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-08T22:17:25.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:24 smithi167 bash[18945]: audit 2024-02-08T22:17:24.154276+0000 mon.smithi105 (mon.0) 1045 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.llryut"}]: dispatch 2024-02-08T22:17:26.202 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: cephadm 2024-02-08T22:17:24.153269+0000 mgr.smithi105.rfsypb (mgr.14180) 1477 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut 2024-02-08T22:17:26.202 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:17:26.202 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut 2024-02-08T22:17:26.202 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut 2024-02-08T22:17:26.202 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:17:26.203 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut 2024-02-08T22:17:26.203 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.llryut ... 2024-02-08T22:17:26.203 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:17:26.203 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:17:26.203 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:17:26.203 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:17:26.203 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:17:26.203 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:17:26.203 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:17:26.203 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:17:26.203 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:17:26.203 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:17:26.203 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut 2024-02-08T22:17:26.204 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:17:26.204 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut 2024-02-08T22:17:26.204 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut 2024-02-08T22:17:26.204 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:17:26.204 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut 2024-02-08T22:17:26.204 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.llryut ... 2024-02-08T22:17:26.204 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:17:26.204 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:17:26.204 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:17:26.204 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:17:26.204 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:17:26.204 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: cephadm 2024-02-08T22:17:24.153763+0000 mgr.smithi105.rfsypb (mgr.14180) 1478 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.llryut 2024-02-08T22:17:26.204 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: cephadm 2024-02-08T22:17:24.155352+0000 mgr.smithi105.rfsypb (mgr.14180) 1479 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.llryut on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut 2024-02-08T22:17:26.205 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:17:26.205 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut 2024-02-08T22:17:26.205 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut 2024-02-08T22:17:26.205 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:17:26.205 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut 2024-02-08T22:17:26.205 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.llryut ... 2024-02-08T22:17:26.205 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:17:26.205 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:17:26.205 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:17:26.205 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:17:26.205 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:17:26.205 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: cephadm 2024-02-08T22:17:24.157479+0000 mgr.smithi105.rfsypb (mgr.14180) 1480 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.fygvrd on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:17:26.205 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: cephadm 2024-02-08T22:17:24.159464+0000 mgr.smithi105.rfsypb (mgr.14180) 1481 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:17:26.205 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: cluster 2024-02-08T22:17:24.160342+0000 mgr.smithi105.rfsypb (mgr.14180) 1482 : cluster [DBG] pgmap v979: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:17:26.206 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:25 smithi105 bash[14197]: cluster 2024-02-08T22:17:24.919313+0000 mon.smithi105 (mon.0) 1046 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:17:26.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: cephadm 2024-02-08T22:17:24.153269+0000 mgr.smithi105.rfsypb (mgr.14180) 1477 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut 2024-02-08T22:17:26.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:17:26.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut 2024-02-08T22:17:26.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut 2024-02-08T22:17:26.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:17:26.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut 2024-02-08T22:17:26.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.llryut ... 2024-02-08T22:17:26.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:17:26.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:17:26.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:17:26.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:17:26.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:17:26.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:17:26.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:17:26.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:17:26.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:17:26.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:17:26.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut 2024-02-08T22:17:26.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:17:26.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut 2024-02-08T22:17:26.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut 2024-02-08T22:17:26.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:17:26.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut 2024-02-08T22:17:26.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.llryut ... 2024-02-08T22:17:26.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:17:26.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:17:26.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:17:26.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:17:26.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:17:26.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: cephadm 2024-02-08T22:17:24.153763+0000 mgr.smithi105.rfsypb (mgr.14180) 1478 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.llryut 2024-02-08T22:17:26.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: cephadm 2024-02-08T22:17:24.155352+0000 mgr.smithi105.rfsypb (mgr.14180) 1479 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.llryut on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut 2024-02-08T22:17:26.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:17:26.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut 2024-02-08T22:17:26.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut 2024-02-08T22:17:26.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:17:26.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut 2024-02-08T22:17:26.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.llryut ... 2024-02-08T22:17:26.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:17:26.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:17:26.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:17:26.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:17:26.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:17:26.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: cephadm 2024-02-08T22:17:24.157479+0000 mgr.smithi105.rfsypb (mgr.14180) 1480 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.fygvrd on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:17:26.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: cephadm 2024-02-08T22:17:24.159464+0000 mgr.smithi105.rfsypb (mgr.14180) 1481 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:17:26.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: cluster 2024-02-08T22:17:24.160342+0000 mgr.smithi105.rfsypb (mgr.14180) 1482 : cluster [DBG] pgmap v979: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-08T22:17:26.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:25 smithi167 bash[18945]: cluster 2024-02-08T22:17:24.919313+0000 mon.smithi105 (mon.0) 1046 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:17:26.619 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:17:26.620 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:08:01.782155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:19.662021Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tmgrjh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\nDeploy daemon haproxy.nfs.foo.smithi167.tmgrjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.155212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llryut on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\nDeploy daemon haproxy.nfs.foo.smithi105.llryut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.157367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.fygvrd on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:08:01.781850Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:08:01.781604Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:08:01.782442Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:08:01.782728Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:08:01.783299Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:17:27.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:17:27.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:27 smithi105 bash[14197]: cluster 2024-02-08T22:17:26.162346+0000 mgr.smithi105.rfsypb (mgr.14180) 1483 : cluster [DBG] pgmap v980: 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 2024-02-08T22:17:27.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:27 smithi105 bash[14197]: audit 2024-02-08T22:17:26.261940+0000 mon.smithi105 (mon.0) 1047 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:17:27.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:27 smithi105 bash[14197]: audit 2024-02-08T22:17:26.606473+0000 mgr.smithi105.rfsypb (mgr.14180) 1484 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:17:27.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:27 smithi167 bash[18945]: cluster 2024-02-08T22:17:26.162346+0000 mgr.smithi105.rfsypb (mgr.14180) 1483 : cluster [DBG] pgmap v980: 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 2024-02-08T22:17:27.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:27 smithi167 bash[18945]: audit 2024-02-08T22:17:26.261940+0000 mon.smithi105 (mon.0) 1047 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:17:27.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:27 smithi167 bash[18945]: audit 2024-02-08T22:17:26.606473+0000 mgr.smithi105.rfsypb (mgr.14180) 1484 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:17:28.421 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:17:29.498 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:29 smithi167 bash[18945]: cluster 2024-02-08T22:17:28.163588+0000 mgr.smithi105.rfsypb (mgr.14180) 1485 : cluster [DBG] pgmap v981: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:17:29.532 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:29 smithi105 bash[14197]: cluster 2024-02-08T22:17:28.163588+0000 mgr.smithi105.rfsypb (mgr.14180) 1485 : cluster [DBG] pgmap v981: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:17:31.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:31 smithi105 bash[14197]: cluster 2024-02-08T22:17:30.165402+0000 mgr.smithi105.rfsypb (mgr.14180) 1486 : cluster [DBG] pgmap v982: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:17:31.677 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:17:31.677 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:08:01.782155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:19.662021Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tmgrjh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\nDeploy daemon haproxy.nfs.foo.smithi167.tmgrjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.155212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llryut on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\nDeploy daemon haproxy.nfs.foo.smithi105.llryut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.157367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.fygvrd on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:08:01.781850Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:08:01.781604Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:08:01.782442Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:08:01.782728Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:08:01.783299Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:17:31.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:31 smithi167 bash[18945]: cluster 2024-02-08T22:17:30.165402+0000 mgr.smithi105.rfsypb (mgr.14180) 1486 : cluster [DBG] pgmap v982: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:17:32.535 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:17:32.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:32 smithi105 bash[14197]: audit 2024-02-08T22:17:31.669260+0000 mgr.smithi105.rfsypb (mgr.14180) 1487 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:17:32.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:32 smithi167 bash[18945]: audit 2024-02-08T22:17:31.669260+0000 mgr.smithi105.rfsypb (mgr.14180) 1487 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:17:33.537 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:17:33.551 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:33 smithi105 bash[14197]: cluster 2024-02-08T22:17:32.166326+0000 mgr.smithi105.rfsypb (mgr.14180) 1488 : cluster [DBG] pgmap v983: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:17:33.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:33 smithi167 bash[18945]: cluster 2024-02-08T22:17:32.166326+0000 mgr.smithi105.rfsypb (mgr.14180) 1488 : cluster [DBG] pgmap v983: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:17:35.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:35 smithi105 bash[14197]: cluster 2024-02-08T22:17:34.167713+0000 mgr.smithi105.rfsypb (mgr.14180) 1489 : cluster [DBG] pgmap v984: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:17:35.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:35 smithi167 bash[18945]: cluster 2024-02-08T22:17:34.167713+0000 mgr.smithi105.rfsypb (mgr.14180) 1489 : cluster [DBG] pgmap v984: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-08T22:17:36.994 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:17:36.995 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:08:01.782155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:19.662021Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tmgrjh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\nDeploy daemon haproxy.nfs.foo.smithi167.tmgrjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.155212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llryut on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\nDeploy daemon haproxy.nfs.foo.smithi105.llryut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.157367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.fygvrd on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:08:01.781850Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:08:01.781604Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:08:01.782442Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:08:01.782728Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:08:01.783299Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:17:37.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:37 smithi105 bash[14197]: cluster 2024-02-08T22:17:36.169816+0000 mgr.smithi105.rfsypb (mgr.14180) 1490 : cluster [DBG] pgmap v985: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:17:37.738 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:17:37.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:37 smithi167 bash[18945]: cluster 2024-02-08T22:17:36.169816+0000 mgr.smithi105.rfsypb (mgr.14180) 1490 : cluster [DBG] pgmap v985: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:17:38.739 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:17:38.937 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:38 smithi105 bash[14197]: audit 2024-02-08T22:17:36.987042+0000 mgr.smithi105.rfsypb (mgr.14180) 1491 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:17:38.937 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:38 smithi105 bash[14197]: audit 2024-02-08T22:17:37.558324+0000 mon.smithi105 (mon.0) 1048 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:17:38.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:38 smithi167 bash[18945]: audit 2024-02-08T22:17:36.987042+0000 mgr.smithi105.rfsypb (mgr.14180) 1491 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:17:38.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:38 smithi167 bash[18945]: audit 2024-02-08T22:17:37.558324+0000 mon.smithi105 (mon.0) 1048 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:17:39.841 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:39 smithi105 bash[14197]: cluster 2024-02-08T22:17:38.171052+0000 mgr.smithi105.rfsypb (mgr.14180) 1492 : 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 2024-02-08T22:17:39.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:39 smithi167 bash[18945]: cluster 2024-02-08T22:17:38.171052+0000 mgr.smithi105.rfsypb (mgr.14180) 1492 : 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 2024-02-08T22:17:41.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:41 smithi167 bash[18945]: cluster 2024-02-08T22:17:40.172224+0000 mgr.smithi105.rfsypb (mgr.14180) 1493 : cluster [DBG] pgmap v987: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:17:42.047 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:17:42.048 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:08:01.782155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:19.662021Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tmgrjh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\nDeploy daemon haproxy.nfs.foo.smithi167.tmgrjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.155212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llryut on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\nDeploy daemon haproxy.nfs.foo.smithi105.llryut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.157367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.fygvrd on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:08:01.781850Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:08:01.781604Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:08:01.782442Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:08:01.782728Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:08:01.783299Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:17:42.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:41 smithi105 bash[14197]: cluster 2024-02-08T22:17:40.172224+0000 mgr.smithi105.rfsypb (mgr.14180) 1493 : cluster [DBG] pgmap v987: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:17:42.832 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:17:43.833 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:17:43.847 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:43 smithi105 bash[14197]: audit 2024-02-08T22:17:42.035821+0000 mgr.smithi105.rfsypb (mgr.14180) 1494 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:17:43.847 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:43 smithi105 bash[14197]: cluster 2024-02-08T22:17:42.173060+0000 mgr.smithi105.rfsypb (mgr.14180) 1495 : 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 2024-02-08T22:17:43.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:43 smithi167 bash[18945]: audit 2024-02-08T22:17:42.035821+0000 mgr.smithi105.rfsypb (mgr.14180) 1494 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:17:43.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:43 smithi167 bash[18945]: cluster 2024-02-08T22:17:42.173060+0000 mgr.smithi105.rfsypb (mgr.14180) 1495 : 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 2024-02-08T22:17:45.921 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:45 smithi105 bash[14197]: cluster 2024-02-08T22:17:44.174350+0000 mgr.smithi105.rfsypb (mgr.14180) 1496 : 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 2024-02-08T22:17:45.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:45 smithi167 bash[18945]: cluster 2024-02-08T22:17:44.174350+0000 mgr.smithi105.rfsypb (mgr.14180) 1496 : 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 2024-02-08T22:17:47.115 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:17:47.115 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:08:01.782155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:19.662021Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tmgrjh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\nDeploy daemon haproxy.nfs.foo.smithi167.tmgrjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.155212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llryut on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\nDeploy daemon haproxy.nfs.foo.smithi105.llryut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.157367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.fygvrd on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:08:01.781850Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:08:01.781604Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:08:01.782442Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:08:01.782728Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:08:01.783299Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:17:47.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:47 smithi105 bash[14197]: cluster 2024-02-08T22:17:46.175471+0000 mgr.smithi105.rfsypb (mgr.14180) 1497 : cluster [DBG] pgmap v990: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:17:47.898 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:17:47.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:47 smithi167 bash[18945]: cluster 2024-02-08T22:17:46.175471+0000 mgr.smithi105.rfsypb (mgr.14180) 1497 : cluster [DBG] pgmap v990: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:17:48.899 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:17:48.911 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:48 smithi105 bash[14197]: audit 2024-02-08T22:17:47.104600+0000 mgr.smithi105.rfsypb (mgr.14180) 1498 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:17:48.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:48 smithi167 bash[18945]: audit 2024-02-08T22:17:47.104600+0000 mgr.smithi105.rfsypb (mgr.14180) 1498 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:17:49.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:49 smithi167 bash[18945]: cluster 2024-02-08T22:17:48.176723+0000 mgr.smithi105.rfsypb (mgr.14180) 1499 : 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 2024-02-08T22:17:50.007 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:49 smithi105 bash[14197]: cluster 2024-02-08T22:17:48.176723+0000 mgr.smithi105.rfsypb (mgr.14180) 1499 : 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 2024-02-08T22:17:51.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:51 smithi167 bash[18945]: cluster 2024-02-08T22:17:50.178157+0000 mgr.smithi105.rfsypb (mgr.14180) 1500 : cluster [DBG] pgmap v992: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:17:52.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:51 smithi105 bash[14197]: cluster 2024-02-08T22:17:50.178157+0000 mgr.smithi105.rfsypb (mgr.14180) 1500 : cluster [DBG] pgmap v992: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:17:52.153 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:17:52.153 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:08:01.782155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:19.662021Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tmgrjh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\nDeploy daemon haproxy.nfs.foo.smithi167.tmgrjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.155212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llryut on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\nDeploy daemon haproxy.nfs.foo.smithi105.llryut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.157367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.fygvrd on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:08:01.781850Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:08:01.781604Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:08:01.782442Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:08:01.782728Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:08:01.783299Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:17:52.941 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:17:53.942 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:17:53.955 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:53 smithi105 bash[14197]: audit 2024-02-08T22:17:52.141847+0000 mgr.smithi105.rfsypb (mgr.14180) 1501 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:17:53.955 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:53 smithi105 bash[14197]: cluster 2024-02-08T22:17:52.179623+0000 mgr.smithi105.rfsypb (mgr.14180) 1502 : 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 2024-02-08T22:17:53.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:53 smithi167 bash[18945]: audit 2024-02-08T22:17:52.141847+0000 mgr.smithi105.rfsypb (mgr.14180) 1501 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:17:53.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:53 smithi167 bash[18945]: cluster 2024-02-08T22:17:52.179623+0000 mgr.smithi105.rfsypb (mgr.14180) 1502 : 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 2024-02-08T22:17:55.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:55 smithi105 bash[14197]: cluster 2024-02-08T22:17:54.181074+0000 mgr.smithi105.rfsypb (mgr.14180) 1503 : 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 2024-02-08T22:17:55.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:55 smithi167 bash[18945]: cluster 2024-02-08T22:17:54.181074+0000 mgr.smithi105.rfsypb (mgr.14180) 1503 : 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 2024-02-08T22:17:57.217 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:17:57.217 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:08:01.782155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:19.662021Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tmgrjh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\nDeploy daemon haproxy.nfs.foo.smithi167.tmgrjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.155212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llryut on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\nDeploy daemon haproxy.nfs.foo.smithi105.llryut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.157367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.fygvrd on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:08:01.781850Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:08:01.781604Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:08:01.782442Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:08:01.782728Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:08:01.783299Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:17:57.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:57 smithi105 bash[14197]: cluster 2024-02-08T22:17:56.183065+0000 mgr.smithi105.rfsypb (mgr.14180) 1504 : cluster [DBG] pgmap v995: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:17:57.990 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:17:57.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:57 smithi167 bash[18945]: cluster 2024-02-08T22:17:56.183065+0000 mgr.smithi105.rfsypb (mgr.14180) 1504 : cluster [DBG] pgmap v995: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:17:58.991 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:17:58.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:58 smithi167 bash[18945]: audit 2024-02-08T22:17:57.209846+0000 mgr.smithi105.rfsypb (mgr.14180) 1505 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:17:59.003 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:58 smithi105 bash[14197]: audit 2024-02-08T22:17:57.209846+0000 mgr.smithi105.rfsypb (mgr.14180) 1505 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:17:59.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:17:59 smithi167 bash[18945]: cluster 2024-02-08T22:17:58.184333+0000 mgr.smithi105.rfsypb (mgr.14180) 1506 : 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 2024-02-08T22:18:00.054 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:17:59 smithi105 bash[14197]: cluster 2024-02-08T22:17:58.184333+0000 mgr.smithi105.rfsypb (mgr.14180) 1506 : 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 2024-02-08T22:18:01.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:01 smithi167 bash[18945]: cluster 2024-02-08T22:18:00.186044+0000 mgr.smithi105.rfsypb (mgr.14180) 1507 : cluster [DBG] pgmap v997: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:02.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:01 smithi105 bash[14197]: cluster 2024-02-08T22:18:00.186044+0000 mgr.smithi105.rfsypb (mgr.14180) 1507 : cluster [DBG] pgmap v997: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:02.233 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:18:02.233 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:08:01.782155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:19.662021Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tmgrjh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\nDeploy daemon haproxy.nfs.foo.smithi167.tmgrjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.155212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llryut on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\nDeploy daemon haproxy.nfs.foo.smithi105.llryut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.157367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.fygvrd on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:08:01.781850Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:08:01.781604Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:08:01.782442Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:08:01.782728Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:08:01.783299Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:18:03.052 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:18:03.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:03 smithi167 bash[18945]: cluster 2024-02-08T22:18:02.187096+0000 mgr.smithi105.rfsypb (mgr.14180) 1508 : cluster [DBG] pgmap v998: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:03.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:03 smithi167 bash[18945]: audit 2024-02-08T22:18:02.225646+0000 mgr.smithi105.rfsypb (mgr.14180) 1509 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:18:04.053 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:18:04.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:03 smithi105 bash[14197]: cluster 2024-02-08T22:18:02.187096+0000 mgr.smithi105.rfsypb (mgr.14180) 1508 : cluster [DBG] pgmap v998: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:04.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:03 smithi105 bash[14197]: audit 2024-02-08T22:18:02.225646+0000 mgr.smithi105.rfsypb (mgr.14180) 1509 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:18:05.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:05 smithi105 bash[14197]: cluster 2024-02-08T22:18:04.188487+0000 mgr.smithi105.rfsypb (mgr.14180) 1510 : 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 2024-02-08T22:18:05.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:05 smithi167 bash[18945]: cluster 2024-02-08T22:18:04.188487+0000 mgr.smithi105.rfsypb (mgr.14180) 1510 : 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 2024-02-08T22:18:07.337 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:18:07.337 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:08:01.782155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:19.662021Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tmgrjh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\nDeploy daemon haproxy.nfs.foo.smithi167.tmgrjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.155212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llryut on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\nDeploy daemon haproxy.nfs.foo.smithi105.llryut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.157367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.fygvrd on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:08:01.781850Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:08:01.781604Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:08:01.782442Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:08:01.782728Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:08:01.783299Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:18:07.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:07 smithi105 bash[14197]: cluster 2024-02-08T22:18:06.190804+0000 mgr.smithi105.rfsypb (mgr.14180) 1511 : cluster [DBG] pgmap v1000: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:18:07.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:07 smithi167 bash[18945]: cluster 2024-02-08T22:18:06.190804+0000 mgr.smithi105.rfsypb (mgr.14180) 1511 : cluster [DBG] pgmap v1000: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:18:08.132 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:18:08.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:08 smithi167 bash[18945]: audit 2024-02-08T22:18:07.325498+0000 mgr.smithi105.rfsypb (mgr.14180) 1512 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:18:09.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:08 smithi105 bash[14197]: audit 2024-02-08T22:18:07.325498+0000 mgr.smithi105.rfsypb (mgr.14180) 1512 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:18:09.133 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:18:09.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:09 smithi167 bash[18945]: cluster 2024-02-08T22:18:08.192247+0000 mgr.smithi105.rfsypb (mgr.14180) 1513 : cluster [DBG] pgmap v1001: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:10.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:09 smithi105 bash[14197]: cluster 2024-02-08T22:18:08.192247+0000 mgr.smithi105.rfsypb (mgr.14180) 1513 : cluster [DBG] pgmap v1001: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:11.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:11 smithi167 bash[18945]: cluster 2024-02-08T22:18:10.193667+0000 mgr.smithi105.rfsypb (mgr.14180) 1514 : cluster [DBG] pgmap v1002: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:12.010 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:11 smithi105 bash[14197]: cluster 2024-02-08T22:18:10.193667+0000 mgr.smithi105.rfsypb (mgr.14180) 1514 : cluster [DBG] pgmap v1002: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:12.373 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:18:12.373 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:08:01.782155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:19.662021Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tmgrjh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\nDeploy daemon haproxy.nfs.foo.smithi167.tmgrjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.155212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llryut on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\nDeploy daemon haproxy.nfs.foo.smithi105.llryut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.157367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.fygvrd on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:08:01.781850Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:08:01.781604Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:08:01.782442Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:08:01.782728Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:08:01.783299Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:18:13.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:18:13.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:13 smithi167 bash[18945]: cluster 2024-02-08T22:18:12.195344+0000 mgr.smithi105.rfsypb (mgr.14180) 1515 : cluster [DBG] pgmap v1003: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:13.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:13 smithi167 bash[18945]: audit 2024-02-08T22:18:12.366038+0000 mgr.smithi105.rfsypb (mgr.14180) 1516 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:18:14.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:13 smithi105 bash[14197]: cluster 2024-02-08T22:18:12.195344+0000 mgr.smithi105.rfsypb (mgr.14180) 1515 : cluster [DBG] pgmap v1003: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:14.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:13 smithi105 bash[14197]: audit 2024-02-08T22:18:12.366038+0000 mgr.smithi105.rfsypb (mgr.14180) 1516 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:18:14.172 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:18:15.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:15 smithi167 bash[18945]: cluster 2024-02-08T22:18:14.196857+0000 mgr.smithi105.rfsypb (mgr.14180) 1517 : cluster [DBG] pgmap v1004: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:16.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:15 smithi105 bash[14197]: cluster 2024-02-08T22:18:14.196857+0000 mgr.smithi105.rfsypb (mgr.14180) 1517 : cluster [DBG] pgmap v1004: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:17.336 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:18:17.336 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:08:01.782155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:19.662021Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tmgrjh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\nDeploy daemon haproxy.nfs.foo.smithi167.tmgrjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.155212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llryut on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\nDeploy daemon haproxy.nfs.foo.smithi105.llryut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.157367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.fygvrd on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:08:01.781850Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:08:01.781604Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:08:01.782442Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:08:01.782728Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:08:01.783299Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:18:17.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:17 smithi167 bash[18945]: cluster 2024-02-08T22:18:16.199102+0000 mgr.smithi105.rfsypb (mgr.14180) 1518 : cluster [DBG] pgmap v1005: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:18:18.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:17 smithi105 bash[14197]: cluster 2024-02-08T22:18:16.199102+0000 mgr.smithi105.rfsypb (mgr.14180) 1518 : cluster [DBG] pgmap v1005: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:18:18.140 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:18:18.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:18 smithi167 bash[18945]: audit 2024-02-08T22:18:17.324153+0000 mgr.smithi105.rfsypb (mgr.14180) 1519 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:18:19.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:18 smithi105 bash[14197]: audit 2024-02-08T22:18:17.324153+0000 mgr.smithi105.rfsypb (mgr.14180) 1519 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:18:19.141 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:18:19.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:19 smithi167 bash[18945]: cluster 2024-02-08T22:18:18.200435+0000 mgr.smithi105.rfsypb (mgr.14180) 1520 : cluster [DBG] pgmap v1006: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:20.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:19 smithi105 bash[14197]: cluster 2024-02-08T22:18:18.200435+0000 mgr.smithi105.rfsypb (mgr.14180) 1520 : cluster [DBG] pgmap v1006: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:21.991 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:21 smithi105 bash[14197]: cluster 2024-02-08T22:18:20.201512+0000 mgr.smithi105.rfsypb (mgr.14180) 1521 : cluster [DBG] pgmap v1007: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:21.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:21 smithi167 bash[18945]: cluster 2024-02-08T22:18:20.201512+0000 mgr.smithi105.rfsypb (mgr.14180) 1521 : cluster [DBG] pgmap v1007: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:22.367 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:18:22.367 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:08:01.782155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:19.662021Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tmgrjh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\nDeploy daemon haproxy.nfs.foo.smithi167.tmgrjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.155212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llryut on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\nDeploy daemon haproxy.nfs.foo.smithi105.llryut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.157367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.fygvrd on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:08:01.781850Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:08:01.781604Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:08:01.782442Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:08:01.782728Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:08:01.783299Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:18:23.191 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:18:23.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:23 smithi167 bash[18945]: cluster 2024-02-08T22:18:22.202542+0000 mgr.smithi105.rfsypb (mgr.14180) 1522 : cluster [DBG] pgmap v1008: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:23.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:23 smithi167 bash[18945]: audit 2024-02-08T22:18:22.358289+0000 mgr.smithi105.rfsypb (mgr.14180) 1523 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:18:24.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:23 smithi105 bash[14197]: cluster 2024-02-08T22:18:22.202542+0000 mgr.smithi105.rfsypb (mgr.14180) 1522 : cluster [DBG] pgmap v1008: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:24.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:23 smithi105 bash[14197]: audit 2024-02-08T22:18:22.358289+0000 mgr.smithi105.rfsypb (mgr.14180) 1523 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:18:24.192 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:18:24.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:24 smithi167 bash[18945]: audit 2024-02-08T22:18:24.163559+0000 mon.smithi105 (mon.0) 1049 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:18:25.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:24 smithi105 bash[14197]: audit 2024-02-08T22:18:24.163559+0000 mon.smithi105 (mon.0) 1049 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:18:25.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:25 smithi167 bash[18945]: cluster 2024-02-08T22:18:24.203586+0000 mgr.smithi105.rfsypb (mgr.14180) 1524 : cluster [DBG] pgmap v1009: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:26.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:25 smithi105 bash[14197]: cluster 2024-02-08T22:18:24.203586+0000 mgr.smithi105.rfsypb (mgr.14180) 1524 : cluster [DBG] pgmap v1009: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:27.401 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:18:27.401 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:08:01.782007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:08:01.782155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:08:01.782299Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:19.662021Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tmgrjh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\nDeploy daemon haproxy.nfs.foo.smithi167.tmgrjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.155212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llryut on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\nDeploy daemon haproxy.nfs.foo.smithi105.llryut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.157367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.fygvrd on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:08:01.781850Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:08:01.781604Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:08:01.783442Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:08:01.782442Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:08:01.782728Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:08:01.782585Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:08:01.783299Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:18:27.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:27 smithi167 bash[18945]: cluster 2024-02-08T22:18:26.205894+0000 mgr.smithi105.rfsypb (mgr.14180) 1525 : cluster [DBG] pgmap v1010: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:18:28.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:27 smithi105 bash[14197]: cluster 2024-02-08T22:18:26.205894+0000 mgr.smithi105.rfsypb (mgr.14180) 1525 : cluster [DBG] pgmap v1010: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:18:28.203 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:18:29.047 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:28 smithi167 bash[18945]: audit 2024-02-08T22:18:27.389967+0000 mgr.smithi105.rfsypb (mgr.14180) 1526 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:18:29.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:28 smithi105 bash[14197]: audit 2024-02-08T22:18:27.389967+0000 mgr.smithi105.rfsypb (mgr.14180) 1526 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:18:29.204 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:18:30.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:29 smithi105 bash[14197]: cluster 2024-02-08T22:18:28.207061+0000 mgr.smithi105.rfsypb (mgr.14180) 1527 : cluster [DBG] pgmap v1011: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:30.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:29 smithi167 bash[18945]: cluster 2024-02-08T22:18:28.207061+0000 mgr.smithi105.rfsypb (mgr.14180) 1527 : cluster [DBG] pgmap v1011: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:32.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:31 smithi167 bash[18945]: cluster 2024-02-08T22:18:30.208646+0000 mgr.smithi105.rfsypb (mgr.14180) 1528 : cluster [DBG] pgmap v1012: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:32.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:31 smithi167 bash[18945]: audit 2024-02-08T22:18:30.870981+0000 mon.smithi105 (mon.0) 1050 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:18:32.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:31 smithi167 bash[18945]: audit 2024-02-08T22:18:31.139151+0000 mon.smithi105 (mon.0) 1051 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:18:32.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:31 smithi167 bash[18945]: audit 2024-02-08T22:18:31.140227+0000 mon.smithi105 (mon.0) 1052 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:18:32.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:31 smithi167 bash[18945]: audit 2024-02-08T22:18:31.147956+0000 mon.smithi105 (mon.0) 1053 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:18:32.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:31 smithi167 bash[18945]: audit 2024-02-08T22:18:31.153194+0000 mon.smithi105 (mon.0) 1054 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:18:32.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:31 smithi167 bash[18945]: audit 2024-02-08T22:18:31.164869+0000 mon.smithi105 (mon.0) 1055 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:18:32.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:31 smithi105 bash[14197]: cluster 2024-02-08T22:18:30.208646+0000 mgr.smithi105.rfsypb (mgr.14180) 1528 : cluster [DBG] pgmap v1012: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:32.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:31 smithi105 bash[14197]: audit 2024-02-08T22:18:30.870981+0000 mon.smithi105 (mon.0) 1050 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:18:32.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:31 smithi105 bash[14197]: audit 2024-02-08T22:18:31.139151+0000 mon.smithi105 (mon.0) 1051 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:18:32.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:31 smithi105 bash[14197]: audit 2024-02-08T22:18:31.140227+0000 mon.smithi105 (mon.0) 1052 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:18:32.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:31 smithi105 bash[14197]: audit 2024-02-08T22:18:31.147956+0000 mon.smithi105 (mon.0) 1053 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:18:32.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:31 smithi105 bash[14197]: audit 2024-02-08T22:18:31.153194+0000 mon.smithi105 (mon.0) 1054 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:18:32.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:31 smithi105 bash[14197]: audit 2024-02-08T22:18:31.164869+0000 mon.smithi105 (mon.0) 1055 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:18:32.367 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:18:32.367 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:18:30.859257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:17:15.566062Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:18:30.859544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:16:10.046609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gbqpwi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:19.662021Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tmgrjh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\nDeploy daemon haproxy.nfs.foo.smithi167.tmgrjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.155212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llryut on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\nDeploy daemon haproxy.nfs.foo.smithi105.llryut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.157367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.fygvrd on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:17:15.566294Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:17:15.566438Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:18:30.860715Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:17:15.566572Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:17:15.566703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:18:30.859847Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:17:15.567232Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:18:33.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:32 smithi105 bash[14197]: cluster 2024-02-08T22:18:31.149010+0000 mgr.smithi105.rfsypb (mgr.14180) 1529 : cluster [DBG] pgmap v1013: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-08T22:18:33.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:32 smithi105 bash[14197]: cephadm 2024-02-08T22:18:31.167436+0000 mgr.smithi105.rfsypb (mgr.14180) 1530 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.ynomyy on smithi167 2024-02-08T22:18:33.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:32 smithi105 bash[14197]: cluster 2024-02-08T22:18:32.145965+0000 mon.smithi105 (mon.0) 1056 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:18:33.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:32 smithi105 bash[14197]: cluster 2024-02-08T22:18:32.146011+0000 mon.smithi105 (mon.0) 1057 : cluster [INF] Cluster is now healthy 2024-02-08T22:18:33.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:18:33.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:32 smithi167 bash[18945]: cluster 2024-02-08T22:18:31.149010+0000 mgr.smithi105.rfsypb (mgr.14180) 1529 : cluster [DBG] pgmap v1013: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-08T22:18:33.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:32 smithi167 bash[18945]: cephadm 2024-02-08T22:18:31.167436+0000 mgr.smithi105.rfsypb (mgr.14180) 1530 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.ynomyy on smithi167 2024-02-08T22:18:33.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:32 smithi167 bash[18945]: cluster 2024-02-08T22:18:32.145965+0000 mon.smithi105 (mon.0) 1056 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:18:33.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:32 smithi167 bash[18945]: cluster 2024-02-08T22:18:32.146011+0000 mon.smithi105 (mon.0) 1057 : cluster [INF] Cluster is now healthy 2024-02-08T22:18:34.233 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:18:34.247 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:33 smithi105 bash[14197]: audit 2024-02-08T22:18:32.354030+0000 mgr.smithi105.rfsypb (mgr.14180) 1531 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:18:34.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:33 smithi167 bash[18945]: audit 2024-02-08T22:18:32.354030+0000 mgr.smithi105.rfsypb (mgr.14180) 1531 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:18:34.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:34 smithi167 bash[18945]: cluster 2024-02-08T22:18:33.149628+0000 mgr.smithi105.rfsypb (mgr.14180) 1532 : cluster [DBG] pgmap v1014: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-08T22:18:35.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:34 smithi105 bash[14197]: cluster 2024-02-08T22:18:33.149628+0000 mgr.smithi105.rfsypb (mgr.14180) 1532 : cluster [DBG] pgmap v1014: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-08T22:18:36.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:35 smithi105 bash[14197]: audit 2024-02-08T22:18:35.142048+0000 mon.smithi105 (mon.0) 1058 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.ynomyy"}]: dispatch 2024-02-08T22:18:36.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:35 smithi167 bash[18945]: audit 2024-02-08T22:18:35.142048+0000 mon.smithi105 (mon.0) 1058 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.ynomyy"}]: dispatch 2024-02-08T22:18:37.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: cephadm 2024-02-08T22:18:35.140937+0000 mgr.smithi105.rfsypb (mgr.14180) 1533 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy 2024-02-08T22:18:37.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:18:37.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy 2024-02-08T22:18:37.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy 2024-02-08T22:18:37.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:18:37.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy 2024-02-08T22:18:37.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.ynomyy ... 2024-02-08T22:18:37.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:18:37.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:18:37.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:18:37.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:18:37.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:18:37.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:18:37.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:18:37.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:18:37.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:18:37.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:18:37.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy 2024-02-08T22:18:37.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:18:37.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy 2024-02-08T22:18:37.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy 2024-02-08T22:18:37.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:18:37.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy 2024-02-08T22:18:37.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.ynomyy ... 2024-02-08T22:18:37.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:18:37.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:18:37.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:18:37.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:18:37.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:18:37.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: cephadm 2024-02-08T22:18:35.141450+0000 mgr.smithi105.rfsypb (mgr.14180) 1534 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.ynomyy 2024-02-08T22:18:37.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: cephadm 2024-02-08T22:18:35.143373+0000 mgr.smithi105.rfsypb (mgr.14180) 1535 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.ynomyy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy 2024-02-08T22:18:37.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:18:37.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy 2024-02-08T22:18:37.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy 2024-02-08T22:18:37.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:18:37.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy 2024-02-08T22:18:37.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.ynomyy ... 2024-02-08T22:18:37.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:18:37.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:18:37.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:18:37.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:18:37.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:18:37.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: cephadm 2024-02-08T22:18:35.147757+0000 mgr.smithi105.rfsypb (mgr.14180) 1536 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.vdeuyo on smithi105 2024-02-08T22:18:37.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:36 smithi167 bash[18945]: cluster 2024-02-08T22:18:35.150576+0000 mgr.smithi105.rfsypb (mgr.14180) 1537 : cluster [DBG] pgmap v1015: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-08T22:18:37.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: cephadm 2024-02-08T22:18:35.140937+0000 mgr.smithi105.rfsypb (mgr.14180) 1533 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy 2024-02-08T22:18:37.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:18:37.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy 2024-02-08T22:18:37.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy 2024-02-08T22:18:37.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:18:37.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy 2024-02-08T22:18:37.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.ynomyy ... 2024-02-08T22:18:37.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:18:37.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:18:37.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:18:37.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:18:37.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:18:37.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:18:37.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:18:37.314 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:18:37.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:18:37.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:18:37.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy 2024-02-08T22:18:37.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:18:37.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy 2024-02-08T22:18:37.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy 2024-02-08T22:18:37.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:18:37.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy 2024-02-08T22:18:37.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.ynomyy ... 2024-02-08T22:18:37.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:18:37.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:18:37.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:18:37.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:18:37.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:18:37.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: cephadm 2024-02-08T22:18:35.141450+0000 mgr.smithi105.rfsypb (mgr.14180) 1534 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.ynomyy 2024-02-08T22:18:37.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: cephadm 2024-02-08T22:18:35.143373+0000 mgr.smithi105.rfsypb (mgr.14180) 1535 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.ynomyy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy 2024-02-08T22:18:37.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:18:37.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy 2024-02-08T22:18:37.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy 2024-02-08T22:18:37.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:18:37.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy 2024-02-08T22:18:37.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.ynomyy ... 2024-02-08T22:18:37.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:18:37.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:18:37.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:18:37.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:18:37.316 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:18:37.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: cephadm 2024-02-08T22:18:35.147757+0000 mgr.smithi105.rfsypb (mgr.14180) 1536 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.vdeuyo on smithi105 2024-02-08T22:18:37.317 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:36 smithi105 bash[14197]: cluster 2024-02-08T22:18:35.150576+0000 mgr.smithi105.rfsypb (mgr.14180) 1537 : cluster [DBG] pgmap v1015: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-08T22:18:37.437 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:18:37.437 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:18:30.859257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:17:15.566062Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:18:30.859544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:17:19.662021Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.tmgrjh on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-tmgrjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.tmgrjh\nDeploy daemon haproxy.nfs.foo.smithi167.tmgrjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.155212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llryut on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-llryut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.llryut\nDeploy daemon haproxy.nfs.foo.smithi105.llryut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:17:24.157367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.fygvrd on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:18:35.143157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ynomyy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\nDeploy daemon haproxy.nfs.foo.smithi167.ynomyy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -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.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:17:15.566294Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:17:15.566438Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:18:30.860715Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:17:15.566572Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:17:15.566703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:18:30.859847Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:17:15.567232Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:18:38.222 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:18:38.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:38 smithi105 bash[14197]: cluster 2024-02-08T22:18:37.151904+0000 mgr.smithi105.rfsypb (mgr.14180) 1538 : cluster [DBG] pgmap v1016: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-08T22:18:38.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:38 smithi105 bash[14197]: audit 2024-02-08T22:18:37.424119+0000 mgr.smithi105.rfsypb (mgr.14180) 1539 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:18:38.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:38 smithi105 bash[14197]: audit 2024-02-08T22:18:37.559950+0000 mon.smithi105 (mon.0) 1059 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:18:38.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:38 smithi167 bash[18945]: cluster 2024-02-08T22:18:37.151904+0000 mgr.smithi105.rfsypb (mgr.14180) 1538 : cluster [DBG] pgmap v1016: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-08T22:18:38.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:38 smithi167 bash[18945]: audit 2024-02-08T22:18:37.424119+0000 mgr.smithi105.rfsypb (mgr.14180) 1539 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:18:38.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:38 smithi167 bash[18945]: audit 2024-02-08T22:18:37.559950+0000 mon.smithi105 (mon.0) 1059 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:18:39.223 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:18:39.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:39 smithi105 bash[14197]: audit 2024-02-08T22:18:39.154817+0000 mon.smithi105 (mon.0) 1060 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.vdeuyo"}]: dispatch 2024-02-08T22:18:39.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:39 smithi167 bash[18945]: audit 2024-02-08T22:18:39.154817+0000 mon.smithi105 (mon.0) 1060 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.vdeuyo"}]: dispatch 2024-02-08T22:18:40.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: cluster 2024-02-08T22:18:39.152610+0000 mgr.smithi105.rfsypb (mgr.14180) 1540 : cluster [DBG] pgmap v1017: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-08T22:18:40.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: cephadm 2024-02-08T22:18:39.154019+0000 mgr.smithi105.rfsypb (mgr.14180) 1541 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo 2024-02-08T22:18:40.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:18:40.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo 2024-02-08T22:18:40.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo 2024-02-08T22:18:40.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:18:40.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo 2024-02-08T22:18:40.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.vdeuyo ... 2024-02-08T22:18:40.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:18:40.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:18:40.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:18:40.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:18:40.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:18:40.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:18:40.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:18:40.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:18:40.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:18:40.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:18:40.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo 2024-02-08T22:18:40.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:18:40.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo 2024-02-08T22:18:40.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo 2024-02-08T22:18:40.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:18:40.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo 2024-02-08T22:18:40.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.vdeuyo ... 2024-02-08T22:18:40.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:18:40.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:18:40.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:18:40.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:18:40.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:18:40.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: cephadm 2024-02-08T22:18:39.154255+0000 mgr.smithi105.rfsypb (mgr.14180) 1542 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.vdeuyo 2024-02-08T22:18:40.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: cephadm 2024-02-08T22:18:39.156111+0000 mgr.smithi105.rfsypb (mgr.14180) 1543 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.vdeuyo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo 2024-02-08T22:18:40.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:18:40.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo 2024-02-08T22:18:40.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo 2024-02-08T22:18:40.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:18:40.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo 2024-02-08T22:18:40.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.vdeuyo ... 2024-02-08T22:18:40.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:18:40.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:18:40.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:18:40.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:18:40.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:18:40.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: cephadm 2024-02-08T22:18:39.159156+0000 mgr.smithi105.rfsypb (mgr.14180) 1544 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.dgsljn on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:18:40.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: cephadm 2024-02-08T22:18:39.161832+0000 mgr.smithi105.rfsypb (mgr.14180) 1545 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.qsixuu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:18:40.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: cluster 2024-02-08T22:18:39.162743+0000 mgr.smithi105.rfsypb (mgr.14180) 1546 : cluster [DBG] pgmap v1018: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 B/s rd, 0 op/s 2024-02-08T22:18:40.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:40 smithi105 bash[14197]: cluster 2024-02-08T22:18:39.558948+0000 mon.smithi105 (mon.0) 1061 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:18:40.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: cluster 2024-02-08T22:18:39.152610+0000 mgr.smithi105.rfsypb (mgr.14180) 1540 : cluster [DBG] pgmap v1017: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-08T22:18:40.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: cephadm 2024-02-08T22:18:39.154019+0000 mgr.smithi105.rfsypb (mgr.14180) 1541 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo 2024-02-08T22:18:40.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:18:40.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo 2024-02-08T22:18:40.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo 2024-02-08T22:18:40.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:18:40.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo 2024-02-08T22:18:40.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.vdeuyo ... 2024-02-08T22:18:40.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:18:40.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:18:40.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:18:41.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:18:41.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:18:41.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:18:41.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:18:41.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:18:41.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:18:41.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:18:41.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo 2024-02-08T22:18:41.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:18:41.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo 2024-02-08T22:18:41.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo 2024-02-08T22:18:41.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:18:41.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo 2024-02-08T22:18:41.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.vdeuyo ... 2024-02-08T22:18:41.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:18:41.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:18:41.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:18:41.001 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:18:41.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:18:41.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: cephadm 2024-02-08T22:18:39.154255+0000 mgr.smithi105.rfsypb (mgr.14180) 1542 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.vdeuyo 2024-02-08T22:18:41.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: cephadm 2024-02-08T22:18:39.156111+0000 mgr.smithi105.rfsypb (mgr.14180) 1543 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.vdeuyo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo 2024-02-08T22:18:41.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:18:41.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo 2024-02-08T22:18:41.002 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo 2024-02-08T22:18:41.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:18:41.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo 2024-02-08T22:18:41.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.vdeuyo ... 2024-02-08T22:18:41.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:18:41.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:18:41.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:18:41.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:18:41.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:18:41.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: cephadm 2024-02-08T22:18:39.159156+0000 mgr.smithi105.rfsypb (mgr.14180) 1544 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.dgsljn on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:18:41.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: cephadm 2024-02-08T22:18:39.161832+0000 mgr.smithi105.rfsypb (mgr.14180) 1545 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.qsixuu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:18:41.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: cluster 2024-02-08T22:18:39.162743+0000 mgr.smithi105.rfsypb (mgr.14180) 1546 : cluster [DBG] pgmap v1018: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 B/s rd, 0 op/s 2024-02-08T22:18:41.003 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:40 smithi167 bash[18945]: cluster 2024-02-08T22:18:39.558948+0000 mon.smithi105 (mon.0) 1061 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:18:42.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:42 smithi105 bash[14197]: cluster 2024-02-08T22:18:41.164011+0000 mgr.smithi105.rfsypb (mgr.14180) 1547 : cluster [DBG] pgmap v1019: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:18:42.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:42 smithi105 bash[14197]: audit 2024-02-08T22:18:41.322407+0000 mon.smithi105 (mon.0) 1062 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:18:42.585 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:18:42.586 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:18:30.859257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:17:15.566062Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:18:30.859544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:18:35.143157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ynomyy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\nDeploy daemon haproxy.nfs.foo.smithi167.ynomyy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:18:39.155924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vdeuyo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo\nDeploy daemon haproxy.nfs.foo.smithi105.vdeuyo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:18:39.159006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.dgsljn on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:18:39.161720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qsixuu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:17:15.566294Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:17:15.566438Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:18:30.860715Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:17:15.566572Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:17:15.566703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:18:30.859847Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:17:15.567232Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:18:42.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:42 smithi167 bash[18945]: cluster 2024-02-08T22:18:41.164011+0000 mgr.smithi105.rfsypb (mgr.14180) 1547 : cluster [DBG] pgmap v1019: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:18:42.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:42 smithi167 bash[18945]: audit 2024-02-08T22:18:41.322407+0000 mon.smithi105 (mon.0) 1062 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:18:43.388 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:18:43.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:43 smithi167 bash[18945]: audit 2024-02-08T22:18:42.574067+0000 mgr.smithi105.rfsypb (mgr.14180) 1548 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:18:43.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:43 smithi105 bash[14197]: audit 2024-02-08T22:18:42.574067+0000 mgr.smithi105.rfsypb (mgr.14180) 1548 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:18:44.390 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:18:44.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:44 smithi167 bash[18945]: cluster 2024-02-08T22:18:43.164795+0000 mgr.smithi105.rfsypb (mgr.14180) 1549 : cluster [DBG] pgmap v1020: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:18:44.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:44 smithi105 bash[14197]: cluster 2024-02-08T22:18:43.164795+0000 mgr.smithi105.rfsypb (mgr.14180) 1549 : cluster [DBG] pgmap v1020: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:18:46.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:46 smithi167 bash[18945]: cluster 2024-02-08T22:18:45.166472+0000 mgr.smithi105.rfsypb (mgr.14180) 1550 : cluster [DBG] pgmap v1021: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:18:46.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:46 smithi105 bash[14197]: cluster 2024-02-08T22:18:45.166472+0000 mgr.smithi105.rfsypb (mgr.14180) 1550 : cluster [DBG] pgmap v1021: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:18:47.709 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:18:47.709 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:18:30.859257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:17:15.566062Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:18:30.859544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:18:35.143157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ynomyy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\nDeploy daemon haproxy.nfs.foo.smithi167.ynomyy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:18:39.155924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vdeuyo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo\nDeploy daemon haproxy.nfs.foo.smithi105.vdeuyo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:18:39.159006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.dgsljn on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:18:39.161720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qsixuu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:17:15.566294Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:17:15.566438Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:18:30.860715Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:17:15.566572Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:17:15.566703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:18:30.859847Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:17:15.567232Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:18:48.487 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:18:48.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:48 smithi167 bash[18945]: cluster 2024-02-08T22:18:47.168327+0000 mgr.smithi105.rfsypb (mgr.14180) 1551 : cluster [DBG] pgmap v1022: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:18:48.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:48 smithi167 bash[18945]: audit 2024-02-08T22:18:47.698357+0000 mgr.smithi105.rfsypb (mgr.14180) 1552 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:18:48.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:48 smithi105 bash[14197]: cluster 2024-02-08T22:18:47.168327+0000 mgr.smithi105.rfsypb (mgr.14180) 1551 : cluster [DBG] pgmap v1022: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:18:48.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:48 smithi105 bash[14197]: audit 2024-02-08T22:18:47.698357+0000 mgr.smithi105.rfsypb (mgr.14180) 1552 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:18:49.488 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:18:50.689 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:50 smithi105 bash[14197]: cluster 2024-02-08T22:18:49.169442+0000 mgr.smithi105.rfsypb (mgr.14180) 1553 : cluster [DBG] pgmap v1023: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:18:50.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:50 smithi167 bash[18945]: cluster 2024-02-08T22:18:49.169442+0000 mgr.smithi105.rfsypb (mgr.14180) 1553 : cluster [DBG] pgmap v1023: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-08T22:18:52.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:52 smithi105 bash[14197]: cluster 2024-02-08T22:18:51.170824+0000 mgr.smithi105.rfsypb (mgr.14180) 1554 : cluster [DBG] pgmap v1024: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:52.618 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:18:52.618 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:18:30.859257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:17:15.566062Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:18:30.859544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:18:35.143157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ynomyy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\nDeploy daemon haproxy.nfs.foo.smithi167.ynomyy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:18:39.155924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vdeuyo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo\nDeploy daemon haproxy.nfs.foo.smithi105.vdeuyo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:18:39.159006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.dgsljn on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:18:39.161720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qsixuu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:17:15.566294Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:17:15.566438Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:18:30.860715Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:17:15.566572Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:17:15.566703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:18:30.859847Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:17:15.567232Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:18:52.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:52 smithi167 bash[18945]: cluster 2024-02-08T22:18:51.170824+0000 mgr.smithi105.rfsypb (mgr.14180) 1554 : cluster [DBG] pgmap v1024: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:53.467 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:18:53.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:53 smithi105 bash[14197]: audit 2024-02-08T22:18:52.559911+0000 mon.smithi105 (mon.0) 1063 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:18:53.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:53 smithi105 bash[14197]: audit 2024-02-08T22:18:52.599615+0000 mgr.smithi105.rfsypb (mgr.14180) 1555 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:18:53.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:53 smithi167 bash[18945]: audit 2024-02-08T22:18:52.559911+0000 mon.smithi105 (mon.0) 1063 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:18:53.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:53 smithi167 bash[18945]: audit 2024-02-08T22:18:52.599615+0000 mgr.smithi105.rfsypb (mgr.14180) 1555 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:18:54.468 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:18:54.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:54 smithi105 bash[14197]: cluster 2024-02-08T22:18:53.172027+0000 mgr.smithi105.rfsypb (mgr.14180) 1556 : cluster [DBG] pgmap v1025: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:54.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:54 smithi167 bash[18945]: cluster 2024-02-08T22:18:53.172027+0000 mgr.smithi105.rfsypb (mgr.14180) 1556 : cluster [DBG] pgmap v1025: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:56.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:56 smithi167 bash[18945]: cluster 2024-02-08T22:18:55.173873+0000 mgr.smithi105.rfsypb (mgr.14180) 1557 : cluster [DBG] pgmap v1026: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:57.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:56 smithi105 bash[14197]: cluster 2024-02-08T22:18:55.173873+0000 mgr.smithi105.rfsypb (mgr.14180) 1557 : cluster [DBG] pgmap v1026: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:18:57.800 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:18:57.800 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:18:30.859257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:17:15.566062Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:18:30.859544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:18:35.143157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ynomyy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\nDeploy daemon haproxy.nfs.foo.smithi167.ynomyy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:18:39.155924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vdeuyo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo\nDeploy daemon haproxy.nfs.foo.smithi105.vdeuyo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:18:39.159006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.dgsljn on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:18:39.161720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qsixuu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:17:15.566294Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:17:15.566438Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:18:30.860715Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:17:15.566572Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:17:15.566703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:18:30.859847Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:17:15.567232Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:18:58.554 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:18:58.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:58 smithi105 bash[14197]: cluster 2024-02-08T22:18:57.175516+0000 mgr.smithi105.rfsypb (mgr.14180) 1558 : cluster [DBG] pgmap v1027: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:18:58.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:18:58 smithi105 bash[14197]: audit 2024-02-08T22:18:57.792687+0000 mgr.smithi105.rfsypb (mgr.14180) 1559 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:18:58.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:58 smithi167 bash[18945]: cluster 2024-02-08T22:18:57.175516+0000 mgr.smithi105.rfsypb (mgr.14180) 1558 : cluster [DBG] pgmap v1027: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:18:59.000 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:18:58 smithi167 bash[18945]: audit 2024-02-08T22:18:57.792687+0000 mgr.smithi105.rfsypb (mgr.14180) 1559 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:18:59.555 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:19:00.840 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:00 smithi105 bash[14197]: cluster 2024-02-08T22:18:59.176468+0000 mgr.smithi105.rfsypb (mgr.14180) 1560 : cluster [DBG] pgmap v1028: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:00.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:00 smithi167 bash[18945]: cluster 2024-02-08T22:18:59.176468+0000 mgr.smithi105.rfsypb (mgr.14180) 1560 : cluster [DBG] pgmap v1028: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:02.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:02 smithi105 bash[14197]: cluster 2024-02-08T22:19:01.177631+0000 mgr.smithi105.rfsypb (mgr.14180) 1561 : cluster [DBG] pgmap v1029: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:02.872 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:19:02.872 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:18:30.859257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:17:15.566062Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:18:30.859544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:18:35.143157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ynomyy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\nDeploy daemon haproxy.nfs.foo.smithi167.ynomyy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:18:39.155924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vdeuyo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo\nDeploy daemon haproxy.nfs.foo.smithi105.vdeuyo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:18:39.159006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.dgsljn on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:18:39.161720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qsixuu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:17:15.566294Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:17:15.566438Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:18:30.860715Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:17:15.566572Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:17:15.566703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:18:30.859847Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:17:15.567232Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:19:02.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:02 smithi167 bash[18945]: cluster 2024-02-08T22:19:01.177631+0000 mgr.smithi105.rfsypb (mgr.14180) 1561 : cluster [DBG] pgmap v1029: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:03.659 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:19:03.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:03 smithi167 bash[18945]: audit 2024-02-08T22:19:02.863319+0000 mgr.smithi105.rfsypb (mgr.14180) 1562 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:19:04.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:03 smithi105 bash[14197]: audit 2024-02-08T22:19:02.863319+0000 mgr.smithi105.rfsypb (mgr.14180) 1562 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:19:04.659 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:19:04.861 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:04 smithi105 bash[14197]: cluster 2024-02-08T22:19:03.178384+0000 mgr.smithi105.rfsypb (mgr.14180) 1563 : cluster [DBG] pgmap v1030: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:04.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:04 smithi167 bash[18945]: cluster 2024-02-08T22:19:03.178384+0000 mgr.smithi105.rfsypb (mgr.14180) 1563 : cluster [DBG] pgmap v1030: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:06.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:06 smithi167 bash[18945]: cluster 2024-02-08T22:19:05.180139+0000 mgr.smithi105.rfsypb (mgr.14180) 1564 : cluster [DBG] pgmap v1031: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:07.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:06 smithi105 bash[14197]: cluster 2024-02-08T22:19:05.180139+0000 mgr.smithi105.rfsypb (mgr.14180) 1564 : cluster [DBG] pgmap v1031: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:07.741 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:19:07.741 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:18:30.859257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:17:15.566062Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:18:30.859544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:18:35.143157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ynomyy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\nDeploy daemon haproxy.nfs.foo.smithi167.ynomyy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:18:39.155924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vdeuyo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo\nDeploy daemon haproxy.nfs.foo.smithi105.vdeuyo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:18:39.159006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.dgsljn on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:18:39.161720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qsixuu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:17:15.566294Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:17:15.566438Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:18:30.860715Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:17:15.566572Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:17:15.566703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:18:30.859847Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:17:15.567232Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:19:08.555 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:19:08.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:08 smithi105 bash[14197]: cluster 2024-02-08T22:19:07.181238+0000 mgr.smithi105.rfsypb (mgr.14180) 1565 : cluster [DBG] pgmap v1032: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:19:08.813 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:08 smithi105 bash[14197]: audit 2024-02-08T22:19:07.733981+0000 mgr.smithi105.rfsypb (mgr.14180) 1566 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:19:08.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:08 smithi167 bash[18945]: cluster 2024-02-08T22:19:07.181238+0000 mgr.smithi105.rfsypb (mgr.14180) 1565 : cluster [DBG] pgmap v1032: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:19:08.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:08 smithi167 bash[18945]: audit 2024-02-08T22:19:07.733981+0000 mgr.smithi105.rfsypb (mgr.14180) 1566 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:19:09.556 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:19:10.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:10 smithi167 bash[18945]: cluster 2024-02-08T22:19:09.183126+0000 mgr.smithi105.rfsypb (mgr.14180) 1567 : cluster [DBG] pgmap v1033: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:11.001 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:10 smithi105 bash[14197]: cluster 2024-02-08T22:19:09.183126+0000 mgr.smithi105.rfsypb (mgr.14180) 1567 : cluster [DBG] pgmap v1033: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:12.696 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:12 smithi105 bash[14197]: cluster 2024-02-08T22:19:11.184409+0000 mgr.smithi105.rfsypb (mgr.14180) 1568 : cluster [DBG] pgmap v1034: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:12.853 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:19:12.853 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:18:30.859257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:17:15.566062Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:18:30.859544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:18:35.143157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ynomyy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\nDeploy daemon haproxy.nfs.foo.smithi167.ynomyy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:18:39.155924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vdeuyo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo\nDeploy daemon haproxy.nfs.foo.smithi105.vdeuyo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:18:39.159006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.dgsljn on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:18:39.161720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qsixuu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:17:15.566294Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:17:15.566438Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:18:30.860715Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:17:15.566572Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:17:15.566703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:18:30.859847Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:17:15.567232Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:19:12.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:12 smithi167 bash[18945]: cluster 2024-02-08T22:19:11.184409+0000 mgr.smithi105.rfsypb (mgr.14180) 1568 : cluster [DBG] pgmap v1034: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:13.700 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:19:13.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:13 smithi167 bash[18945]: audit 2024-02-08T22:19:12.841439+0000 mgr.smithi105.rfsypb (mgr.14180) 1569 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:19:14.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:13 smithi105 bash[14197]: audit 2024-02-08T22:19:12.841439+0000 mgr.smithi105.rfsypb (mgr.14180) 1569 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:19:14.701 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:19:14.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:14 smithi105 bash[14197]: cluster 2024-02-08T22:19:13.185739+0000 mgr.smithi105.rfsypb (mgr.14180) 1570 : cluster [DBG] pgmap v1035: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:14.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:14 smithi167 bash[18945]: cluster 2024-02-08T22:19:13.185739+0000 mgr.smithi105.rfsypb (mgr.14180) 1570 : cluster [DBG] pgmap v1035: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:16.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:16 smithi167 bash[18945]: cluster 2024-02-08T22:19:15.187341+0000 mgr.smithi105.rfsypb (mgr.14180) 1571 : cluster [DBG] pgmap v1036: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:17.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:16 smithi105 bash[14197]: cluster 2024-02-08T22:19:15.187341+0000 mgr.smithi105.rfsypb (mgr.14180) 1571 : cluster [DBG] pgmap v1036: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:18.058 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:19:18.058 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:18:30.859257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:17:15.566062Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:18:30.859544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:18:35.143157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ynomyy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\nDeploy daemon haproxy.nfs.foo.smithi167.ynomyy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:18:39.155924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vdeuyo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo\nDeploy daemon haproxy.nfs.foo.smithi105.vdeuyo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:18:39.159006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.dgsljn on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:18:39.161720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qsixuu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:17:15.566294Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:17:15.566438Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:18:30.860715Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:17:15.566572Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:17:15.566703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:18:30.859847Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:17:15.567232Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:19:18.792 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:19:18.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:18 smithi167 bash[18945]: cluster 2024-02-08T22:19:17.188368+0000 mgr.smithi105.rfsypb (mgr.14180) 1572 : cluster [DBG] pgmap v1037: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:19:19.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:18 smithi105 bash[14197]: cluster 2024-02-08T22:19:17.188368+0000 mgr.smithi105.rfsypb (mgr.14180) 1572 : cluster [DBG] pgmap v1037: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:19:19.793 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:19:19.993 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:19 smithi105 bash[14197]: audit 2024-02-08T22:19:18.045268+0000 mgr.smithi105.rfsypb (mgr.14180) 1573 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:19:19.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:19 smithi167 bash[18945]: audit 2024-02-08T22:19:18.045268+0000 mgr.smithi105.rfsypb (mgr.14180) 1573 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:19:20.917 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:20 smithi105 bash[14197]: cluster 2024-02-08T22:19:19.189758+0000 mgr.smithi105.rfsypb (mgr.14180) 1574 : cluster [DBG] pgmap v1038: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:20.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:20 smithi167 bash[18945]: cluster 2024-02-08T22:19:19.189758+0000 mgr.smithi105.rfsypb (mgr.14180) 1574 : cluster [DBG] pgmap v1038: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:22.956 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:19:22.956 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:18:30.859257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:17:15.566062Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:18:30.859544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:18:35.143157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ynomyy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\nDeploy daemon haproxy.nfs.foo.smithi167.ynomyy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:18:39.155924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vdeuyo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo\nDeploy daemon haproxy.nfs.foo.smithi105.vdeuyo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:18:39.159006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.dgsljn on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:18:39.161720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qsixuu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:17:15.566294Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:17:15.566438Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:18:30.860715Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:17:15.566572Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:17:15.566703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:18:30.859847Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:17:15.567232Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:19:22.989 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:22 smithi105 bash[14197]: cluster 2024-02-08T22:19:21.191999+0000 mgr.smithi105.rfsypb (mgr.14180) 1575 : cluster [DBG] pgmap v1039: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:22.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:22 smithi167 bash[18945]: cluster 2024-02-08T22:19:21.191999+0000 mgr.smithi105.rfsypb (mgr.14180) 1575 : cluster [DBG] pgmap v1039: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:23.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:19:23.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:23 smithi167 bash[18945]: audit 2024-02-08T22:19:22.948215+0000 mgr.smithi105.rfsypb (mgr.14180) 1576 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:19:24.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:23 smithi105 bash[14197]: audit 2024-02-08T22:19:22.948215+0000 mgr.smithi105.rfsypb (mgr.14180) 1576 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:19:24.783 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:19:24.978 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:24 smithi105 bash[14197]: cluster 2024-02-08T22:19:23.192793+0000 mgr.smithi105.rfsypb (mgr.14180) 1577 : cluster [DBG] pgmap v1040: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:24.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:24 smithi167 bash[18945]: cluster 2024-02-08T22:19:23.192793+0000 mgr.smithi105.rfsypb (mgr.14180) 1577 : cluster [DBG] pgmap v1040: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:26.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:26 smithi167 bash[18945]: cluster 2024-02-08T22:19:25.194009+0000 mgr.smithi105.rfsypb (mgr.14180) 1578 : cluster [DBG] pgmap v1041: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:27.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:26 smithi105 bash[14197]: cluster 2024-02-08T22:19:25.194009+0000 mgr.smithi105.rfsypb (mgr.14180) 1578 : cluster [DBG] pgmap v1041: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:27.942 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:19:27.942 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:18:30.859257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:17:15.566062Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:18:30.859544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:18:35.143157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ynomyy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\nDeploy daemon haproxy.nfs.foo.smithi167.ynomyy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:18:39.155924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vdeuyo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo\nDeploy daemon haproxy.nfs.foo.smithi105.vdeuyo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:18:39.159006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.dgsljn on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:18:39.161720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qsixuu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:17:15.566294Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:17:15.566438Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:18:30.860715Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:17:15.566572Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:17:15.566703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:18:30.859847Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:17:15.567232Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:19:28.741 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:19:28.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:28 smithi167 bash[18945]: cluster 2024-02-08T22:19:27.194928+0000 mgr.smithi105.rfsypb (mgr.14180) 1579 : cluster [DBG] pgmap v1042: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:19:28.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:28 smithi167 bash[18945]: audit 2024-02-08T22:19:27.928884+0000 mgr.smithi105.rfsypb (mgr.14180) 1580 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:19:29.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:28 smithi105 bash[14197]: cluster 2024-02-08T22:19:27.194928+0000 mgr.smithi105.rfsypb (mgr.14180) 1579 : cluster [DBG] pgmap v1042: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:19:29.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:28 smithi105 bash[14197]: audit 2024-02-08T22:19:27.928884+0000 mgr.smithi105.rfsypb (mgr.14180) 1580 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:19:29.742 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:19:30.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:30 smithi167 bash[18945]: cluster 2024-02-08T22:19:29.196321+0000 mgr.smithi105.rfsypb (mgr.14180) 1581 : cluster [DBG] pgmap v1043: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:31.035 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:30 smithi105 bash[14197]: cluster 2024-02-08T22:19:29.196321+0000 mgr.smithi105.rfsypb (mgr.14180) 1581 : cluster [DBG] pgmap v1043: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:32.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:32 smithi167 bash[18945]: cluster 2024-02-08T22:19:31.197630+0000 mgr.smithi105.rfsypb (mgr.14180) 1582 : cluster [DBG] pgmap v1044: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:33.058 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:19:33.058 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:18:30.859257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:17:15.566062Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:18:30.859544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:18:35.143157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ynomyy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\nDeploy daemon haproxy.nfs.foo.smithi167.ynomyy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:18:39.155924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vdeuyo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo\nDeploy daemon haproxy.nfs.foo.smithi105.vdeuyo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:18:39.159006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.dgsljn on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:18:39.161720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qsixuu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:17:15.566294Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:17:15.566438Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:18:30.860715Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:17:15.566572Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:17:15.566703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:18:30.859847Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:17:15.567232Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:19:33.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:32 smithi105 bash[14197]: cluster 2024-02-08T22:19:31.197630+0000 mgr.smithi105.rfsypb (mgr.14180) 1582 : cluster [DBG] pgmap v1044: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:33.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:19:34.813 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:19:34.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:34 smithi167 bash[18945]: audit 2024-02-08T22:19:33.046007+0000 mgr.smithi105.rfsypb (mgr.14180) 1583 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:19:34.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:34 smithi167 bash[18945]: cluster 2024-02-08T22:19:33.198977+0000 mgr.smithi105.rfsypb (mgr.14180) 1584 : cluster [DBG] pgmap v1045: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:35.010 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:34 smithi105 bash[14197]: audit 2024-02-08T22:19:33.046007+0000 mgr.smithi105.rfsypb (mgr.14180) 1583 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:19:35.010 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:34 smithi105 bash[14197]: cluster 2024-02-08T22:19:33.198977+0000 mgr.smithi105.rfsypb (mgr.14180) 1584 : cluster [DBG] pgmap v1045: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:36.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:36 smithi167 bash[18945]: cluster 2024-02-08T22:19:35.199930+0000 mgr.smithi105.rfsypb (mgr.14180) 1585 : cluster [DBG] pgmap v1046: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:37.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:36 smithi105 bash[14197]: cluster 2024-02-08T22:19:35.199930+0000 mgr.smithi105.rfsypb (mgr.14180) 1585 : cluster [DBG] pgmap v1046: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:38.102 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:19:38.102 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:18:30.859257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:17:15.566062Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:18:30.859544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:18:35.143157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ynomyy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\nDeploy daemon haproxy.nfs.foo.smithi167.ynomyy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:18:39.155924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vdeuyo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo\nDeploy daemon haproxy.nfs.foo.smithi105.vdeuyo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:18:39.159006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.dgsljn on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:18:39.161720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qsixuu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:17:15.566294Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:17:15.566438Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:18:30.860715Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:17:15.566572Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:17:15.566703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:18:30.859847Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:17:15.567232Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:19:38.907 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:19:38.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:38 smithi167 bash[18945]: cluster 2024-02-08T22:19:37.200804+0000 mgr.smithi105.rfsypb (mgr.14180) 1586 : cluster [DBG] pgmap v1047: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:19:39.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:38 smithi105 bash[14197]: cluster 2024-02-08T22:19:37.200804+0000 mgr.smithi105.rfsypb (mgr.14180) 1586 : cluster [DBG] pgmap v1047: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:19:39.908 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:19:39.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:39 smithi167 bash[18945]: audit 2024-02-08T22:19:38.093999+0000 mgr.smithi105.rfsypb (mgr.14180) 1587 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:19:39.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:39 smithi167 bash[18945]: audit 2024-02-08T22:19:39.165794+0000 mon.smithi105 (mon.0) 1064 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:19:39.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:39 smithi167 bash[18945]: audit 2024-02-08T22:19:39.433445+0000 mon.smithi105 (mon.0) 1065 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:19:39.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:39 smithi167 bash[18945]: audit 2024-02-08T22:19:39.703467+0000 mon.smithi105 (mon.0) 1066 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:19:39.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:39 smithi167 bash[18945]: audit 2024-02-08T22:19:39.705311+0000 mon.smithi105 (mon.0) 1067 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:19:39.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:39 smithi167 bash[18945]: audit 2024-02-08T22:19:39.713804+0000 mon.smithi105 (mon.0) 1068 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:19:40.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:39 smithi105 bash[14197]: audit 2024-02-08T22:19:38.093999+0000 mgr.smithi105.rfsypb (mgr.14180) 1587 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:19:40.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:39 smithi105 bash[14197]: audit 2024-02-08T22:19:39.165794+0000 mon.smithi105 (mon.0) 1064 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-08T22:19:40.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:39 smithi105 bash[14197]: audit 2024-02-08T22:19:39.433445+0000 mon.smithi105 (mon.0) 1065 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:19:40.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:39 smithi105 bash[14197]: audit 2024-02-08T22:19:39.703467+0000 mon.smithi105 (mon.0) 1066 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-08T22:19:40.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:39 smithi105 bash[14197]: audit 2024-02-08T22:19:39.705311+0000 mon.smithi105 (mon.0) 1067 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-08T22:19:40.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:39 smithi105 bash[14197]: audit 2024-02-08T22:19:39.713804+0000 mon.smithi105 (mon.0) 1068 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:19:40.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:40 smithi167 bash[18945]: cluster 2024-02-08T22:19:39.202119+0000 mgr.smithi105.rfsypb (mgr.14180) 1588 : cluster [DBG] pgmap v1048: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:40.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:40 smithi167 bash[18945]: cluster 2024-02-08T22:19:39.715099+0000 mgr.smithi105.rfsypb (mgr.14180) 1589 : cluster [DBG] pgmap v1049: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-08T22:19:40.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:40 smithi167 bash[18945]: cluster 2024-02-08T22:19:39.719132+0000 mon.smithi105 (mon.0) 1069 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:19:40.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:40 smithi167 bash[18945]: cluster 2024-02-08T22:19:39.719185+0000 mon.smithi105 (mon.0) 1070 : cluster [INF] Cluster is now healthy 2024-02-08T22:19:40.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:40 smithi167 bash[18945]: audit 2024-02-08T22:19:39.723957+0000 mon.smithi105 (mon.0) 1071 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:19:40.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:40 smithi167 bash[18945]: audit 2024-02-08T22:19:39.736776+0000 mon.smithi105 (mon.0) 1072 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:19:40.999 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:40 smithi167 bash[18945]: cephadm 2024-02-08T22:19:39.740889+0000 mgr.smithi105.rfsypb (mgr.14180) 1590 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.zasjxg on smithi167 2024-02-08T22:19:41.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:40 smithi105 bash[14197]: cluster 2024-02-08T22:19:39.202119+0000 mgr.smithi105.rfsypb (mgr.14180) 1588 : cluster [DBG] pgmap v1048: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:19:41.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:40 smithi105 bash[14197]: cluster 2024-02-08T22:19:39.715099+0000 mgr.smithi105.rfsypb (mgr.14180) 1589 : cluster [DBG] pgmap v1049: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-08T22:19:41.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:40 smithi105 bash[14197]: cluster 2024-02-08T22:19:39.719132+0000 mon.smithi105 (mon.0) 1069 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-08T22:19:41.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:40 smithi105 bash[14197]: cluster 2024-02-08T22:19:39.719185+0000 mon.smithi105 (mon.0) 1070 : cluster [INF] Cluster is now healthy 2024-02-08T22:19:41.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:40 smithi105 bash[14197]: audit 2024-02-08T22:19:39.723957+0000 mon.smithi105 (mon.0) 1071 : audit [DBG] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-08T22:19:41.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:40 smithi105 bash[14197]: audit 2024-02-08T22:19:39.736776+0000 mon.smithi105 (mon.0) 1072 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:19:41.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:40 smithi105 bash[14197]: cephadm 2024-02-08T22:19:39.740889+0000 mgr.smithi105.rfsypb (mgr.14180) 1590 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi167.zasjxg on smithi167 2024-02-08T22:19:42.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:42 smithi167 bash[18945]: cluster 2024-02-08T22:19:41.715960+0000 mgr.smithi105.rfsypb (mgr.14180) 1591 : cluster [DBG] pgmap v1050: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-08T22:19:43.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:42 smithi105 bash[14197]: cluster 2024-02-08T22:19:41.715960+0000 mgr.smithi105.rfsypb (mgr.14180) 1591 : cluster [DBG] pgmap v1050: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-08T22:19:43.064 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:19:43.064 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:18:30.859257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:17:15.566062Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:18:30.859544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:17:24.159348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lyidnx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:18:35.143157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.ynomyy on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-ynomyy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.ynomyy\nDeploy daemon haproxy.nfs.foo.smithi167.ynomyy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:18:39.155924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.vdeuyo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-vdeuyo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.vdeuyo\nDeploy daemon haproxy.nfs.foo.smithi105.vdeuyo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:18:39.159006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.dgsljn on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:18:39.161720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qsixuu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:17:15.566294Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:17:15.566438Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:18:30.860715Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:17:15.566572Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:17:15.566703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:18:30.859847Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:17:15.567232Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:19:43.879 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:43 smithi105 bash[14197]: audit 2024-02-08T22:19:43.614083+0000 mon.smithi105 (mon.0) 1073 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.zasjxg"}]: dispatch 2024-02-08T22:19:43.881 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:19:43.998 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:43 smithi167 bash[18945]: audit 2024-02-08T22:19:43.614083+0000 mon.smithi105 (mon.0) 1073 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi167.zasjxg"}]: dispatch 2024-02-08T22:19:44.882 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:19:45.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: audit 2024-02-08T22:19:43.056571+0000 mgr.smithi105.rfsypb (mgr.14180) 1592 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:19:45.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: cephadm 2024-02-08T22:19:43.612806+0000 mgr.smithi105.rfsypb (mgr.14180) 1593 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg 2024-02-08T22:19:45.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:19:45.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg 2024-02-08T22:19:45.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg 2024-02-08T22:19:45.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:19:45.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg 2024-02-08T22:19:45.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.zasjxg ... 2024-02-08T22:19:45.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:19:45.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:19:45.064 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:19:45.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:19:45.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:19:45.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:19:45.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:19:45.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:19:45.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:19:45.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:19:45.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg 2024-02-08T22:19:45.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:19:45.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg 2024-02-08T22:19:45.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg 2024-02-08T22:19:45.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:19:45.065 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg 2024-02-08T22:19:45.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.zasjxg ... 2024-02-08T22:19:45.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:19:45.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:19:45.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:19:45.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:19:45.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:19:45.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: cephadm 2024-02-08T22:19:43.613333+0000 mgr.smithi105.rfsypb (mgr.14180) 1594 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.zasjxg 2024-02-08T22:19:45.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: cephadm 2024-02-08T22:19:43.615475+0000 mgr.smithi105.rfsypb (mgr.14180) 1595 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.zasjxg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg 2024-02-08T22:19:45.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:19:45.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg 2024-02-08T22:19:45.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg 2024-02-08T22:19:45.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:19:45.066 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg 2024-02-08T22:19:45.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi167.zasjxg ... 2024-02-08T22:19:45.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:19:45.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:19:45.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:19:45.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:19:45.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:19:45.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: cephadm 2024-02-08T22:19:43.618502+0000 mgr.smithi105.rfsypb (mgr.14180) 1596 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.gxvvzg on smithi105 2024-02-08T22:19:45.067 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:44 smithi105 bash[14197]: cluster 2024-02-08T22:19:43.716867+0000 mgr.smithi105.rfsypb (mgr.14180) 1597 : cluster [DBG] pgmap v1051: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-08T22:19:45.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: audit 2024-02-08T22:19:43.056571+0000 mgr.smithi105.rfsypb (mgr.14180) 1592 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:19:45.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: cephadm 2024-02-08T22:19:43.612806+0000 mgr.smithi105.rfsypb (mgr.14180) 1593 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg 2024-02-08T22:19:45.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:19:45.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg 2024-02-08T22:19:45.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg 2024-02-08T22:19:45.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:19:45.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg 2024-02-08T22:19:45.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.zasjxg ... 2024-02-08T22:19:45.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:19:45.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:19:45.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:19:45.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:19:45.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:19:45.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:19:45.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:19:45.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:19:45.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:19:45.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:19:45.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg 2024-02-08T22:19:45.250 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:19:45.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg 2024-02-08T22:19:45.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg 2024-02-08T22:19:45.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:19:45.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg 2024-02-08T22:19:45.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.zasjxg ... 2024-02-08T22:19:45.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:19:45.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:19:45.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:19:45.251 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:19:45.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:19:45.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: cephadm 2024-02-08T22:19:43.613333+0000 mgr.smithi105.rfsypb (mgr.14180) 1594 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi167.zasjxg 2024-02-08T22:19:45.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: cephadm 2024-02-08T22:19:43.615475+0000 mgr.smithi105.rfsypb (mgr.14180) 1595 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi167.zasjxg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg 2024-02-08T22:19:45.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:19:45.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg 2024-02-08T22:19:45.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg 2024-02-08T22:19:45.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:19:45.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg 2024-02-08T22:19:45.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi167.zasjxg ... 2024-02-08T22:19:45.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:19:45.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:19:45.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:19:45.252 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:19:45.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:19:45.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: cephadm 2024-02-08T22:19:43.618502+0000 mgr.smithi105.rfsypb (mgr.14180) 1596 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.gxvvzg on smithi105 2024-02-08T22:19:45.253 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:44 smithi167 bash[18945]: cluster 2024-02-08T22:19:43.716867+0000 mgr.smithi105.rfsypb (mgr.14180) 1597 : cluster [DBG] pgmap v1051: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-08T22:19:47.061 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:46 smithi105 bash[14197]: cluster 2024-02-08T22:19:45.717753+0000 mgr.smithi105.rfsypb (mgr.14180) 1598 : cluster [DBG] pgmap v1052: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-08T22:19:47.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:46 smithi167 bash[18945]: cluster 2024-02-08T22:19:45.717753+0000 mgr.smithi105.rfsypb (mgr.14180) 1598 : cluster [DBG] pgmap v1052: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-08T22:19:48.527 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:19:48.527 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:18:30.859257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:17:15.566062Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:18:30.859544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:18:39.161720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qsixuu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:19:43.615295Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.zasjxg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg\nDeploy daemon haproxy.nfs.foo.smithi167.zasjxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:19:47.851629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.gxvvzg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg\nDeploy daemon haproxy.nfs.foo.smithi105.gxvvzg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:19:47.855976Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.jddohq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:19:47.857877Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mpxbqp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:17:15.566294Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:17:15.566438Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:18:30.860715Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:17:15.566572Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:17:15.566703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:18:30.859847Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:17:15.567232Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:19:48.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: cluster 2024-02-08T22:19:47.719068+0000 mgr.smithi105.rfsypb (mgr.14180) 1599 : cluster [DBG] pgmap v1053: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-08T22:19:48.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: cephadm 2024-02-08T22:19:47.849279+0000 mgr.smithi105.rfsypb (mgr.14180) 1600 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg 2024-02-08T22:19:48.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:19:48.814 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg 2024-02-08T22:19:48.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg 2024-02-08T22:19:48.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:19:48.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg 2024-02-08T22:19:48.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.gxvvzg ... 2024-02-08T22:19:48.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:19:48.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:19:48.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:19:48.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:19:48.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:19:48.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: Traceback (most recent call last): 2024-02-08T22:19:48.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:19:48.815 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: yield (conn, connr) 2024-02-08T22:19:48.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:19:48.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: code, '\n'.join(err))) 2024-02-08T22:19:48.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg 2024-02-08T22:19:48.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:19:48.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg 2024-02-08T22:19:48.816 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg 2024-02-08T22:19:48.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:19:48.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg 2024-02-08T22:19:48.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.gxvvzg ... 2024-02-08T22:19:48.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:19:48.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:19:48.817 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:19:48.818 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:19:48.818 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:19:48.818 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: cephadm 2024-02-08T22:19:47.849719+0000 mgr.smithi105.rfsypb (mgr.14180) 1601 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.gxvvzg 2024-02-08T22:19:48.818 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: audit 2024-02-08T22:19:47.850368+0000 mon.smithi105 (mon.0) 1074 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.gxvvzg"}]: dispatch 2024-02-08T22:19:48.818 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: cephadm 2024-02-08T22:19:47.851836+0000 mgr.smithi105.rfsypb (mgr.14180) 1602 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.gxvvzg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg 2024-02-08T22:19:48.818 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:19:48.819 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg 2024-02-08T22:19:48.819 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg 2024-02-08T22:19:48.819 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: /usr/bin/docker: stdout 2024-02-08T22:19:48.819 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg 2024-02-08T22:19:48.819 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: Deploy daemon haproxy.nfs.foo.smithi105.gxvvzg ... 2024-02-08T22:19:48.819 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:19:48.819 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:19:48.820 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:19:48.820 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: stat: stderr See 'docker run --help'. 2024-02-08T22:19:48.820 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:19:48.820 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: cephadm 2024-02-08T22:19:47.856115+0000 mgr.smithi105.rfsypb (mgr.14180) 1603 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.jddohq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:19:48.820 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: cephadm 2024-02-08T22:19:47.857984+0000 mgr.smithi105.rfsypb (mgr.14180) 1604 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.mpxbqp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:19:48.821 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:48 smithi105 bash[14197]: cluster 2024-02-08T22:19:47.859039+0000 mgr.smithi105.rfsypb (mgr.14180) 1605 : cluster [DBG] pgmap v1054: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 B/s rd, 0 op/s 2024-02-08T22:19:49.048 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: cluster 2024-02-08T22:19:47.719068+0000 mgr.smithi105.rfsypb (mgr.14180) 1599 : cluster [DBG] pgmap v1053: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-08T22:19:49.049 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: cephadm 2024-02-08T22:19:47.849279+0000 mgr.smithi105.rfsypb (mgr.14180) 1600 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg 2024-02-08T22:19:49.049 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:19:49.049 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg 2024-02-08T22:19:49.049 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg 2024-02-08T22:19:49.049 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:19:49.049 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg 2024-02-08T22:19:49.049 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.gxvvzg ... 2024-02-08T22:19:49.049 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:19:49.049 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:19:49.050 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:19:49.050 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:19:49.050 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:19:49.050 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: Traceback (most recent call last): 2024-02-08T22:19:49.050 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-08T22:19:49.050 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: yield (conn, connr) 2024-02-08T22:19:49.050 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-08T22:19:49.050 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: code, '\n'.join(err))) 2024-02-08T22:19:49.051 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg 2024-02-08T22:19:49.051 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:19:49.051 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg 2024-02-08T22:19:49.051 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg 2024-02-08T22:19:49.051 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:19:49.051 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg 2024-02-08T22:19:49.051 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.gxvvzg ... 2024-02-08T22:19:49.051 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:19:49.051 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:19:49.051 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:19:49.051 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:19:49.051 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:19:49.051 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: cephadm 2024-02-08T22:19:47.849719+0000 mgr.smithi105.rfsypb (mgr.14180) 1601 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.gxvvzg 2024-02-08T22:19:49.052 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: audit 2024-02-08T22:19:47.850368+0000 mon.smithi105 (mon.0) 1074 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.gxvvzg"}]: dispatch 2024-02-08T22:19:49.052 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: cephadm 2024-02-08T22:19:47.851836+0000 mgr.smithi105.rfsypb (mgr.14180) 1602 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.gxvvzg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg 2024-02-08T22:19:49.052 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:19:49.052 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg 2024-02-08T22:19:49.052 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg 2024-02-08T22:19:49.052 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: /usr/bin/docker: stdout 2024-02-08T22:19:49.052 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg 2024-02-08T22:19:49.052 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: Deploy daemon haproxy.nfs.foo.smithi105.gxvvzg ... 2024-02-08T22:19:49.052 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:19:49.052 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-08T22:19:49.052 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-08T22:19:49.052 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: stat: stderr See 'docker run --help'. 2024-02-08T22:19:49.052 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-08T22:19:49.053 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: cephadm 2024-02-08T22:19:47.856115+0000 mgr.smithi105.rfsypb (mgr.14180) 1603 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi167.jddohq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:19:49.053 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: cephadm 2024-02-08T22:19:47.857984+0000 mgr.smithi105.rfsypb (mgr.14180) 1604 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.mpxbqp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-08T22:19:49.053 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:48 smithi167 bash[18945]: cluster 2024-02-08T22:19:47.859039+0000 mgr.smithi105.rfsypb (mgr.14180) 1605 : cluster [DBG] pgmap v1054: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 B/s rd, 0 op/s 2024-02-08T22:19:49.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:19:50.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:49 smithi105 bash[14197]: audit 2024-02-08T22:19:48.513027+0000 mgr.smithi105.rfsypb (mgr.14180) 1606 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:19:50.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:49 smithi105 bash[14197]: cluster 2024-02-08T22:19:48.753048+0000 mon.smithi105 (mon.0) 1075 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:19:50.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:49 smithi167 bash[18945]: audit 2024-02-08T22:19:48.513027+0000 mgr.smithi105.rfsypb (mgr.14180) 1606 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:19:50.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:49 smithi167 bash[18945]: cluster 2024-02-08T22:19:48.753048+0000 mon.smithi105 (mon.0) 1075 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-08T22:19:50.421 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:19:51.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:50 smithi105 bash[14197]: cluster 2024-02-08T22:19:49.860985+0000 mgr.smithi105.rfsypb (mgr.14180) 1607 : cluster [DBG] pgmap v1055: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-08T22:19:51.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:50 smithi167 bash[18945]: cluster 2024-02-08T22:19:49.860985+0000 mgr.smithi105.rfsypb (mgr.14180) 1607 : cluster [DBG] pgmap v1055: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-08T22:19:52.695 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:52 smithi105 bash[14197]: audit 2024-02-08T22:19:51.375838+0000 mon.smithi105 (mon.0) 1076 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:19:52.695 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:52 smithi105 bash[14197]: cluster 2024-02-08T22:19:51.862567+0000 mgr.smithi105.rfsypb (mgr.14180) 1608 : cluster [DBG] pgmap v1056: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-08T22:19:52.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:52 smithi167 bash[18945]: audit 2024-02-08T22:19:51.375838+0000 mon.smithi105 (mon.0) 1076 : audit [INF] from='mgr.14180 172.21.15.105:0/2529415736' entity='mgr.smithi105.rfsypb' 2024-02-08T22:19:52.748 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:52 smithi167 bash[18945]: cluster 2024-02-08T22:19:51.862567+0000 mgr.smithi105.rfsypb (mgr.14180) 1608 : cluster [DBG] pgmap v1056: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-08T22:19:54.054 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:19:54.054 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:18:30.859257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:17:15.566062Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:18:30.859544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:18:39.161720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qsixuu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:19:43.615295Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.zasjxg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg\nDeploy daemon haproxy.nfs.foo.smithi167.zasjxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:19:47.851629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.gxvvzg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg\nDeploy daemon haproxy.nfs.foo.smithi105.gxvvzg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:19:47.855976Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.jddohq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:19:47.857877Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mpxbqp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:17:15.566294Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:17:15.566438Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:18:30.860715Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:17:15.566572Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:17:15.566703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:18:30.859847Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:17:15.567232Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:19:54.856 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:19:55.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:54 smithi167 bash[18945]: cluster 2024-02-08T22:19:53.863924+0000 mgr.smithi105.rfsypb (mgr.14180) 1609 : cluster [DBG] pgmap v1057: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-08T22:19:55.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:54 smithi105 bash[14197]: cluster 2024-02-08T22:19:53.863924+0000 mgr.smithi105.rfsypb (mgr.14180) 1609 : cluster [DBG] pgmap v1057: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-08T22:19:55.857 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:19:56.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:55 smithi167 bash[18945]: audit 2024-02-08T22:19:54.042950+0000 mgr.smithi105.rfsypb (mgr.14180) 1610 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:19:56.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:55 smithi105 bash[14197]: audit 2024-02-08T22:19:54.042950+0000 mgr.smithi105.rfsypb (mgr.14180) 1610 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:19:57.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:56 smithi167 bash[18945]: cluster 2024-02-08T22:19:55.865884+0000 mgr.smithi105.rfsypb (mgr.14180) 1611 : cluster [DBG] pgmap v1058: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-08T22:19:57.270 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:56 smithi105 bash[14197]: cluster 2024-02-08T22:19:55.865884+0000 mgr.smithi105.rfsypb (mgr.14180) 1611 : cluster [DBG] pgmap v1058: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-08T22:19:59.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:19:58 smithi105 bash[14197]: cluster 2024-02-08T22:19:57.866961+0000 mgr.smithi105.rfsypb (mgr.14180) 1612 : cluster [DBG] pgmap v1059: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-08T22:19:59.145 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:19:59.145 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:18:30.859257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:17:15.566062Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:18:30.859544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:18:39.161720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qsixuu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:19:43.615295Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.zasjxg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg\nDeploy daemon haproxy.nfs.foo.smithi167.zasjxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:19:47.851629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.gxvvzg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg\nDeploy daemon haproxy.nfs.foo.smithi105.gxvvzg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:19:47.855976Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.jddohq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:19:47.857877Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mpxbqp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:17:15.566294Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:17:15.566438Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:18:30.860715Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:17:15.566572Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:17:15.566703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:18:30.859847Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:17:15.567232Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:19:59.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:19:58 smithi167 bash[18945]: cluster 2024-02-08T22:19:57.866961+0000 mgr.smithi105.rfsypb (mgr.14180) 1612 : cluster [DBG] pgmap v1059: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-08T22:19:59.927 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:20:00.928 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:20:01.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:00 smithi167 bash[18945]: audit 2024-02-08T22:19:59.131679+0000 mgr.smithi105.rfsypb (mgr.14180) 1613 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:20:01.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:00 smithi167 bash[18945]: cluster 2024-02-08T22:19:59.868073+0000 mgr.smithi105.rfsypb (mgr.14180) 1614 : cluster [DBG] pgmap v1060: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:01.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:00 smithi167 bash[18945]: cluster 2024-02-08T22:20:00.000136+0000 mon.smithi105 (mon.0) 1077 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-02-08T22:20:01.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:00 smithi105 bash[14197]: audit 2024-02-08T22:19:59.131679+0000 mgr.smithi105.rfsypb (mgr.14180) 1613 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:20:01.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:00 smithi105 bash[14197]: cluster 2024-02-08T22:19:59.868073+0000 mgr.smithi105.rfsypb (mgr.14180) 1614 : cluster [DBG] pgmap v1060: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:01.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:00 smithi105 bash[14197]: cluster 2024-02-08T22:20:00.000136+0000 mon.smithi105 (mon.0) 1077 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-02-08T22:20:03.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:02 smithi167 bash[18945]: cluster 2024-02-08T22:20:01.869642+0000 mgr.smithi105.rfsypb (mgr.14180) 1615 : cluster [DBG] pgmap v1061: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:03.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:02 smithi105 bash[14197]: cluster 2024-02-08T22:20:01.869642+0000 mgr.smithi105.rfsypb (mgr.14180) 1615 : cluster [DBG] pgmap v1061: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:04.388 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:20:04.388 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:18:30.859257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:17:15.566062Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:18:30.859544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:18:39.161720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qsixuu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:19:43.615295Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.zasjxg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg\nDeploy daemon haproxy.nfs.foo.smithi167.zasjxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:19:47.851629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.gxvvzg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg\nDeploy daemon haproxy.nfs.foo.smithi105.gxvvzg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:19:47.855976Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.jddohq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:19:47.857877Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mpxbqp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:17:15.566294Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:17:15.566438Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:18:30.860715Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:17:15.566572Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:17:15.566703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:18:30.859847Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:17:15.567232Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:20:05.219 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:04 smithi105 bash[14197]: cluster 2024-02-08T22:20:03.871093+0000 mgr.smithi105.rfsypb (mgr.14180) 1616 : cluster [DBG] pgmap v1062: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:05.220 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:20:05.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:04 smithi167 bash[18945]: cluster 2024-02-08T22:20:03.871093+0000 mgr.smithi105.rfsypb (mgr.14180) 1616 : cluster [DBG] pgmap v1062: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:06.221 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:20:06.233 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:05 smithi105 bash[14197]: audit 2024-02-08T22:20:04.373456+0000 mgr.smithi105.rfsypb (mgr.14180) 1617 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:20:06.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:05 smithi167 bash[18945]: audit 2024-02-08T22:20:04.373456+0000 mgr.smithi105.rfsypb (mgr.14180) 1617 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:20:07.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:06 smithi167 bash[18945]: cluster 2024-02-08T22:20:05.873302+0000 mgr.smithi105.rfsypb (mgr.14180) 1618 : cluster [DBG] pgmap v1063: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:20:07.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:06 smithi105 bash[14197]: cluster 2024-02-08T22:20:05.873302+0000 mgr.smithi105.rfsypb (mgr.14180) 1618 : cluster [DBG] pgmap v1063: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:20:09.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:08 smithi167 bash[18945]: cluster 2024-02-08T22:20:07.874068+0000 mgr.smithi105.rfsypb (mgr.14180) 1619 : cluster [DBG] pgmap v1064: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:09.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:08 smithi105 bash[14197]: cluster 2024-02-08T22:20:07.874068+0000 mgr.smithi105.rfsypb (mgr.14180) 1619 : cluster [DBG] pgmap v1064: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:09.511 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:20:09.511 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:18:30.859257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:17:15.566062Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:18:30.859544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:18:39.161720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qsixuu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:19:43.615295Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.zasjxg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg\nDeploy daemon haproxy.nfs.foo.smithi167.zasjxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:19:47.851629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.gxvvzg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg\nDeploy daemon haproxy.nfs.foo.smithi105.gxvvzg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:19:47.855976Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.jddohq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:19:47.857877Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mpxbqp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:17:15.566294Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:17:15.566438Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:18:30.860715Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:17:15.566572Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:17:15.566703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:18:30.859847Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:17:15.567232Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:20:10.344 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:20:11.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:10 smithi167 bash[18945]: audit 2024-02-08T22:20:09.498988+0000 mgr.smithi105.rfsypb (mgr.14180) 1620 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:20:11.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:10 smithi167 bash[18945]: cluster 2024-02-08T22:20:09.875176+0000 mgr.smithi105.rfsypb (mgr.14180) 1621 : cluster [DBG] pgmap v1065: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:11.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:10 smithi105 bash[14197]: audit 2024-02-08T22:20:09.498988+0000 mgr.smithi105.rfsypb (mgr.14180) 1620 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:20:11.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:10 smithi105 bash[14197]: cluster 2024-02-08T22:20:09.875176+0000 mgr.smithi105.rfsypb (mgr.14180) 1621 : cluster [DBG] pgmap v1065: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:11.345 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:20:12.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:11 smithi167 bash[18945]: cluster 2024-02-08T22:20:11.876736+0000 mgr.smithi105.rfsypb (mgr.14180) 1622 : cluster [DBG] pgmap v1066: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:12.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:11 smithi105 bash[14197]: cluster 2024-02-08T22:20:11.876736+0000 mgr.smithi105.rfsypb (mgr.14180) 1622 : cluster [DBG] pgmap v1066: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:14.631 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:20:14.631 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:18:30.859257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:17:15.566062Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:18:30.859544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:18:39.161720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qsixuu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:19:43.615295Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.zasjxg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg\nDeploy daemon haproxy.nfs.foo.smithi167.zasjxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:19:47.851629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.gxvvzg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg\nDeploy daemon haproxy.nfs.foo.smithi105.gxvvzg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:19:47.855976Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.jddohq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:19:47.857877Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mpxbqp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:17:15.566294Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:17:15.566438Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:18:30.860715Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:17:15.566572Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:17:15.566703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:18:30.859847Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:17:15.567232Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:20:15.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:14 smithi167 bash[18945]: cluster 2024-02-08T22:20:13.878132+0000 mgr.smithi105.rfsypb (mgr.14180) 1623 : cluster [DBG] pgmap v1067: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:15.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:14 smithi105 bash[14197]: cluster 2024-02-08T22:20:13.878132+0000 mgr.smithi105.rfsypb (mgr.14180) 1623 : cluster [DBG] pgmap v1067: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:15.379 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:20:16.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:15 smithi167 bash[18945]: audit 2024-02-08T22:20:14.622228+0000 mgr.smithi105.rfsypb (mgr.14180) 1624 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:20:16.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:15 smithi105 bash[14197]: audit 2024-02-08T22:20:14.622228+0000 mgr.smithi105.rfsypb (mgr.14180) 1624 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:20:16.380 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:20:17.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:16 smithi167 bash[18945]: cluster 2024-02-08T22:20:15.880246+0000 mgr.smithi105.rfsypb (mgr.14180) 1625 : cluster [DBG] pgmap v1068: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:20:17.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:16 smithi105 bash[14197]: cluster 2024-02-08T22:20:15.880246+0000 mgr.smithi105.rfsypb (mgr.14180) 1625 : cluster [DBG] pgmap v1068: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:20:19.231 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:18 smithi105 bash[14197]: cluster 2024-02-08T22:20:17.880998+0000 mgr.smithi105.rfsypb (mgr.14180) 1626 : cluster [DBG] pgmap v1069: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:19.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:18 smithi167 bash[18945]: cluster 2024-02-08T22:20:17.880998+0000 mgr.smithi105.rfsypb (mgr.14180) 1626 : cluster [DBG] pgmap v1069: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:19.603 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:20:19.603 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:18:30.859257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:17:15.566062Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:18:30.859544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:18:39.161720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qsixuu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:19:43.615295Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.zasjxg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg\nDeploy daemon haproxy.nfs.foo.smithi167.zasjxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:19:47.851629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.gxvvzg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg\nDeploy daemon haproxy.nfs.foo.smithi105.gxvvzg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:19:47.855976Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.jddohq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:19:47.857877Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mpxbqp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:17:15.566294Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:17:15.566438Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:18:30.860715Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:17:15.566572Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:17:15.566703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:18:30.859847Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:17:15.567232Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:20:20.400 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:20:21.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:20 smithi167 bash[18945]: audit 2024-02-08T22:20:19.591511+0000 mgr.smithi105.rfsypb (mgr.14180) 1627 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:20:21.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:20 smithi167 bash[18945]: cluster 2024-02-08T22:20:19.881907+0000 mgr.smithi105.rfsypb (mgr.14180) 1628 : cluster [DBG] pgmap v1070: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:21.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:20 smithi105 bash[14197]: audit 2024-02-08T22:20:19.591511+0000 mgr.smithi105.rfsypb (mgr.14180) 1627 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:20:21.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:20 smithi105 bash[14197]: cluster 2024-02-08T22:20:19.881907+0000 mgr.smithi105.rfsypb (mgr.14180) 1628 : cluster [DBG] pgmap v1070: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:21.401 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:20:23.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:22 smithi105 bash[14197]: cluster 2024-02-08T22:20:21.882789+0000 mgr.smithi105.rfsypb (mgr.14180) 1629 : cluster [DBG] pgmap v1071: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:23.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:22 smithi167 bash[18945]: cluster 2024-02-08T22:20:21.882789+0000 mgr.smithi105.rfsypb (mgr.14180) 1629 : cluster [DBG] pgmap v1071: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:24.778 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:20:24.778 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:18:30.859257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:17:15.566062Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:18:30.859544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:18:39.161720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qsixuu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:19:43.615295Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.zasjxg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg\nDeploy daemon haproxy.nfs.foo.smithi167.zasjxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:19:47.851629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.gxvvzg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg\nDeploy daemon haproxy.nfs.foo.smithi105.gxvvzg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:19:47.855976Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.jddohq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:19:47.857877Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mpxbqp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:17:15.566294Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:17:15.566438Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:18:30.860715Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:17:15.566572Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:17:15.566703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:18:30.859847Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:17:15.567232Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:20:25.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:24 smithi167 bash[18945]: cluster 2024-02-08T22:20:23.883685+0000 mgr.smithi105.rfsypb (mgr.14180) 1630 : cluster [DBG] pgmap v1072: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:25.315 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:24 smithi105 bash[14197]: cluster 2024-02-08T22:20:23.883685+0000 mgr.smithi105.rfsypb (mgr.14180) 1630 : cluster [DBG] pgmap v1072: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:25.565 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:20:26.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:25 smithi167 bash[18945]: audit 2024-02-08T22:20:24.770306+0000 mgr.smithi105.rfsypb (mgr.14180) 1631 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:20:26.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:25 smithi105 bash[14197]: audit 2024-02-08T22:20:24.770306+0000 mgr.smithi105.rfsypb (mgr.14180) 1631 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:20:26.566 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:20:27.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:26 smithi105 bash[14197]: cluster 2024-02-08T22:20:25.885799+0000 mgr.smithi105.rfsypb (mgr.14180) 1632 : cluster [DBG] pgmap v1073: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:20:27.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:26 smithi167 bash[18945]: cluster 2024-02-08T22:20:25.885799+0000 mgr.smithi105.rfsypb (mgr.14180) 1632 : cluster [DBG] pgmap v1073: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:20:28.063 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:27 smithi105 bash[14197]: cluster 2024-02-08T22:20:27.886856+0000 mgr.smithi105.rfsypb (mgr.14180) 1633 : cluster [DBG] pgmap v1074: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:28.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:27 smithi167 bash[18945]: cluster 2024-02-08T22:20:27.886856+0000 mgr.smithi105.rfsypb (mgr.14180) 1633 : cluster [DBG] pgmap v1074: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:29.831 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:20:29.831 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:18:30.859257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:17:15.566062Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:18:30.859544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:18:39.161720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qsixuu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:19:43.615295Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.zasjxg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg\nDeploy daemon haproxy.nfs.foo.smithi167.zasjxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:19:47.851629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.gxvvzg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg\nDeploy daemon haproxy.nfs.foo.smithi105.gxvvzg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:19:47.855976Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.jddohq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:19:47.857877Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mpxbqp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:17:15.566294Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:17:15.566438Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:18:30.860715Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:17:15.566572Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:17:15.566703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:18:30.859847Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:17:15.567232Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:20:30.612 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:20:31.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:30 smithi167 bash[18945]: audit 2024-02-08T22:20:29.818410+0000 mgr.smithi105.rfsypb (mgr.14180) 1634 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:20:31.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:30 smithi167 bash[18945]: cluster 2024-02-08T22:20:29.887920+0000 mgr.smithi105.rfsypb (mgr.14180) 1635 : cluster [DBG] pgmap v1075: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:31.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:30 smithi105 bash[14197]: audit 2024-02-08T22:20:29.818410+0000 mgr.smithi105.rfsypb (mgr.14180) 1634 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:20:31.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:30 smithi105 bash[14197]: cluster 2024-02-08T22:20:29.887920+0000 mgr.smithi105.rfsypb (mgr.14180) 1635 : cluster [DBG] pgmap v1075: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:31.613 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:20:33.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:32 smithi167 bash[18945]: cluster 2024-02-08T22:20:31.888791+0000 mgr.smithi105.rfsypb (mgr.14180) 1636 : cluster [DBG] pgmap v1076: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:33.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:32 smithi105 bash[14197]: cluster 2024-02-08T22:20:31.888791+0000 mgr.smithi105.rfsypb (mgr.14180) 1636 : cluster [DBG] pgmap v1076: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:34.996 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:20:34.996 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:18:30.859257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:17:15.566062Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:18:30.859544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:18:39.161720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qsixuu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:19:43.615295Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.zasjxg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg\nDeploy daemon haproxy.nfs.foo.smithi167.zasjxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:19:47.851629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.gxvvzg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg\nDeploy daemon haproxy.nfs.foo.smithi105.gxvvzg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:19:47.855976Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.jddohq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:19:47.857877Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mpxbqp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:17:15.566294Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:17:15.566438Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:18:30.860715Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:17:15.566572Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:17:15.566703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:18:30.859847Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:17:15.567232Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:20:35.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:34 smithi167 bash[18945]: cluster 2024-02-08T22:20:33.889808+0000 mgr.smithi105.rfsypb (mgr.14180) 1637 : cluster [DBG] pgmap v1077: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:35.274 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:34 smithi105 bash[14197]: cluster 2024-02-08T22:20:33.889808+0000 mgr.smithi105.rfsypb (mgr.14180) 1637 : cluster [DBG] pgmap v1077: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:35.808 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:20:36.809 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:20:37.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:36 smithi167 bash[18945]: audit 2024-02-08T22:20:34.983177+0000 mgr.smithi105.rfsypb (mgr.14180) 1638 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:20:37.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:36 smithi167 bash[18945]: cluster 2024-02-08T22:20:35.891895+0000 mgr.smithi105.rfsypb (mgr.14180) 1639 : cluster [DBG] pgmap v1078: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:20:37.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:36 smithi105 bash[14197]: audit 2024-02-08T22:20:34.983177+0000 mgr.smithi105.rfsypb (mgr.14180) 1638 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:20:37.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:36 smithi105 bash[14197]: cluster 2024-02-08T22:20:35.891895+0000 mgr.smithi105.rfsypb (mgr.14180) 1639 : cluster [DBG] pgmap v1078: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-08T22:20:39.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:38 smithi167 bash[18945]: cluster 2024-02-08T22:20:37.892941+0000 mgr.smithi105.rfsypb (mgr.14180) 1640 : cluster [DBG] pgmap v1079: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:39.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:38 smithi105 bash[14197]: cluster 2024-02-08T22:20:37.892941+0000 mgr.smithi105.rfsypb (mgr.14180) 1640 : cluster [DBG] pgmap v1079: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:39.886 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:20:39.886 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:18:30.859257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:17:15.566062Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:18:30.859544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:18:39.161720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qsixuu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:19:43.615295Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.zasjxg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg\nDeploy daemon haproxy.nfs.foo.smithi167.zasjxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:19:47.851629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.gxvvzg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg\nDeploy daemon haproxy.nfs.foo.smithi105.gxvvzg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:19:47.855976Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.jddohq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:19:47.857877Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mpxbqp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:17:15.566294Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:17:15.566438Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:18:30.860715Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:17:15.566572Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:17:15.566703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:18:30.859847Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:17:15.567232Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:20:40.698 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:20:41.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:40 smithi167 bash[18945]: audit 2024-02-08T22:20:39.873793+0000 mgr.smithi105.rfsypb (mgr.14180) 1641 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:20:41.249 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:40 smithi167 bash[18945]: cluster 2024-02-08T22:20:39.894513+0000 mgr.smithi105.rfsypb (mgr.14180) 1642 : cluster [DBG] pgmap v1080: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:41.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:40 smithi105 bash[14197]: audit 2024-02-08T22:20:39.873793+0000 mgr.smithi105.rfsypb (mgr.14180) 1641 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:20:41.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:40 smithi105 bash[14197]: cluster 2024-02-08T22:20:39.894513+0000 mgr.smithi105.rfsypb (mgr.14180) 1642 : cluster [DBG] pgmap v1080: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:41.700 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-08T22:20:43.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:42 smithi167 bash[18945]: cluster 2024-02-08T22:20:41.895677+0000 mgr.smithi105.rfsypb (mgr.14180) 1643 : cluster [DBG] pgmap v1081: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:43.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:42 smithi105 bash[14197]: cluster 2024-02-08T22:20:41.895677+0000 mgr.smithi105.rfsypb (mgr.14180) 1643 : cluster [DBG] pgmap v1081: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:44.984 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-02-08T22:20:44.984 INFO:teuthology.orchestra.run.smithi105.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-08T21:46:10.054472Z", "last_refresh": "2024-02-08T22:18:30.859257Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-08T21:46:02.149844Z", "last_refresh": "2024-02-08T22:17:15.566062Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-08T21:46:05.987801Z", "last_refresh": "2024-02-08T22:18:30.859544Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-08T22:18:39.161720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.qsixuu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:19:43.615295Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi167.zasjxg on smithi167: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi167-zasjxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi167.zasjxg\nDeploy daemon haproxy.nfs.foo.smithi167.zasjxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi167 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:19:47.851629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.gxvvzg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy-nfs-foo-smithi105-gxvvzg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-haproxy.nfs.foo.smithi105.gxvvzg\nDeploy daemon haproxy.nfs.foo.smithi105.gxvvzg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-08T22:19:47.855976Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi167.jddohq on smithi167: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-08T22:19:47.857877Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mpxbqp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.105/16"}, "status": {"created": "2024-02-08T21:54:15.501868Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.105/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-08T21:46:00.257277Z", "last_refresh": "2024-02-08T22:17:15.566294Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:47:41.914496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi105:172.21.15.105=smithi105", "smithi167:172.21.15.167=smithi167"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-08T21:47:41.910118Z", "last_refresh": "2024-02-08T22:17:15.566438Z", "running": 2, "size": 2}}, {"events": ["2024-02-08T21:54:15.500262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-08T21:54:15.496094Z", "last_refresh": "2024-02-08T22:18:30.860715Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-08T21:46:08.070866Z", "last_refresh": "2024-02-08T22:17:15.566572Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-08T21:48:20.826643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-08T21:48:20.819550Z", "last_refresh": "2024-02-08T22:17:15.566703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-08T21:46:04.021909Z", "last_refresh": "2024-02-08T22:18:30.859847Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-08T21:54:09.913468Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-08T21:54:26.040046Z", "last_refresh": "2024-02-08T22:17:15.567232Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-08T22:20:45.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:44 smithi167 bash[18945]: cluster 2024-02-08T22:20:43.896612+0000 mgr.smithi105.rfsypb (mgr.14180) 1644 : cluster [DBG] pgmap v1082: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:45.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:44 smithi105 bash[14197]: cluster 2024-02-08T22:20:43.896612+0000 mgr.smithi105.rfsypb (mgr.14180) 1644 : cluster [DBG] pgmap v1082: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-08T22:20:45.744 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-08T22:20:45.744 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-08T22:20:45.987 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=def8f0738dd8451ca108b2d7dbb5788c Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-08T22:20:45.989 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-02-08T22:20:46.001 INFO:tasks.vip:Removing 10.0.15.105 (and any VIPs) on smithi105.front.sepia.ceph.com iface enp3s0f1... 2024-02-08T22:20:46.001 DEBUG:teuthology.orchestra.run.smithi105:> sudo ip addr del 10.0.15.105/16 dev enp3s0f1 2024-02-08T22:20:46.018 DEBUG:teuthology.orchestra.run.smithi105:> sudo ip addr del 10.0.31.105/16 dev enp3s0f1 2024-02-08T22:20:46.077 INFO:teuthology.orchestra.run.smithi105.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-08T22:20:46.078 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-08T22:20:46.078 INFO:tasks.vip:Removing 10.0.15.167 (and any VIPs) on smithi167.front.sepia.ceph.com iface enp3s0f1... 2024-02-08T22:20:46.079 DEBUG:teuthology.orchestra.run.smithi167:> sudo ip addr del 10.0.15.167/16 dev enp3s0f1 2024-02-08T22:20:46.094 DEBUG:teuthology.orchestra.run.smithi167:> sudo ip addr del 10.0.31.105/16 dev enp3s0f1 2024-02-08T22:20:46.150 INFO:teuthology.orchestra.run.smithi167.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-08T22:20:46.151 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-08T22:20:46.151 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-08T22:20:46.161 INFO:tasks.cephadm:Teardown begin 2024-02-08T22:20:46.161 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-08T22:20:46.178 DEBUG:teuthology.orchestra.run.smithi167:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-08T22:20:46.209 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-08T22:20:46.209 DEBUG:teuthology.orchestra.run.smithi105:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-08T22:20:46.225 DEBUG:teuthology.orchestra.run.smithi167:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-08T22:20:46.248 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:45 smithi167 bash[18945]: audit 2024-02-08T22:20:44.971433+0000 mgr.smithi105.rfsypb (mgr.14180) 1645 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:20:46.254 INFO:tasks.cephadm:Stopping all daemons... 2024-02-08T22:20:46.254 INFO:tasks.cephadm.mon.smithi105:Stopping mon.smithi105... 2024-02-08T22:20:46.254 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ceph-374a06b4-c6cb-11ee-95b6-87774f69a715@mon.smithi105 2024-02-08T22:20:46.278 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:45 smithi105 bash[14197]: audit 2024-02-08T22:20:44.971433+0000 mgr.smithi105.rfsypb (mgr.14180) 1645 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-08T22:20:46.563 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:46 smithi105 systemd[1]: Stopping Ceph mon.smithi105 for 374a06b4-c6cb-11ee-95b6-87774f69a715... 2024-02-08T22:20:46.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:46 smithi105 bash[121042]: Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-mon.smithi105 2024-02-08T22:20:46.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:46 smithi105 bash[14197]: debug 2024-02-08T22:20:46.457+0000 7fb4014a1700 -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 2024-02-08T22:20:46.564 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:46 smithi105 bash[14197]: debug 2024-02-08T22:20:46.457+0000 7fb4014a1700 -1 mon.smithi105@0(leader) e2 *** Got Signal Terminated *** 2024-02-08T22:20:47.640 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Feb 08 22:20:47 smithi105 bash[121077]: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-mon-smithi105 2024-02-08T22:20:47.662 DEBUG:teuthology.orchestra.run.smithi105:> sudo pkill -f 'journalctl -f -n 0 -u ceph-374a06b4-c6cb-11ee-95b6-87774f69a715@mon.smithi105.service' 2024-02-08T22:20:47.752 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-08T22:20:47.752 INFO:tasks.cephadm.mon.smithi105:Stopped mon.smithi105 2024-02-08T22:20:47.752 INFO:tasks.cephadm.mon.smithi167:Stopping mon.smithi167... 2024-02-08T22:20:47.753 DEBUG:teuthology.orchestra.run.smithi167:> sudo systemctl stop ceph-374a06b4-c6cb-11ee-95b6-87774f69a715@mon.smithi167 2024-02-08T22:20:48.049 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:47 smithi167 systemd[1]: Stopping Ceph mon.smithi167 for 374a06b4-c6cb-11ee-95b6-87774f69a715... 2024-02-08T22:20:48.049 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:47 smithi167 bash[41560]: Error response from daemon: No such container: ceph-374a06b4-c6cb-11ee-95b6-87774f69a715-mon.smithi167 2024-02-08T22:20:48.049 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:47 smithi167 bash[18945]: debug 2024-02-08T22:20:47.951+0000 7f7b49936700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi167 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-08T22:20:48.049 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:Feb 08 22:20:47 smithi167 bash[18945]: debug 2024-02-08T22:20:47.951+0000 7f7b49936700 -1 mon.smithi167@1(peon) e2 *** Got Signal Terminated *** 2024-02-08T22:20:48.945 DEBUG:teuthology.orchestra.run.smithi167:> sudo pkill -f 'journalctl -f -n 0 -u ceph-374a06b4-c6cb-11ee-95b6-87774f69a715@mon.smithi167.service' 2024-02-08T22:20:48.991 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-08T22:20:48.991 INFO:tasks.cephadm.mon.smithi167:Stopped mon.smithi167 2024-02-08T22:20:48.992 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 --force --keep-logs 2024-02-08T22:21:57.650 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 --force --keep-logs 2024-02-08T22:22:50.592 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-08T22:22:50.609 DEBUG:teuthology.orchestra.run.smithi167:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-08T22:22:50.624 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-08T22:22:50.626 DEBUG:teuthology.misc:Transferring archived files from smithi105:/var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7552148/remote/ubuntu@smithi105.front.sepia.ceph.com/crash 2024-02-08T22:22:50.627 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/crash -- . 2024-02-08T22:22:50.666 INFO:teuthology.orchestra.run.smithi105.stderr:tar: /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/crash: Cannot open: No such file or directory 2024-02-08T22:22:50.666 INFO:teuthology.orchestra.run.smithi105.stderr:tar: Error is not recoverable: exiting now 2024-02-08T22:22:50.668 DEBUG:teuthology.misc:Transferring archived files from smithi167:/var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7552148/remote/ubuntu@smithi167.front.sepia.ceph.com/crash 2024-02-08T22:22:50.669 DEBUG:teuthology.orchestra.run.smithi167:> sudo tar c -f - -C /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/crash -- . 2024-02-08T22:22:50.684 INFO:teuthology.orchestra.run.smithi167.stderr:tar: /var/lib/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/crash: Cannot open: No such file or directory 2024-02-08T22:22:50.684 INFO:teuthology.orchestra.run.smithi167.stderr:tar: Error is not recoverable: exiting now 2024-02-08T22:22:50.685 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-08T22:22:50.685 DEBUG:teuthology.orchestra.run.smithi105:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-08T22:22:50.725 INFO:teuthology.orchestra.run.smithi105.stderr:grep: /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph.log: No such file or directory 2024-02-08T22:22:50.727 INFO:tasks.cephadm:Compressing logs... 2024-02-08T22:22:50.727 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 -- 2024-02-08T22:22:50.772 DEBUG:teuthology.orchestra.run.smithi167:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-08T22:22:50.786 INFO:teuthology.orchestra.run.smithi105.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-02-08T22:22:50.790 INFO:teuthology.orchestra.run.smithi167.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-02-08T22:22:50.790 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-08T22:22:50.791 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-mgr.smithi105.rfsypb.log 2024-02-08T22:22:50.792 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-client.rgw.foorgw.smithi105.niiyhf.log 2024-02-08T22:22:50.792 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-mgr.smithi105.rfsypb.log: gzip -5 --verbose -- /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-osd.5.log 2024-02-08T22:22:50.792 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-osd.1.log 2024-02-08T22:22:50.793 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-client.rgw.foorgw.smithi105.niiyhf.log: /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-osd.5.log: 77.9% -- replaced with /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-client.rgw.foorgw.smithi105.niiyhf.log.gz 2024-02-08T22:22:50.793 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-mon.smithi105.log 2024-02-08T22:22:50.794 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-osd.3.log 2024-02-08T22:22:50.795 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-volume.log 2024-02-08T22:22:50.795 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-mon.smithi105.log: gzip -5 --verbose -- /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-osd.7.log 2024-02-08T22:22:50.803 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-osd.3.log: /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-volume.log: /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-osd.7.log: 92.6% -- replaced with /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-volume.log.gz 2024-02-08T22:22:50.805 INFO:teuthology.orchestra.run.smithi167.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-08T22:22:50.805 INFO:teuthology.orchestra.run.smithi167.stderr:gzip -5 --verbose -- /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-client.rgw.foorgw.smithi167.jsclnn.log 2024-02-08T22:22:50.806 INFO:teuthology.orchestra.run.smithi167.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-mon.smithi167.log 2024-02-08T22:22:50.807 INFO:teuthology.orchestra.run.smithi167.stderr:gzip -5 --verbose -- /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-osd.6.log 2024-02-08T22:22:50.807 INFO:teuthology.orchestra.run.smithi167.stderr:/var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-client.rgw.foorgw.smithi167.jsclnn.log: gzip -5 --verbose -- /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-mgr.smithi167.bszrka.log 2024-02-08T22:22:50.807 INFO:teuthology.orchestra.run.smithi167.stderr: 77.2%/var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-mon.smithi167.log: -- replaced with /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-client.rgw.foorgw.smithi167.jsclnn.log.gz 2024-02-08T22:22:50.808 INFO:teuthology.orchestra.run.smithi167.stderr:/var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-osd.0.log 2024-02-08T22:22:50.808 INFO:teuthology.orchestra.run.smithi167.stderr:/var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-mgr.smithi167.bszrka.log: gzip -5 --verbose -- /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-osd.4.log 2024-02-08T22:22:50.809 INFO:teuthology.orchestra.run.smithi167.stderr:gzip -5 --verbose -- /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-volume.log 2024-02-08T22:22:50.810 INFO:teuthology.orchestra.run.smithi167.stderr:/var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-osd.2.log 2024-02-08T22:22:50.812 INFO:teuthology.orchestra.run.smithi105.stderr: 92.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-08T22:22:50.817 INFO:teuthology.orchestra.run.smithi167.stderr:/var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-volume.log: /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-osd.4.log: /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-osd.2.log: 92.6% -- replaced with /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-volume.log.gz 2024-02-08T22:22:50.817 INFO:teuthology.orchestra.run.smithi167.stderr: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-08T22:22:50.823 INFO:teuthology.orchestra.run.smithi167.stderr: 93.6% -- replaced with /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-mgr.smithi167.bszrka.log.gz 2024-02-08T22:22:51.222 INFO:teuthology.orchestra.run.smithi105.stderr: 89.7% -- replaced with /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-mgr.smithi105.rfsypb.log.gz 2024-02-08T22:22:51.236 INFO:teuthology.orchestra.run.smithi167.stderr: 92.9% -- replaced with /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-mon.smithi167.log.gz 2024-02-08T22:22:51.967 INFO:teuthology.orchestra.run.smithi105.stderr: 93.5% -- replaced with /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-osd.5.log.gz 2024-02-08T22:22:52.023 INFO:teuthology.orchestra.run.smithi167.stderr: 93.4% -- replaced with /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-osd.2.log.gz 2024-02-08T22:22:52.049 INFO:teuthology.orchestra.run.smithi105.stderr: 93.3% -- replaced with /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-osd.1.log.gz 2024-02-08T22:22:52.056 INFO:teuthology.orchestra.run.smithi167.stderr: 93.3% -- replaced with /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-osd.6.log.gz 2024-02-08T22:22:52.058 INFO:teuthology.orchestra.run.smithi105.stderr: 90.3% -- replaced with /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-mon.smithi105.log.gz 2024-02-08T22:22:52.090 INFO:teuthology.orchestra.run.smithi167.stderr: 93.7% -- replaced with /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-osd.4.log.gz 2024-02-08T22:22:52.149 INFO:teuthology.orchestra.run.smithi167.stderr: 93.6% -- replaced with /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-osd.0.log.gz 2024-02-08T22:22:52.151 INFO:teuthology.orchestra.run.smithi167.stderr: 2024-02-08T22:22:52.151 INFO:teuthology.orchestra.run.smithi167.stderr:real 0m1.372s 2024-02-08T22:22:52.151 INFO:teuthology.orchestra.run.smithi167.stderr:user 0m5.349s 2024-02-08T22:22:52.151 INFO:teuthology.orchestra.run.smithi167.stderr:sys 0m0.228s 2024-02-08T22:22:52.166 INFO:teuthology.orchestra.run.smithi105.stderr: 93.6% -- replaced with /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-osd.7.log.gz 2024-02-08T22:22:52.176 INFO:teuthology.orchestra.run.smithi105.stderr: 93.6% -- replaced with /var/log/ceph/374a06b4-c6cb-11ee-95b6-87774f69a715/ceph-osd.3.log.gz 2024-02-08T22:22:52.178 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-02-08T22:22:52.178 INFO:teuthology.orchestra.run.smithi105.stderr:real 0m1.402s 2024-02-08T22:22:52.178 INFO:teuthology.orchestra.run.smithi105.stderr:user 0m6.677s 2024-02-08T22:22:52.178 INFO:teuthology.orchestra.run.smithi105.stderr:sys 0m0.259s 2024-02-08T22:22:52.179 INFO:tasks.cephadm:Archiving logs... 2024-02-08T22:22:52.180 DEBUG:teuthology.misc:Transferring archived files from smithi105:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7552148/remote/ubuntu@smithi105.front.sepia.ceph.com/log 2024-02-08T22:22:52.181 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-08T22:22:53.171 DEBUG:teuthology.misc:Transferring archived files from smithi167:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7552148/remote/ubuntu@smithi167.front.sepia.ceph.com/log 2024-02-08T22:22:53.172 DEBUG:teuthology.orchestra.run.smithi167:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-08T22:22:53.962 INFO:tasks.cephadm:Removing cluster... 2024-02-08T22:22:53.962 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 --force 2024-02-08T22:22:55.347 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 374a06b4-c6cb-11ee-95b6-87774f69a715 --force 2024-02-08T22:22:56.729 INFO:tasks.cephadm:Removing cephadm ... 2024-02-08T22:22:56.729 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-08T22:22:56.738 DEBUG:teuthology.orchestra.run.smithi167:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-08T22:22:56.745 INFO:tasks.cephadm:Teardown complete 2024-02-08T22:22:56.745 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-02-08T22:22:56.757 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_1... 2024-02-08T22:22:56.758 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_1 2024-02-08T22:22:57.055 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-08T22:22:57.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-08T22:22:57.057 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_2... 2024-02-08T22:22:57.057 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_2 2024-02-08T22:22:57.371 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-08T22:22:57.373 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-08T22:22:57.374 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_3... 2024-02-08T22:22:57.374 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_3 2024-02-08T22:22:57.647 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-08T22:22:57.649 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-08T22:22:57.649 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_4... 2024-02-08T22:22:57.649 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_4 2024-02-08T22:22:57.923 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-08T22:22:57.924 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-08T22:22:57.925 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-02-08T22:22:57.925 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/scratch_devs 2024-02-08T22:22:57.940 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi167:/dev/vg_nvme/lv_1... 2024-02-08T22:22:57.940 DEBUG:teuthology.orchestra.run.smithi167:> sudo nvme disconnect -n lv_1 2024-02-08T22:22:58.218 INFO:teuthology.orchestra.run.smithi167.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-08T22:22:58.219 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-08T22:22:58.219 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi167:/dev/vg_nvme/lv_2... 2024-02-08T22:22:58.220 DEBUG:teuthology.orchestra.run.smithi167:> sudo nvme disconnect -n lv_2 2024-02-08T22:22:58.522 INFO:teuthology.orchestra.run.smithi167.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-08T22:22:58.523 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-08T22:22:58.523 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi167:/dev/vg_nvme/lv_3... 2024-02-08T22:22:58.524 DEBUG:teuthology.orchestra.run.smithi167:> sudo nvme disconnect -n lv_3 2024-02-08T22:22:58.826 INFO:teuthology.orchestra.run.smithi167.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-08T22:22:58.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-08T22:22:58.828 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi167:/dev/vg_nvme/lv_4... 2024-02-08T22:22:58.828 DEBUG:teuthology.orchestra.run.smithi167:> sudo nvme disconnect -n lv_4 2024-02-08T22:22:59.117 INFO:teuthology.orchestra.run.smithi167.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-08T22:22:59.119 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-08T22:22:59.119 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-02-08T22:22:59.119 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/scratch_devs 2024-02-08T22:22:59.136 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-08T22:22:59.146 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-08T22:22:59.147 DEBUG:teuthology.orchestra.run.smithi105:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-08T22:22:59.149 DEBUG:teuthology.orchestra.run.smithi167:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-08T22:22:59.168 INFO:teuthology.orchestra.run.smithi105.stdout: remote refid st t when poll reach delay offset jitter 2024-02-08T22:22:59.168 INFO:teuthology.orchestra.run.smithi105.stdout:============================================================================== 2024-02-08T22:22:59.169 INFO:teuthology.orchestra.run.smithi105.stdout:*hv01.front.sepi 44.4.53.2 2 u 30 128 377 0.089 1.070 0.343 2024-02-08T22:22:59.169 INFO:teuthology.orchestra.run.smithi105.stdout:+hv02.front.sepi 63.231.80.2 3 u 26 128 377 0.120 1.765 0.259 2024-02-08T22:22:59.169 INFO:teuthology.orchestra.run.smithi105.stdout:+hv03.front.sepi 74.6.168.72 3 u 25 128 377 0.091 0.059 0.492 2024-02-08T22:22:59.169 INFO:teuthology.orchestra.run.smithi105.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-02-08T22:22:59.200 INFO:teuthology.orchestra.run.smithi167.stdout: remote refid st t when poll reach delay offset jitter 2024-02-08T22:22:59.200 INFO:teuthology.orchestra.run.smithi167.stdout:============================================================================== 2024-02-08T22:22:59.200 INFO:teuthology.orchestra.run.smithi167.stdout:*hv01.front.sepi 44.4.53.2 2 u 81 128 377 0.110 1.971 0.231 2024-02-08T22:22:59.201 INFO:teuthology.orchestra.run.smithi167.stdout:+hv02.front.sepi 63.231.80.2 3 u 40 128 377 0.096 2.853 0.455 2024-02-08T22:22:59.202 INFO:teuthology.orchestra.run.smithi167.stdout:+hv03.front.sepi 74.6.168.72 3 u 43 128 377 0.073 0.678 0.483 2024-02-08T22:22:59.202 INFO:teuthology.orchestra.run.smithi167.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-02-08T22:22:59.203 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-08T22:22:59.214 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-08T22:22:59.216 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-08T22:22:59.226 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-08T22:22:59.239 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-08T22:22:59.249 INFO:teuthology.task.internal:Duration was 2661.141518 seconds 2024-02-08T22:22:59.249 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-08T22:22:59.260 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-08T22:22:59.260 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-08T22:22:59.263 DEBUG:teuthology.orchestra.run.smithi167:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-08T22:22:59.313 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-08T22:22:59.314 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi105.front.sepia.ceph.com 2024-02-08T22:22:59.314 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 2024-02-08T22:22:59.365 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi167.front.sepia.ceph.com 2024-02-08T22:22:59.365 DEBUG:teuthology.orchestra.run.smithi167:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-08T22:22:59.380 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-08T22:22:59.380 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-08T22:22:59.408 DEBUG:teuthology.orchestra.run.smithi167:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-08T22:22:59.494 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-08T22:22:59.494 DEBUG:teuthology.orchestra.run.smithi105:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-08T22:22:59.497 DEBUG:teuthology.orchestra.run.smithi167:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-08T22:22:59.696 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-08T22:22:59.707 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-08T22:22:59.707 DEBUG:teuthology.orchestra.run.smithi105:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-08T22:22:59.721 DEBUG:teuthology.orchestra.run.smithi167:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-08T22:22:59.738 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-08T22:22:59.753 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 2024-02-08T22:22:59.764 DEBUG:teuthology.orchestra.run.smithi167:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-08T22:22:59.778 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = core 2024-02-08T22:22:59.796 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern = core 2024-02-08T22:22:59.831 DEBUG:teuthology.orchestra.run.smithi105:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-08T22:22:59.847 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-08T22:22:59.848 DEBUG:teuthology.orchestra.run.smithi167:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-08T22:22:59.878 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-08T22:22:59.879 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-08T22:22:59.890 INFO:teuthology.task.internal:Transferring archived files... 2024-02-08T22:22:59.891 DEBUG:teuthology.misc:Transferring archived files from smithi105:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7552148/remote/smithi105 2024-02-08T22:22:59.892 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-08T22:22:59.930 DEBUG:teuthology.misc:Transferring archived files from smithi167:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7552148/remote/smithi167 2024-02-08T22:22:59.931 DEBUG:teuthology.orchestra.run.smithi167:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-08T22:22:59.962 INFO:teuthology.task.internal:Removing archive directory... 2024-02-08T22:22:59.963 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-08T22:22:59.965 DEBUG:teuthology.orchestra.run.smithi167:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-08T22:23:00.008 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-08T22:23:00.020 INFO:teuthology.task.internal:Not uploading archives. 2024-02-08T22:23:00.021 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-08T22:23:00.031 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-08T22:23:00.032 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-08T22:23:00.034 DEBUG:teuthology.orchestra.run.smithi167:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-08T22:23:00.039 INFO:teuthology.orchestra.run.smithi105.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 8 22:22 /home/ubuntu/cephtest 2024-02-08T22:23:00.061 INFO:teuthology.orchestra.run.smithi167.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 8 22:23 /home/ubuntu/cephtest 2024-02-08T22:23:00.063 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-08T22:23:00.076 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-08T22:23:00.194 INFO:teuthology.nuke:Checking targets against current locks 2024-02-08T22:23:00.222 DEBUG:teuthology.nuke:shortname: smithi105 2024-02-08T22:23:00.222 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-08T22:23:00.244 DEBUG:teuthology.nuke:shortname: smithi167 2024-02-08T22:23:00.244 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-08T22:23:00.248 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7552148', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-08 21:28:44.679815', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2024-02-08T22:23:00.266 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi167.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-08_20:49:13-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7552148', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-08 21:28:44.678190', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2024-02-08T22:23:00.301 INFO:teuthology.orchestra.console.smithi105:Power off 2024-02-08T22:23:00.301 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-08T22:23:00.325 DEBUG:teuthology.orchestra.console.smithi105:power off output: Chassis Power Control: Down/Off 2024-02-08T22:23:00.326 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-08T22:23:00.342 INFO:teuthology.orchestra.console.smithi167:Power off 2024-02-08T22:23:00.343 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-08T22:23:00.352 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2024-02-08T22:23:00.365 DEBUG:teuthology.orchestra.console.smithi167:power off output: Chassis Power Control: Down/Off 2024-02-08T22:23:00.366 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-08T22:23:00.389 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2024-02-08T22:23:04.353 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-08T22:23:04.390 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-08T22:23:04.464 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2024-02-08T22:23:04.500 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2024-02-08T22:23:08.468 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-08T22:23:08.501 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-08T22:23:08.578 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2024-02-08T22:23:08.611 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is off 2024-02-08T22:23:08.711 INFO:teuthology.orchestra.console.smithi167:Power off completed 2024-02-08T22:23:12.582 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-08T22:23:12.691 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is off 2024-02-08T22:23:12.792 INFO:teuthology.orchestra.console.smithi105:Power off completed 2024-02-08T22:23:12.896 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} duration: 2661.1415181159973 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=def8f0738dd8451ca108b2d7dbb5788c status: fail success: false 2024-02-08T22:23:12.897 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-08T22:23:12.983 INFO:teuthology.run:FAIL